Skip to content

Commit

Permalink
feat: update Flesh Door Model
Browse files Browse the repository at this point in the history
Author: RhinoW <RhinoWarlord@users.noreply.github.com>
  • Loading branch information
Elenterius committed Jun 16, 2023
1 parent 55be3ef commit 4e111e7
Show file tree
Hide file tree
Showing 10 changed files with 178 additions and 1,023 deletions.
105 changes: 23 additions & 82 deletions src/main/resources/assets/biomancy/models/block/flesh_door_bottom.json
Original file line number Diff line number Diff line change
@@ -1,84 +1,25 @@
{
"credit": "Made by RhinoW",
"ambientocclusion": false,
"texture_size": [32, 32],
"textures": {
"0": "biomancy:block/flesh_door",
"particle": "biomancy:block/flesh_door_particle"
},
"elements": [
{
"name": "bottom",
"from": [0, 0, 0],
"to": [16, 16, 2],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [8, 8, 8]
},
"faces": {
"north": {
"uv": [8, 8, 16, 16],
"texture": "#0",
"cullface": "north"
},
"east": {
"uv": [8, 8, 9, 16],
"texture": "#0",
"cullface": "east"
},
"south": {
"uv": [8, 8, 16, 16],
"texture": "#0"
},
"west": {
"uv": [15, 8, 16, 16],
"texture": "#0",
"cullface": "west"
},
"up": {
"uv": [16, 9, 8, 8],
"rotation": 180,
"texture": "#0",
"cullface": "up"
},
"down": {
"uv": [8, 16.5, 16, 15.5],
"texture": "#0",
"cullface": "down"
}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [75, 45, 0],
"translation": [0, 2.5, 0],
"scale": [0.375, 0.375, 0.375]
},
"thirdperson_lefthand": {
"rotation": [75, 45, 0],
"translation": [0, 2.5, 0],
"scale": [0.375, 0.375, 0.375]
},
"firstperson_righthand": {
"rotation": [0, 45, 0],
"scale": [0.4, 0.4, 0.4]
},
"firstperson_lefthand": {
"rotation": [0, 225, 0],
"scale": [0.4, 0.4, 0.4]
},
"ground": {
"translation": [0, 3, 0],
"scale": [0.25, 0.25, 0.25]
},
"gui": {
"rotation": [30, 225, 0],
"scale": [0.625, 0.625, 0.625]
},
"fixed": {
"scale": [0.5, 0.5, 0.5]
}
}
"credit": "Made by RhinoW",
"parent": "block/block",
"texture_size": [32, 32],
"textures": {
"0": "biomancy:block/flesh_door",
"particle": "biomancy:block/flesh_door_particle"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 2],
"shade": false,
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 1]},
"faces": {
"north": {"uv": [8, 8, 16, 16], "texture": "#0"},
"east": {"uv": [8, 8, 9, 16], "texture": "#0"},
"south": {"uv": [8, 8, 16, 16], "texture": "#0"},
"west": {"uv": [15, 8, 16, 16], "texture": "#0"},
"up": {"uv": [16, 9, 8, 8], "rotation": 180, "texture": "#0"},
"down": {"uv": [8, 16.5, 16, 15.5], "texture": "#0"}
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,83 +1,25 @@
{
"credit": "Made by RhinoW",
"texture_size": [32, 32],
"textures": {
"0": "biomancy:block/flesh_door",
"particle": "biomancy:block/flesh_door_particle"
},
"ambientocclusion": false,
"elements": [
{
"name": "bottom",
"from": [0, 0, 7],
"to": [16, 16, 9],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [8, 8, 8]
},
"faces": {
"north": {
"uv": [8, 8, 16, 16],
"texture": "#0"
},
"east": {
"uv": [8, 8, 9, 16],
"texture": "#0",
"cullface": "east"
},
"south": {
"uv": [8, 8, 16, 16],
"texture": "#0"
},
"west": {
"uv": [15, 8, 16, 16],
"texture": "#0",
"cullface": "west"
},
"up": {
"uv": [16, 9, 8, 8],
"rotation": 180,
"texture": "#0",
"cullface": "up"
},
"down": {
"uv": [8, 16.5, 16, 15.5],
"texture": "#0",
"cullface": "down"
}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [75, 45, 0],
"translation": [0, 2.5, 0],
"scale": [0.375, 0.375, 0.375]
},
"thirdperson_lefthand": {
"rotation": [75, 45, 0],
"translation": [0, 2.5, 0],
"scale": [0.375, 0.375, 0.375]
},
"firstperson_righthand": {
"rotation": [0, 45, 0],
"scale": [0.4, 0.4, 0.4]
},
"firstperson_lefthand": {
"rotation": [0, 225, 0],
"scale": [0.4, 0.4, 0.4]
},
"ground": {
"translation": [0, 3, 0],
"scale": [0.25, 0.25, 0.25]
},
"gui": {
"rotation": [30, 225, 0],
"scale": [0.625, 0.625, 0.625]
},
"fixed": {
"scale": [0.5, 0.5, 0.5]
}
}
"credit": "Made by RhinoW",
"parent": "block/block",
"texture_size": [32, 32],
"textures": {
"0": "biomancy:block/flesh_door",
"particle": "biomancy:block/flesh_door_particle"
},
"elements": [
{
"from": [0, 0, 7],
"to": [16, 16, 9],
"shade": false,
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [8, 8, 16, 16], "texture": "#0"},
"east": {"uv": [8, 8, 9, 16], "texture": "#0"},
"south": {"uv": [8, 8, 16, 16], "texture": "#0"},
"west": {"uv": [15, 8, 16, 16], "texture": "#0"},
"up": {"uv": [16, 9, 8, 8], "rotation": 180, "texture": "#0"},
"down": {"uv": [8, 16.5, 16, 15.5], "texture": "#0"}
}
}
]
}

0 comments on commit 4e111e7

Please sign in to comment.