mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-16 01:55:10 +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:
18
assets/autumnity/blockstates/maple_log.json
Normal file
18
assets/autumnity/blockstates/maple_log.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": {
|
||||
"model": "autumnity:block/maple_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "autumnity:block/maple_log",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"axis=x": {
|
||||
"model": "autumnity:block/maple_log",
|
||||
"x": 90,
|
||||
"y": 90,
|
||||
"z": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
18
assets/autumnity/blockstates/sappy_maple_log.json
Normal file
18
assets/autumnity/blockstates/sappy_maple_log.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": {
|
||||
"model": "autumnity:block/sappy_maple_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "autumnity:block/sappy_maple_log",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"axis=x": {
|
||||
"model": "autumnity:block/sappy_maple_log",
|
||||
"x": 90,
|
||||
"y": 90,
|
||||
"z": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
18
assets/autumnity/blockstates/stripped_maple_log.json
Normal file
18
assets/autumnity/blockstates/stripped_maple_log.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": {
|
||||
"model": "autumnity:block/stripped_maple_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "autumnity:block/stripped_maple_log",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"axis=x": {
|
||||
"model": "autumnity:block/stripped_maple_log",
|
||||
"x": 90,
|
||||
"y": 90,
|
||||
"z": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
7
assets/autumnity/models/block/maple_log.json
Normal file
7
assets/autumnity/models/block/maple_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "autumnity:block/maple_log_top",
|
||||
"side": "autumnity:block/maple_log"
|
||||
}
|
||||
}
|
||||
7
assets/autumnity/models/block/sappy_maple_log.json
Normal file
7
assets/autumnity/models/block/sappy_maple_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "autumnity:block/sappy_maple_log_top",
|
||||
"side": "autumnity:block/sappy_maple_log"
|
||||
}
|
||||
}
|
||||
7
assets/autumnity/models/block/stripped_maple_log.json
Normal file
7
assets/autumnity/models/block/stripped_maple_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "autumnity:block/stripped_maple_log_top",
|
||||
"side": "autumnity:block/stripped_maple_log"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user