need help with several parts of my mod

Started by onion_hq on

Topic category: Help with modding (Java Edition)

Last seen on 19:28, 11. Sep 2024
Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
need help with several parts of my mod

I need help on several things in my mod.

  1. How do I make it so that a block needs to have a block underneath supporting it?
  2. How do I stop Overworld ores from generating in custom dimension?
  3. 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)
  4. 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
Last seen on 19:51, 17. Sep 2024
Joined Sep 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
1- Go to "Properties" and…
Sun, 09/15/2024 - 02:05

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.

 

Last seen on 13:00, 18. Sep 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
For 2 just dont turn on ores…
Sun, 09/15/2024 - 03:54

For 2 just dont turn on ores feature in the dimension's biomes. If your using default biomes then theres no way.