Comment on this post things you need help with!

Started by DiamondGamin on

Topic category: General discussion

Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Comment on this post things you need help with!

Comment on this post things you need help with, I will try my best to give a solution. You can also post ideas you want to try but don't know how.

Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
in the 1.8.2 version of…
Fri, 03/15/2019 - 12:50

in the 1.8.2 version of mcreator i can not upload textures for armor.  How do I make it so I can?

Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You have to import armour…
Mon, 03/18/2019 - 20:23

You have to import armour using two parts(layer_1 and layer_2)

I recommend watching a tutorial on making custom armour.

If you have a texture pack go into the folder and take their armour pieces and modify it to your liking.

Joined Dec 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
On a custom plant: Where I…
Tue, 03/19/2019 - 11:36

On a custom plant: Where I can set in the code which blocks the flower can spawn/be placed in?

Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I have mcreator 1.9.0 and…
Sun, 07/07/2019 - 16:41

I have mcreator 1.9.0 and yesterday i updated it to 1.9.0 it worked properly BUT today i tried to open it but it didnt open i tried MANY WAYS and when i say MANY i say MANY.

Do any of you know what to do??????????

Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you not open the app or…
Sat, 07/20/2019 - 11:56

Can you not open the app or open your mod?

Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Allow me to help! This is a…
Sat, 07/20/2019 - 15:05

Allow me to help! This is a procedure that I am using for Trailblazer, and it works fine :D

Just replace the place block with whatever you want to happen, and the 100 with how long you want it. (depends on tick rate of your block, if you are using a block). Also, replace the thing after if with whatever you want to trigger it.
Procedure

Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Sorry if it's difficult to…
Sat, 07/20/2019 - 15:06

Sorry if it's difficult to read.

Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh, and if it's a block, it…
Sat, 07/20/2019 - 15:07

Oh, and if it's a block, it must have an inventory.

If it's not a block, make sure that your nbt tag block is the one in item procedures, not block procedures.

Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yeah, sorry if it looks…
Sun, 07/21/2019 - 09:39

Yeah, sorry if it looks complicated.

Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh, and you only actually…
Sun, 07/21/2019 - 09:43

Oh, and you only actually need the top half of the procedure. Ignore everything past the 'else if'.

Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to make a mob that sets…
Sun, 07/21/2019 - 11:06

how to make a mob that sets you on fire when they attack you(Melee pls)

Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@crispy_chips You could add…
Sun, 07/21/2019 - 15:15

@crispy_chips You could add a "set entity on fire" procedure to the "when entity collides mob" trigger