Questions & Problems I need answered

Started by Eonaut on

Topic category: Help with modding (Java Edition)

Last seen on 23:44, 18. Aug 2019
Joined Apr 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Questions & Problems I need answered
Mon, 08/15/2016 - 09:51 (edited)

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

Edited by Klemen on Mon, 08/15/2016 - 09:51
Last seen on 23:50, 22. Apr 2019
Joined Nov 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
1. Add multiple "Add potion
Mon, 08/15/2016 - 13:46

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.

Last seen on 12:58, 23. Sep 2019
Joined Aug 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
5) Use MCEdit to export your
Tue, 08/16/2016 - 09:18

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)

Last seen on 09:54, 26. Oct 2022
Joined Jul 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
7) it happens to me too but…
Sat, 07/14/2018 - 19:56

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.

Last seen on 22:25, 15. Jul 2018
Joined Jun 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
6) Isn't there a /spawner…
Sat, 07/14/2018 - 23:13

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.