Wanted Procedures

Started by Tucky143 on

Topic category: Feature requests and ideas for MCreator

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Wanted Procedures
Mon, 07/21/2025 - 17:47 (edited)

I have some ideas for procedures to be added and here are the procedures:

  • Change luminance of block at XYZ to int
  • Summon floating block (blockitem / block) at x y z and get server side reference

New Procedure type and category called Textures:

  • Change texture of item (in slot int / item) to texture
  • Change texture of block at XYZ to texture
  • Tint item (in slot int / item) rgba
  • Add layer int of texture to item (in slot int / item)
  • Remove layer int of item texture (in slot int / item)

Change Luminance could be used to create different types of lights or redstone blocks.

Summon floating block and track server could be used in many different ways including weapons or abilities that include blocks.

The Texture category could be used to create dynamic items or allowing an item or block to change texture.

Edited by Tucky143 on Mon, 07/21/2025 - 17:47
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
change sprite/image text in…
Fri, 07/11/2025 - 21:45

change sprite/image text in gui to image

change sprite/image text in overlay to image

Useful for creating dynamic overlays and gui without having to have a bunch of procedures checking if a value is true.

 

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Also please add this last…
Fri, 07/11/2025 - 21:54

Also please add this last comment because I need it to make my mod.

Power block at XYZ source …
Sat, 07/12/2025 - 10:10
  • Power block at XYZ source (gives of to surrounding) bool

This is not possible as Minecraft redstone power system does not work i an way that you could just trigger power on any block

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do levers work then?
Sat, 07/12/2025 - 21:59

How do levers work then?

Levers emit redstone…
Sun, 07/13/2025 - 12:33

Levers emit redstone themselves, they don't make some random block at random location emit redstone

You can emit redstone power from custom blocks like levers do already

I suggest you check our…
Sun, 07/13/2025 - 12:33

I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I changed the description…
Mon, 07/21/2025 - 17:48

I changed the description and would like to know if all the other ideas are possible.