Started by
windoffjords
on
Topic category: Help with Minecraft modding (Java Edition)
Im trying to make a block that when you step on it, it emits redstone power and when you let go it stops.
made an account just to ask this
Topic category: Help with Minecraft modding (Java Edition)
Im trying to make a block that when you step on it, it emits redstone power and when you let go it stops.
made an account just to ask this
Add a Block, name it, on Block base - change it to PreassurePlate, continue changing any other value you like. Finally, save it.
i dont want it to look like a pressure plate, i want it to act like a pressure plate
OK, got it. Basically what you want is to cloak the pressure plate, so that is pretty simple.
Step one:
That was a long and yet easy step one.
Now run the Client, and follow the animation.
Pay close attention to that pixel between the plate and the block.Place a picture frame there. Now, step on the pressure plate to place the model/block. If you want to rotate the model/block, just right click it. You can create as many models as you like, but they must be added as blocks.
Possibly, this can be turned into a tutorial for custom pressure_plates (and a suggestion for future MCreator versions).
Here we go ...
Another way to go with these custom/cloaked/hidden pressure plates is:
You will have a custom pressure plate created with MCreator without requiring additional coding.
Have fun.
im doing the second option and its a little confusing because it didnt work, also just so you know, i want the block to have more than 1 texture
I tested it before posting it, and already reposted these tutorials. Will try to make a short video about how it was done. I know, all of this is confusing until we see how it was done. Will do my best to help.
Unfortunately, the image cannot be seen but I have seen errors like these before. Finally, yes a model can have as many textures you would like to use. In my models, I merge all the textures in one image and then map the accordingly (simplifying the process).