model fixes, and now you can place the ad astra mushrooms on dirt again
This commit is contained in:
parent
ffe3d8f4de
commit
da865ae6f1
4 changed files with 5 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"parent": "block/cross",
|
"parent": "minecraft:block/cross",
|
||||||
"textures": {
|
"textures": {
|
||||||
"cross": "betterend:block/ruscus"
|
"cross": "betterend:block/ruscus"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"parent": "betterend:block/crop_block",
|
"parent": "betterend:block/crop_block",
|
||||||
"textures": {
|
"textures": {
|
||||||
"cross": "betterend:block/ruscus"
|
"texture": "betterend:block/ruscus"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"parent": "betterend:block/crop_block_inverted",
|
"parent": "betterend:block/crop_block_inverted",
|
||||||
"textures": {
|
"textures": {
|
||||||
"cross": "betterend:block/ruscus"
|
"texture": "betterend:block/ruscus"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -408,6 +408,8 @@ const registerTFGBlockTags = (event) => {
|
||||||
event.add('tfc:can_landslide', 'tfg:grass/amber_mycelium')
|
event.add('tfc:can_landslide', 'tfg:grass/amber_mycelium')
|
||||||
event.add('tfc:can_landslide', 'tfg:grass/rusticus_mycelium')
|
event.add('tfc:can_landslide', 'tfg:grass/rusticus_mycelium')
|
||||||
event.add('tfc:can_landslide', 'tfg:grass/sangnum_mycelium')
|
event.add('tfc:can_landslide', 'tfg:grass/sangnum_mycelium')
|
||||||
|
event.add('minecraft:mushroom_grow_block', '#tfc:dirt')
|
||||||
|
event.add('minecraft:mushroom_grow_block', '#tfc:grass')
|
||||||
// #endregion
|
// #endregion
|
||||||
|
|
||||||
event.add('tfg:harvester_harvestable', '#tfc:fruit_tree_leaves')
|
event.add('tfg:harvester_harvestable', '#tfc:fruit_tree_leaves')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue