Leaves bug
Tatsukee opened this issue ยท 0 comments
Hi,
I made a construction on my private server and imported it on an another server via schematica, the problem is that I have spruce leaves in my schematic, and when I place them, they are highlighted in red/orange I believe ?
The problem is not the printer mod, but the mod in general.
I tried :
/schematicaReplace minecraft:leaves[decayable=true] minecraft:leaves[decayable=false]
and
/schematicaReplace minecraft:leaves[variant=spruce,check_decay=false,decayable=true] minecraft:leaves[variant=spruce,check_decay=false,decayable=false]
/schematicaReplace minecraft:leaves[variant=spruce,check_decay=true,decayable=true] minecraft:leaves[variant=spruce,check_decay=false,decayable=false]
Is it possible to do something ?
Tatsukee.