Started by
onion_hq
on
Topic category: Help with Minecraft modding (Java Edition)
I need help on several things in my mod.
- How do I make it so that a block needs to have a block underneath supporting it?
- How do I stop Overworld ores from generating in custom dimension?
- How do I make custom armor trims from the armor trims plugin (https://mcreator.net/plugin/104090/armor-trims) have a proper tooltip? (https://imgur.com/a/zqhQOPQ)
- I am experiencing a bug with the Curios API plugin (https://mcreator.net/plugin/90992/nerdys-curios-api-plugin) where only baubles assigned to the Bracelet slot function properly, any other slot will make it appear but won't let me equip the bauble to it
1- Go to "Properties" and select "Has Gravity" that way it'll work like sand, if you just want it to break you can do so that in block update: if block at ~ ~-1 ~ is not solid then break block at ~ ~ ~
2-No idea
3-I just looked at it and they dont have the tooltip thing so i dont know how to do that, sorry
4-Never used it, sorry
Hope that at least the first one helped.
For 2 just dont turn on ores feature in the dimension's biomes. If your using default biomes then theres no way.