mcreactor, how to make the block be installed even in gm2?

Started by THE RED HUNTER on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
mcreactor, how to make the block be installed even in gm2?

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

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In adventure mode?
Sat, 08/30/2025 - 17:21

In adventure mode?

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what do you mean by "be…
Mon, 09/01/2025 - 12:19

what do you mean by "be installed"?

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well, by type, so that the…
Mon, 09/01/2025 - 12:20

Well, by type, so that the player can put it on even if it's in adventure mode.

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ig you mean place not put on…
Mon, 09/01/2025 - 12:28

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,

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you very much! I'll…
Mon, 09/01/2025 - 12:36

Thank you very much! I'll try it now

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Everything is working! Thank…
Mon, 09/01/2025 - 12:59

Everything is working! Thank you very much!