Started by
Alovon12
on
Topic category: Help with MCreator software
I'm making a mod that adds 12 color variations of all the light emitters in MC, and am having a problem with finding how to get the End Rod model working.
Also noticed that Lanterns.etc are also missing.
Is there any way to get the models from those blocks to be used for MCcreator blocks?
Use Blockbench to make a custom model with a rod.
Any advice on how to make that exactly work? How tall should it be in blockbench, I assume the base is a 4x4 cube on a 16x texture, and the center rod is 2x2, but how many things tall should it be?
And what about the alternating models when having it attached to a wall, or hanging alone unattached?
NVM to my previous reply, managed to get a model via JSON
However how do I get the behavior to be right?
Look at a picture of it and count its height in pixels. Each pixel is 1 block, and most blocks are 16 pixels. To make it attach to a wall, turn the block rotation mode to whatever fits your purpose. This option should be on the first page of the new block. Finally, if you don't want to make the end rod model, you can extract the .jar file in the Minecraft %appdata%, then "roaming", then ".minecraft", then "versions" (https://drive.google.com/file/d/1a33ROLYrz4IiuXuWZXCIBVS28rYwRsZ0/view?…) with something like WinRAR. Open it, go to "assets", then "Minecraft", then "Blockstates", and there will be all of the .json files for all of the Minecraft blocks (https://drive.google.com/file/d/1k3zlvqSmhe9OE3PP2yvvUtZTc0I0WJJs/view?…). You can also use the extracted files for textures, sounds, and more!
Nevermind, don't look in blockstates. Instead, go from "minecraft" to "models" to "block".
https://drive.google.com/file/d/16ExKy4wBebP2r0rBXdVOMxHEUnIA9vPo/view?…
What about block behavior, I tried using that but it doesn't attach properly, doesn't behave on walls.etc
I would just change the block rotation mode (first page, 3rd group, second option).
The only one that gets close to working is Log rotation, and it still ends up like this
You have a discord? Maybe we can try to troubleshoot this there, to figure this out quicker? Just an idea
I have a GitHub repository, you could upload the project to it.
https://github.com/CactusHamster/EndRodModDebug.git
I could add changes there. Or, you could give me a minimal workspace in a shareable zip.
How do I upload the file to the github?
Create a remote workspace connected to a github account, using that link. Then, commit changes.
I can not find a way to link to it, but I did put a rar download of the workspace in the issues section of it
Thanks! I'll look for a way to fix the issue.