Skip to content

Commit

Permalink
feat: change chiseled flesh block/texture
Browse files Browse the repository at this point in the history
  • Loading branch information
Elenterius committed Dec 10, 2023
1 parent 8750164 commit be7e5d9
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ protected void registerStatesAndModels() {

axisBlockWithItem(ModBlocks.FLESH_PILLAR);
simpleBlockWithItem(ModBlocks.FIBROUS_FLESH);
simpleBlockWithItem(ModBlocks.CHISELED_FLESH);
existingBlockWithItem(ModBlocks.CHISELED_FLESH);
axisBlockWithItem(ModBlocks.ORNATE_FLESH);
axisBlockWithItem(ModBlocks.TUBULAR_FLESH_BLOCK);

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"credit": "Made by Elenterius",
"parent": "block/block",
"render_type": "minecraft:solid",
"textures": {
"0": "biomancy:block/chiseld_flesh_side",
"1": "biomancy:block/chiseled_flesh_top",
"2": "biomancy:block/chiseled_flesh_bottom",
"particle": "biomancy:block/chiseld_flesh_side"
},
"elements": [
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"north": {
"uv": [ 0, 0, 16, 16 ],
"texture": "#0"
},
"east": {
"uv": [ 0, 0, 16, 16 ],
"texture": "#0"
},
"south": {
"uv": [ 0, 0, 16, 16 ],
"texture": "#0"
},
"west": {
"uv": [ 0, 0, 16, 16 ],
"texture": "#0"
},
"up": {
"uv": [ 0, 0, 16, 16 ],
"texture": "#1"
},
"down": {
"uv": [ 0, 0, 16, 16 ],
"texture": "#2"
}
}
}
]
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit be7e5d9

Please sign in to comment.