mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-17 02:25:09 +01:00
Re-add most mod compat of legacy version
- The Aether - Atmospheric - Autumnity - Blockus - Croptopia - Endergetic - Nature's Aura - Silent Gear - Terrestria - Traverse - Upgrade Aquatic - Woods and Mires
This commit is contained in:
7
input/assets/woods_and_mires/models/block/pine_log.json
Normal file
7
input/assets/woods_and_mires/models/block/pine_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"side": "woods_and_mires:block/pine_log",
|
||||
"end": "woods_and_mires:block/pine_log_top"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"parent": "minecraft:block/block",
|
||||
"textures": {
|
||||
"side": "woods_and_mires:block/pine_log",
|
||||
"end": "woods_and_mires:block/pine_log_top",
|
||||
"particle": "woods_and_mires:block/pine_log"
|
||||
},
|
||||
"elements": [{
|
||||
"from": [2, -0.01, 2],
|
||||
"to": [14, 16.01, 14],
|
||||
"faces": {
|
||||
"north": { "texture": "#side" },
|
||||
"east": { "texture": "#side" },
|
||||
"south": { "texture": "#side" },
|
||||
"west": { "texture": "#side" },
|
||||
"up": { "texture": "#end", "cullface": "up" },
|
||||
"down": { "texture": "#end", "cullface": "down" }
|
||||
}
|
||||
}]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"side": "woods_and_mires:block/pine_snag_log",
|
||||
"end": "woods_and_mires:block/pine_snag_log_top"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"side": "woods_and_mires:block/stripped_pine_log",
|
||||
"end": "woods_and_mires:block/stripped_pine_log_top"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user