-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Badtz
committed
Oct 16, 2023
1 parent
ab25485
commit a765223
Showing
18 changed files
with
234 additions
and
60 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
2 changes: 1 addition & 1 deletion
2
...sets/bone/blockstates/charcoal_block.json → ...sets/bone/blockstates/firewood_block.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": "bone:block/charcoal_block" | ||
"model": "bone:block/firewood_block" | ||
} | ||
} | ||
} |
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
6 changes: 0 additions & 6 deletions
6
src/main/resources/assets/bone/models/block/charcoal_block.json
This file was deleted.
Oops, something went wrong.
81 changes: 81 additions & 0 deletions
81
src/main/resources/assets/bone/models/block/firewood_block.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,81 @@ | ||
{ | ||
"credit": "Made with Blockbench", | ||
"texture_size": [ | ||
64, | ||
64 | ||
], | ||
"textures": { | ||
"1": "bone:block/firewood_block", | ||
"particle": "bone:block/firewood_block" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [ | ||
0, | ||
0, | ||
0 | ||
], | ||
"to": [ | ||
16, | ||
16, | ||
16 | ||
], | ||
"faces": { | ||
"north": { | ||
"uv": [ | ||
0, | ||
0, | ||
4, | ||
4 | ||
], | ||
"texture": "#1" | ||
}, | ||
"east": { | ||
"uv": [ | ||
0, | ||
4, | ||
4, | ||
8 | ||
], | ||
"texture": "#1" | ||
}, | ||
"south": { | ||
"uv": [ | ||
4, | ||
0, | ||
8, | ||
4 | ||
], | ||
"texture": "#1" | ||
}, | ||
"west": { | ||
"uv": [ | ||
4, | ||
4, | ||
8, | ||
8 | ||
], | ||
"texture": "#1" | ||
}, | ||
"up": { | ||
"uv": [ | ||
4, | ||
12, | ||
0, | ||
8 | ||
], | ||
"texture": "#1" | ||
}, | ||
"down": { | ||
"uv": [ | ||
12, | ||
0, | ||
8, | ||
4 | ||
], | ||
"texture": "#1" | ||
} | ||
} | ||
} | ||
] | ||
} |
3 changes: 0 additions & 3 deletions
3
src/main/resources/assets/bone/models/item/charcoal_block.json
This file was deleted.
Oops, something went wrong.
85 changes: 85 additions & 0 deletions
85
src/main/resources/assets/bone/models/item/firewood_block.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,85 @@ | ||
{ | ||
"parent": "bone:block/firewood_block", | ||
"display": { | ||
"ground": { | ||
"translation": [ | ||
0, | ||
2, | ||
0 | ||
], | ||
"scale": [ | ||
0.3, | ||
0.3, | ||
0.3 | ||
] | ||
}, | ||
"gui": { | ||
"rotation": [ | ||
30, | ||
225, | ||
0 | ||
], | ||
"translation": [ | ||
0, | ||
0, | ||
0 | ||
], | ||
"scale": [ | ||
0.625, | ||
0.625, | ||
0.625 | ||
] | ||
}, | ||
"thirdperson_righthand": { | ||
"rotation": [ | ||
10, | ||
-45, | ||
0 | ||
], | ||
"translation": [ | ||
0, | ||
1.5, | ||
-2.75 | ||
], | ||
"scale": [ | ||
0.375, | ||
0.375, | ||
0.375 | ||
] | ||
}, | ||
"firstperson_righthand": { | ||
"rotation": [ | ||
0, | ||
-135, | ||
25 | ||
], | ||
"translation": [ | ||
0, | ||
4, | ||
2 | ||
], | ||
"scale": [ | ||
0.4, | ||
0.4, | ||
0.4 | ||
] | ||
}, | ||
"fixed": { | ||
"rotation": [ | ||
0, | ||
0, | ||
0 | ||
], | ||
"translation": [ | ||
0, | ||
0, | ||
0 | ||
], | ||
"scale": [ | ||
0.5, | ||
0.5, | ||
0.5 | ||
] | ||
} | ||
} | ||
} |
Binary file not shown.
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
This file was deleted.
Oops, something went wrong.
13 changes: 8 additions & 5 deletions
13
...ces/data/bone/recipes/charcoal_block.json → ...ces/data/bone/recipes/firewood_block.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,16 +1,19 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"###", | ||
"###", | ||
"###" | ||
"LLL", | ||
"CCC", | ||
"LLL" | ||
], | ||
"key": { | ||
"#": { | ||
"L": { | ||
"tag": "c:logs" | ||
}, | ||
"C": { | ||
"item": "minecraft:charcoal" | ||
} | ||
}, | ||
"result": { | ||
"item": "bone:charcoal_block" | ||
"item": "bone:firewood_block" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/resources/data/minecraft/tags/blocks/infiniburn_overworld.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 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"bone:charcoal_block" | ||
"bone:firewood_block" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/data/minecraft/tags/blocks/mineable/axe.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 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"bone:firewood_block" | ||
] | ||
} |
3 changes: 1 addition & 2 deletions
3
src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.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,6 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"bone:bone_forge", | ||
"bone:charcoal_block" | ||
"bone:bone_forge" | ||
] | ||
} |
Oops, something went wrong.