Topic category: Help with Minecraft modding (Java Edition)
I have a few issues I ran into. I would appreciate help on as many as you can:
1.) I want to make foods that imbue multiple effects when eaten, but when I do this as a stacked event, I can't eat the food and nothing happens. How do i fix this?
2.) Is it possible to make a dimension with multiple biomes in it? if yes, then how?
3.) I want to make "anti-bonemeal" which turns plants/sapling into dead bushes and grass into a different block; how do i do this, rather than have it turn everything into a dead bush
4.) how do I make single-use items (like bone meal, spawn eggs, or fire charges)?
5.) how do you make a structure schematic?
6.) how do you code in monster spawners for custom mobs with commands? (ex. /setblock mob_spawner ~ ~ ~ {???})
7.) my nether-like dimension seems to crash the game and corrupt the world. Why?
8.) Since i figure most (or all) my problems will require coding, how do you insert said coding into the MCreator mod's code, if possible
1. Add multiple "Add potion effect" events when the food is eaten.
2. Possible in 1.7.0 I believe
3. I not entirely sure either
4. Use "consume item in inventory" event
5. i'm exactly sure what you mean.
6. I'd like to know this as well
7. Hmm, that's never happened to me. You didn't edit the code at all, did you?
8. I'm not very good at coding.
5) Use MCEdit to export your structure as a .schematic file (you can just create a structure in a minecraft world in creative mode, then open that world with mcedit, or create the structure directly with this program, then export)
7) it happens to me too but with the little testing that I've done it seems to be crashing only when the difficulty is NOT set to peaceful. Happened to me today when playing with my mod with my brothers and the whole world got corrupted.
6) Isn't there a /spawner command? Check https://mcstacker.net/
8) Go to the panel named "Console". If you ever hand-coded a mod before, you'll see that although the folder structure is a little different, this is kind of the same.