Started by
THE RED HUNTER
on
Topic category: Help with Minecraft modding (Java Edition)
In short, I have a trap in my mod, but I can't put it in gm 2, how do I make it possible to do this, prog version 2023.4 main version 1.20.1
Topic category: Help with Minecraft modding (Java Edition)
In short, I have a trap in my mod, but I can't put it in gm 2, how do I make it possible to do this, prog version 2023.4 main version 1.20.1
In adventure mode?
Yes
what do you mean by "be installed"?
Well, by type, so that the player can put it on even if it's in adventure mode.
ig you mean place not put on. If you know what blocks you want to allow the player to place the block on, you can use the can_place_on component.
But if you don't you can do something like,
Thank you very much! I'll try it now
Everything is working! Thank you very much!