Started by
ZombotroN_9000
on
Topic category: Help with Minecraft modding (Java Edition)
I am very new to the Mcreator side of modding and was hoping Mcreator could help me with one or two mini mods for a personal mod pack.
- I have been trying to find out if I can make food switch dimensions could anyone help with that?
- I am using DTMS plugin kit witch should allow me to add health, I want to eat a food and the player gains health anyone know anything about that?
Mcreator Version 2021.3, Minecraft Version 1.16.5
thank you for your time.
I can help with 1. wait a bit, I'll send images
I can't send a single image, so I'll just send the steps
1. Make a food item
2. Go to "triggers", and select "When food eaten"
3. Make a procedure (no need to use global triggers) using the "Switch dimension of <entity> to <dimension>"
so like provided dimension = surface = true.
do switch dimension to: nether
Correct?
Thanks