Dong Dong Posted May 7 Report Posted May 7 Hello I am making a game adding mushrooms to the game and I can't find a way in creative to spawn mushroom (specially mushroom on tree). So I can't do texturing or any tests. Does anyone know a way ?
Solution Spear and Fang Posted May 8 Solution Report Posted May 8 you can grab them from creative inventory and place them on a tree. to place them you probably need to shift-right click (or crouch click) if you don't see them in the creative menu you can "expose" them by changing this line to creativeinventory: { "general": ["*-north"], "flora": ["*-north"] }, or even creativeinventory: { "general": ["*"], "flora": ["*"] }, I placed these mushrooms like this
Recommended Posts