Started by
Tucky143
on
Topic category: Feature requests and ideas for MCreator
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
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.
Also please add this last comment because I need it to make my mod.
This is not possible as Minecraft redstone power system does not work i an way that you could just trigger power on any block
How do levers work then?
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 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
I changed the description and would like to know if all the other ideas are possible.