generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added texture for Tuff bricks and improved texture for Tuff bricks. A…
…lso renamed Mudstone Bricks into Tuff Bricks
- Loading branch information
Onako2
authored and
Onako2
committed
Oct 16, 2023
1 parent
48b76b8
commit b459ee4
Showing
23 changed files
with
45 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
src/main/resources/assets/iwie/blockstates/chiseled_mudstone_bricks.json
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/iwie/blockstates/chiseled_tuff_bricks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "iwie:block/chiseled_tuff_bricks" | ||
} | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
.../assets/iwie/blockstates/copper_lamp.json → .../assets/iwie/blockstates/copper_bulb.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "iwie:block/copper_lamp" | ||
"model": "iwie:block/copper_bulb" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/iwie/blockstates/oxidized_copper_bulb.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "iwie:block/oxidized_copper_bulb" | ||
} | ||
} | ||
} |
7 changes: 0 additions & 7 deletions
7
src/main/resources/assets/iwie/blockstates/oxidized_copper_lamp.json
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ets/iwie/blockstates/mudstone_bricks.json → .../assets/iwie/blockstates/tuff_bricks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "iwie:block/mudstone_bricks" | ||
"model": "iwie:block/tuff_bricks" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"block.iwie.test": "Test", | ||
"block.iwie.chiseled_mudstone_bricks": "Chiseled Mud bricks", | ||
"block.iwie.mudstone_bricks": "Mud Bricks", | ||
"block.iwie.chiseled_tuff_bricks": "Chiseled Tuff Bricks", | ||
"block.iwie.tuff_bricks": "Tuff Bricks", | ||
"block.iwie.copper_grid": "Copper Grid", | ||
"block.iwie.copper_lamp": "Copper Lamp", | ||
"block.iwie.oxidized_copper_lamp": "Oxidized Copper Lamp", | ||
"block.iwie.copper_bulb": "Copper Bulb", | ||
"block.iwie.oxidized_copper_bulb": "Oxidized Copper Bulb", | ||
"itemGroup.iwie.main": "I want it earlier!" | ||
} |
2 changes: 1 addition & 1 deletion
2
...ie/models/block/oxidized_copper_lamp.json → ...ie/models/block/chiseled_tuff_bricks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"parent": "block/cube_all", | ||
"textures": { | ||
"all": "iwie:block/oxcidized_copper_lamp" | ||
"all": "iwie:block/chiseled_tuff_bricks" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...assets/iwie/models/block/copper_lamp.json → ...assets/iwie/models/block/copper_bulb.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"parent": "block/cube_all", | ||
"textures": { | ||
"all": "iwie:block/copper_lamp" | ||
"all": "iwie:block/copper_bulb" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...odels/block/chiseled_mudstone_bricks.json → ...ie/models/block/oxidized_copper_bulb.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"parent": "block/cube_all", | ||
"textures": { | ||
"all": "iwie:block/chiseled_mudstone_bricks" | ||
"all": "iwie:block/oxidized_copper_bulb" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...ts/iwie/models/block/mudstone_bricks.json → ...assets/iwie/models/block/tuff_bricks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"parent": "block/cube_all", | ||
"textures": { | ||
"all": "iwie:block/mudstone_bricks" | ||
"all": "iwie:block/tuff_bricks" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...wie/models/item/oxidized_copper_lamp.json → ...wie/models/item/chiseled_tuff_bricks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"parent": "block/cube_all", | ||
"textures": { | ||
"all": "iwie:block/oxcidized_copper_lamp" | ||
"all": "iwie:block/chiseled_tuff_bricks" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
.../assets/iwie/models/item/copper_lamp.json → .../assets/iwie/models/item/copper_bulb.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"parent": "block/cube_all", | ||
"textures": { | ||
"all": "iwie:block/copper_lamp" | ||
"all": "iwie:block/copper_bulb" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...models/item/chiseled_mudstone_bricks.json → ...wie/models/item/oxidized_copper_bulb.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"parent": "block/cube_all", | ||
"textures": { | ||
"all": "iwie:block/chiseled_mudstone_bricks" | ||
"all": "iwie:block/oxidized_copper_bulb" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...ets/iwie/models/item/mudstone_bricks.json → .../assets/iwie/models/item/tuff_bricks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"parent": "block/cube_all", | ||
"textures": { | ||
"all": "iwie:block/mudstone_bricks" | ||
"all": "iwie:block/tuff_bricks" | ||
} | ||
} |
Binary file removed
BIN
-183 Bytes
src/main/resources/assets/iwie/textures/block/chiseled_mudstone_bricks.png
Binary file not shown.
Binary file added
BIN
+352 Bytes
src/main/resources/assets/iwie/textures/block/chiseled_tuff_bricks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file removed
BIN
-337 Bytes
src/main/resources/assets/iwie/textures/block/mudstone_bricks.png
Binary file not shown.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.