mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-16 18:15:09 +01:00
Round Trees 5.0 - Culling!
This commit is contained in:
40
assets/byg/blockstates/white_mushroom_stem.json
Normal file
40
assets/byg/blockstates/white_mushroom_stem.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "north": true },
|
||||
"apply": { "model": "byg:block/round_white_mushroom_stem" }
|
||||
},
|
||||
{ "when": { "east": true },
|
||||
"apply": { "model": "byg:block/round_white_mushroom_stem", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": true },
|
||||
"apply": { "model": "byg:block/round_white_mushroom_stem", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": true },
|
||||
"apply": { "model": "byg:block/round_white_mushroom_stem", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "up": true },
|
||||
"apply": { "model": "byg:block/white_mushroom_stem", "x": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "down": true },
|
||||
"apply": { "model": "byg:block/white_mushroom_stem", "x": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": false },
|
||||
"apply": { "model": "block/mushroom_block_inside" }
|
||||
},
|
||||
{ "when": { "east": false },
|
||||
"apply": { "model": "block/mushroom_block_inside", "y": 90, "uvlock": false }
|
||||
},
|
||||
{ "when": { "south": false },
|
||||
"apply": { "model": "block/mushroom_block_inside", "y": 180, "uvlock": false }
|
||||
},
|
||||
{ "when": { "west": false },
|
||||
"apply": { "model": "block/mushroom_block_inside", "y": 270, "uvlock": false }
|
||||
},
|
||||
{ "when": { "up": false },
|
||||
"apply": { "model": "block/mushroom_block_inside", "x": 270, "uvlock": false }
|
||||
},
|
||||
{ "when": { "down": false },
|
||||
"apply": { "model": "block/mushroom_block_inside", "x": 90, "uvlock": false }
|
||||
}
|
||||
]
|
||||
}
|
||||
9
assets/byg/models/block/round_white_mushroom_stem.json
Normal file
9
assets/byg/models/block/round_white_mushroom_stem.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/round_mushroom_stem",
|
||||
"textures": {
|
||||
"1": "block/mushroom_block_inside",
|
||||
"2": "byg:block/white_mushroom_stem",
|
||||
"particle": "byg:block/white_mushroom_stem"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/white_mushroom_stem.json
Normal file
8
assets/byg/models/block/white_mushroom_stem.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/mushroom_stem",
|
||||
"textures": {
|
||||
"particle": "byg:block/white_mushroom_stem",
|
||||
"texture": "byg:block/white_mushroom_stem"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user