model fixes, and now you can place the ad astra mushrooms on dirt again

This commit is contained in:
Pyritie 2025-07-29 00:16:29 +01:00
parent ffe3d8f4de
commit da865ae6f1
4 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cross", "parent": "minecraft:block/cross",
"textures": { "textures": {
"cross": "betterend:block/ruscus" "cross": "betterend:block/ruscus"
} }

View file

@ -1,6 +1,6 @@
{ {
"parent": "betterend:block/crop_block", "parent": "betterend:block/crop_block",
"textures": { "textures": {
"cross": "betterend:block/ruscus" "texture": "betterend:block/ruscus"
} }
} }

View file

@ -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"
} }
} }

View file

@ -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')