fixed warped/crimson trees only growing on mars mycelium and not mars dirt
This commit is contained in:
parent
1905c4047b
commit
a936958583
7 changed files with 63 additions and 2 deletions
|
|
@ -45,6 +45,7 @@
|
|||
- Hopefully fixed rockets without a pilot getting stuck and not exploding? (#2137) @Pyritie
|
||||
- Fixed some missing blocks from the GT facade whitelist (#2299) @MoltonMontro
|
||||
- Changed the texture of the ME Stocking Input Bus + Hatch to match the hull used to craft them @Pyritie
|
||||
- Fixed warped/crimson trees only growing on mars mycelium and not mars dirt @Pyritie
|
||||
### Translation updates
|
||||
- Chinese (simplified) @jmecn
|
||||
- Japanese @sakura-gondra
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@
|
|||
"features": [
|
||||
"tfg:mars/tree/crimson_amber",
|
||||
"tfg:mars/tree/crimson_rusticus",
|
||||
"tfg:mars/tree/crimson_sangnum"
|
||||
"tfg:mars/tree/crimson_sangnum",
|
||||
"tfg:mars/tree/crimson_dirt"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "minecraft:huge_fungus",
|
||||
"config": {
|
||||
"decor_state": {
|
||||
"Name": "beneath:wood/leaves/crimson"
|
||||
},
|
||||
"hat_state": {
|
||||
"Name": "minecraft:nether_wart_block"
|
||||
},
|
||||
"planted": false,
|
||||
"replaceable_blocks": {
|
||||
"type": "minecraft:replaceable"
|
||||
},
|
||||
"stem_state": {
|
||||
"Name": "beneath:wood/log/crimson",
|
||||
"Properties": {
|
||||
"axis": "y",
|
||||
"branch_direction": "down"
|
||||
}
|
||||
},
|
||||
"valid_base_block": {
|
||||
"Name": "tfg:grass/mars_dirt"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -4,7 +4,8 @@
|
|||
"features": [
|
||||
"tfg:mars/tree/warped_amber",
|
||||
"tfg:mars/tree/warped_rusticus",
|
||||
"tfg:mars/tree/warped_sangnum"
|
||||
"tfg:mars/tree/warped_sangnum",
|
||||
"tfg:mars/tree/warped_dirt"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "minecraft:huge_fungus",
|
||||
"config": {
|
||||
"decor_state": {
|
||||
"Name": "beneath:wood/leaves/warped"
|
||||
},
|
||||
"hat_state": {
|
||||
"Name": "minecraft:warped_wart_block"
|
||||
},
|
||||
"planted": false,
|
||||
"replaceable_blocks": {
|
||||
"type": "minecraft:replaceable"
|
||||
},
|
||||
"stem_state": {
|
||||
"Name": "beneath:wood/log/warped",
|
||||
"Properties": {
|
||||
"axis": "y",
|
||||
"branch_direction": "down"
|
||||
}
|
||||
},
|
||||
"valid_base_block": {
|
||||
"Name": "tfg:grass/mars_dirt"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"feature": "tfg:mars/tree/crimson_dirt",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"feature": "tfg:mars/tree/warped_amber",
|
||||
"placement": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue