some features id like

Started by David032505 on

Topic category: Feature requests and ideas for MCreator

Last seen on 23:28, 12. Jan 2023
Joined Dec 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
some features id like

editing exisitingmobs and items in mcreator  (ex: make a pig drop bacon)

dispalys tat genrate a imagethat shows how much a food gives in points according to options, how much a ore would spawn visully  how much armor all the peices give specificly seperatly.

 

easier way to make growable plants and other stuff

 

custom potion effects

 

re-add bonus chest item chance? i cant see mtofind it if its still there

 

easier way to make structures?

 

and a ton more stuff

 

 

 

Last seen on 07:36, 21. Sep 2018
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
  editing exisitingmobs and…
Tue, 05/15/2018 - 06:12

 

editing exisitingmobs and items in mcreator  (ex: make a pig drop bacon) I think that would be against the EULA of normal minecraft.

dispalys tat genrate a imagethat shows how much a food gives in points according to options, how much a ore would spawn visully  how much armor all the peices give specificly seperatly. Are these in-game or in the MCreator icon window

 

easier way to make growable plants and other stuff Totally agree

 

custom potion effects Totally agree

 

re-add bonus chest item chance? i cant see mtofind it if its still there It's still added, you just have to code it yourself

 

easier way to make structures? It's already easy. Get worldeditWrapper, make a schematic of your structure and select it in the MCreator window.

 

and a ton more stuff What stuff?

Responses in bold, and for anyone thinking his grammar sucks, it's understandable.

Last seen on 09:06, 14. Jul 2019
Joined Aug 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
But some mods already change…
Mon, 05/21/2018 - 17:25

But some mods already change vanilla mob drops! And they are allowed!

Last seen on 17:17, 10. Jan 2024
Joined Aug 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can pretty much change…
Mon, 05/21/2018 - 19:24

You can pretty much change anything you want by:

  • overriding existing methods
  • accessing public variables
  • using Forge & FML event hooks
  • Java reflections
  • ASM

 These are listed in the order you should try them, you definitely should not start right with ASM as it is pretty much "last option" if nothing else works.