Skip to content

Commit

Permalink
Model fixes
Browse files Browse the repository at this point in the history
Fix trapdoor orientation (backport of ca0d6f2)
Fix enderslime dirt using wrong dirt texture for some grass types (backport of a22231e)
  • Loading branch information
KnightMiner committed Mar 16, 2022
1 parent 01fb41d commit 80c66e3
Show file tree
Hide file tree
Showing 9 changed files with 59 additions and 37 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
{
"variants": {
"facing=east,half=bottom,open=false": {
"model": "tconstruct:block/wood/bloodshroom/trapdoor_bottom"
"model": "tconstruct:block/wood/bloodshroom/trapdoor_bottom",
"y": 90
},
"facing=east,half=bottom,open=true": {
"model": "tconstruct:block/wood/bloodshroom/trapdoor_open",
"y": 90
},
"facing=east,half=top,open=false": {
"model": "tconstruct:block/wood/bloodshroom/trapdoor_top"
"model": "tconstruct:block/wood/bloodshroom/trapdoor_top",
"y": 90
},
"facing=east,half=top,open=true": {
"model": "tconstruct:block/wood/bloodshroom/trapdoor_open",
"y": 90
"x": 180,
"y": 270
},
"facing=north,half=bottom,open=false": {
"model": "tconstruct:block/wood/bloodshroom/trapdoor_bottom"
Expand All @@ -24,35 +27,43 @@
"model": "tconstruct:block/wood/bloodshroom/trapdoor_top"
},
"facing=north,half=top,open=true": {
"model": "tconstruct:block/wood/bloodshroom/trapdoor_open"
"model": "tconstruct:block/wood/bloodshroom/trapdoor_open",
"x": 180,
"y": 180
},
"facing=south,half=bottom,open=false": {
"model": "tconstruct:block/wood/bloodshroom/trapdoor_bottom"
"model": "tconstruct:block/wood/bloodshroom/trapdoor_bottom",
"y": 180
},
"facing=south,half=bottom,open=true": {
"model": "tconstruct:block/wood/bloodshroom/trapdoor_open",
"y": 180
},
"facing=south,half=top,open=false": {
"model": "tconstruct:block/wood/bloodshroom/trapdoor_top"
"model": "tconstruct:block/wood/bloodshroom/trapdoor_top",
"y": 180
},
"facing=south,half=top,open=true": {
"model": "tconstruct:block/wood/bloodshroom/trapdoor_open",
"y": 180
"x": 180,
"y": 0
},
"facing=west,half=bottom,open=false": {
"model": "tconstruct:block/wood/bloodshroom/trapdoor_bottom"
"model": "tconstruct:block/wood/bloodshroom/trapdoor_bottom",
"y": 270
},
"facing=west,half=bottom,open=true": {
"model": "tconstruct:block/wood/bloodshroom/trapdoor_open",
"y": 270
},
"facing=west,half=top,open=false": {
"model": "tconstruct:block/wood/bloodshroom/trapdoor_top"
"model": "tconstruct:block/wood/bloodshroom/trapdoor_top",
"y": 270
},
"facing=west,half=top,open=true": {
"model": "tconstruct:block/wood/bloodshroom/trapdoor_open",
"y": 270
"x": 180,
"y": 90
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"variants": {
"snowy=false": {
"model": "tconstruct:block/slime/dirt/sky/grass"
"model": "tconstruct:block/slime/dirt/ender/grass"
},
"snowy=true": {
"model": "tconstruct:block/slime/dirt/sky/snowy_grass"
"model": "tconstruct:block/slime/dirt/ender/snowy_grass"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
{
"variants": {
"facing=east,half=bottom,open=false": {
"model": "tconstruct:block/wood/skyroot/trapdoor_bottom"
"model": "tconstruct:block/wood/skyroot/trapdoor_bottom",
"y": 90
},
"facing=east,half=bottom,open=true": {
"model": "tconstruct:block/wood/skyroot/trapdoor_open",
"y": 90
},
"facing=east,half=top,open=false": {
"model": "tconstruct:block/wood/skyroot/trapdoor_top"
"model": "tconstruct:block/wood/skyroot/trapdoor_top",
"y": 90
},
"facing=east,half=top,open=true": {
"model": "tconstruct:block/wood/skyroot/trapdoor_open",
"y": 90
"x": 180,
"y": 270
},
"facing=north,half=bottom,open=false": {
"model": "tconstruct:block/wood/skyroot/trapdoor_bottom"
Expand All @@ -24,35 +27,43 @@
"model": "tconstruct:block/wood/skyroot/trapdoor_top"
},
"facing=north,half=top,open=true": {
"model": "tconstruct:block/wood/skyroot/trapdoor_open"
"model": "tconstruct:block/wood/skyroot/trapdoor_open",
"x": 180,
"y": 180
},
"facing=south,half=bottom,open=false": {
"model": "tconstruct:block/wood/skyroot/trapdoor_bottom"
"model": "tconstruct:block/wood/skyroot/trapdoor_bottom",
"y": 180
},
"facing=south,half=bottom,open=true": {
"model": "tconstruct:block/wood/skyroot/trapdoor_open",
"y": 180
},
"facing=south,half=top,open=false": {
"model": "tconstruct:block/wood/skyroot/trapdoor_top"
"model": "tconstruct:block/wood/skyroot/trapdoor_top",
"y": 180
},
"facing=south,half=top,open=true": {
"model": "tconstruct:block/wood/skyroot/trapdoor_open",
"y": 180
"x": 180,
"y": 0
},
"facing=west,half=bottom,open=false": {
"model": "tconstruct:block/wood/skyroot/trapdoor_bottom"
"model": "tconstruct:block/wood/skyroot/trapdoor_bottom",
"y": 270
},
"facing=west,half=bottom,open=true": {
"model": "tconstruct:block/wood/skyroot/trapdoor_open",
"y": 270
},
"facing=west,half=top,open=false": {
"model": "tconstruct:block/wood/skyroot/trapdoor_top"
"model": "tconstruct:block/wood/skyroot/trapdoor_top",
"y": 270
},
"facing=west,half=top,open=true": {
"model": "tconstruct:block/wood/skyroot/trapdoor_open",
"y": 270
"x": 180,
"y": 90
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/template_trapdoor_bottom",
"parent": "minecraft:block/template_orientable_trapdoor_bottom",
"textures": {
"texture": "tconstruct:block/wood/bloodshroom/trapdoor"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/template_trapdoor_open",
"parent": "minecraft:block/template_orientable_trapdoor_open",
"textures": {
"texture": "tconstruct:block/wood/bloodshroom/trapdoor"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/template_trapdoor_top",
"parent": "minecraft:block/template_orientable_trapdoor_top",
"textures": {
"texture": "tconstruct:block/wood/bloodshroom/trapdoor"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/template_trapdoor_bottom",
"parent": "minecraft:block/template_orientable_trapdoor_bottom",
"textures": {
"texture": "tconstruct:block/wood/skyroot/trapdoor"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/template_trapdoor_open",
"parent": "minecraft:block/template_orientable_trapdoor_open",
"textures": {
"texture": "tconstruct:block/wood/skyroot/trapdoor"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/template_trapdoor_top",
"parent": "minecraft:block/template_orientable_trapdoor_top",
"textures": {
"texture": "tconstruct:block/wood/skyroot/trapdoor"
}
}
}

0 comments on commit 80c66e3

Please sign in to comment.