generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added Chiseled Copper(With all variations) - Addedpolished Chiseled Tuff Bricks
- Loading branch information
Onako2
authored and
Onako2
committed
Oct 19, 2023
1 parent
577c9eb
commit a2d7134
Showing
25 changed files
with
177 additions
and
13 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: 7 additions & 0 deletions
7
src/main/resources/assets/iwie/blockstates/chiseled_copper.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_copper" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/iwie/blockstates/exposed_chiseled_copper.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/exposed_chiseled_copper" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/iwie/blockstates/oxidized_chiseled_copper.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_chiseled_copper" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/iwie/blockstates/polished_chiseled_tuff.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/polished_chiseled_tuff" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/iwie/blockstates/weathered_chiseled_copper.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/weathered_chiseled_copper" | ||
} | ||
} | ||
} |
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,14 +1,24 @@ | ||
{ | ||
"block.iwie.test": "Test", | ||
|
||
"block.iwie.chiseled_tuff_bricks": "Chiseled Tuff Bricks", | ||
"block.iwie.tuff_bricks": "Tuff Bricks", | ||
"block.iwie.copper_grid": "Copper Grid", | ||
"block.iwie.polished_chiseled_tuff": "Polished Chiseled Tuff Bricks", | ||
|
||
"itemGroup.iwie.main": "I want it earlier!", | ||
|
||
"block.iwie.copper_bulb": "Copper Bulb", | ||
"block.iwie.oxidized_copper_bulb": "Oxidized Copper Bulb", | ||
"itemGroup.iwie.main": "I want it earlier!", | ||
"block.iwie.weathered_copper_bulb": "Weathered Copper Bulb", | ||
"block.iwie.exposed_copper_bulb": "Exposed Copper Bulb", | ||
|
||
"block.iwie.copper_grid": "Copper Grid", | ||
"block.iwie.oxidized_copper_grid": "Oxidized Copper Grid", | ||
"block.iwie.exposed_copper_grid": "Exposed Copper Grid", | ||
"block.iwie.weathered_copper_grid": "Weathered Copper Grid" | ||
"block.iwie.weathered_copper_grid": "Weathered Copper Grid", | ||
|
||
"block.iwie.oxidized_chiseled_copper": "Oxidized Chiseled Copper", | ||
"block.iwie.exposed_chiseled_copper": "Exposed Chiseled Copper", | ||
"block.iwie.weathered_chiseled_copper": "Weathered Chiseled Copper", | ||
"block.iwie.chiseled_copper": "Weathered Chiseled Copper" | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/iwie/models/block/chiseled_copper.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,6 @@ | ||
{ | ||
"parent": "block/cube_all", | ||
"textures": { | ||
"all": "iwie:block/chiseled_copper" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/iwie/models/block/exposed_chiseled_copper.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,6 @@ | ||
{ | ||
"parent": "block/cube_all", | ||
"textures": { | ||
"all": "iwie:block/exposed_chiseled_copper" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/iwie/models/block/oxidized_chiseled_copper.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,6 @@ | ||
{ | ||
"parent": "block/cube_all", | ||
"textures": { | ||
"all": "iwie:block/oxidized_chiseled_copper" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/resources/assets/iwie/models/block/polished_chiseled_tuff.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,8 @@ | ||
{ | ||
"parent": "minecraft:block/cube_bottom_top", | ||
"textures": { | ||
"bottom": "iwie:block/polished_chiseled_tuff_top_buttom", | ||
"side": "iwie:block/polished_chiseled_tuff_sides", | ||
"top": "iwie:block/polished_chiseled_tuff_top_buttom" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/iwie/models/block/weathered_chiseled_copper.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,6 @@ | ||
{ | ||
"parent": "block/cube_all", | ||
"textures": { | ||
"all": "iwie:block/weathered_chiseled_copper" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/iwie/models/item/chiseled_copper.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,6 @@ | ||
{ | ||
"parent": "block/cube_all", | ||
"textures": { | ||
"all": "iwie:block/chiseled_copper" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/iwie/models/item/exposed_chiseled_copper.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,6 @@ | ||
{ | ||
"parent": "block/cube_all", | ||
"textures": { | ||
"all": "iwie:block/exposed_chiseled_copper" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/iwie/models/item/oxidized_chiseled_copper.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,6 @@ | ||
{ | ||
"parent": "block/cube_all", | ||
"textures": { | ||
"all": "iwie:block/oxidized_chiseled_copper" | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
src/main/resources/assets/iwie/models/item/polished_chiseled_tuff.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,35 @@ | ||
{ | ||
"parent": "minecraft:block/cube_bottom_top", | ||
"textures": { | ||
"bottom": "iwie:block/polished_chiseled_tuff_top_buttom", | ||
"side": "iwie:block/polished_chiseled_tuff_sides", | ||
"top": "iwie:block/polished_chiseled_tuff_top_buttom" | ||
}, | ||
"gui_light": "front", | ||
"display": { | ||
"ground": { | ||
"rotation": [ 0, 0, 0 ], | ||
"translation": [ 0, 2, 0], | ||
"scale":[ 0.5, 0.5, 0.5 ] | ||
}, | ||
"head": { | ||
"rotation": [ 0, 180, 0 ], | ||
"translation": [ 0, 13, 7], | ||
"scale":[ 1, 1, 1] | ||
}, | ||
"thirdperson_righthand": { | ||
"rotation": [ 0, 0, 0 ], | ||
"translation": [ 0, 3, 1 ], | ||
"scale": [ 0.55, 0.55, 0.55 ] | ||
}, | ||
"firstperson_righthand": { | ||
"rotation": [ 0, -90, 25 ], | ||
"translation": [ 1.13, 3.2, 1.13], | ||
"scale": [ 0.68, 0.68, 0.68 ] | ||
}, | ||
"fixed": { | ||
"rotation": [ 0, 180, 0 ], | ||
"scale": [ 1, 1, 1 ] | ||
} | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/iwie/models/item/weathered_chiseled_copper.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,6 @@ | ||
{ | ||
"parent": "block/cube_all", | ||
"textures": { | ||
"all": "iwie:block/weathered_chiseled_copper" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+589 Bytes
src/main/resources/assets/iwie/textures/block/exposed_chiseled_copper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+551 Bytes
src/main/resources/assets/iwie/textures/block/oxidized_chiseled_copper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+461 Bytes
src/main/resources/assets/iwie/textures/block/polished_chiseled_tuff_sides.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+367 Bytes
...main/resources/assets/iwie/textures/block/polished_chiseled_tuff_top_buttom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+582 Bytes
src/main/resources/assets/iwie/textures/block/weathered_chiseled_copper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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