Help With My Mod

Started by ordh1 on

Topic category: Help with MCreator software

Active 4 years ago
Joined Jun 2020
Points:
657

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 17
Help With My Mod

hi,

I want to ask, there is a way to make crafting pad?

I know how to make crafting table but crafting pad not.

Active 4 years ago
Joined Mar 2018
Points:
804

User statistics:

  • Modifications: 0
  • Forum topics: 22
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 15
 What do you mean with…
Sun, 09/20/2020 - 08:03

 What do you mean with crafting pad?

Active 4 years ago
Joined Jun 2020
Points:
657

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 17
Like crafting table but in…
Sun, 09/20/2020 - 08:17

Like crafting table but in item and not in a block

Active 4 years ago
Joined Mar 2018
Points:
804

User statistics:

  • Modifications: 0
  • Forum topics: 22
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 15
Just bind the item to a GUI…
Sun, 09/20/2020 - 08:38

Just bind the item to a GUI and select the crafting table, or make a procedure when you right click with it to open the GUI.

Active 4 years ago
Joined Jun 2020
Points:
657

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 17
Ok,  I have a question,  is…
Sun, 09/20/2020 - 12:04

Ok, 

I have a question,  is there  way to do  this procedure shorter? 

Get numbers of items from slot 0 of the currently  open gui of event/target entity= Get numbers of items from slot 1 of the currently open gui of event/target entity. 

Get numbers of items from slot 0 of the currently open gui of event/target entity= Get numbers of items from slot 2 of the currently open gui of event/targeted entity. 

 

 

Active 4 years ago
Joined Mar 2018
Points:
804

User statistics:

  • Modifications: 0
  • Forum topics: 22
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 15
Probably there is something,…
Sun, 09/20/2020 - 12:38

Probably there is something, I haven't tried to do it yet.

Active 4 years ago
Joined Jun 2020
Points:
657

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 17
I am trying to find a way…
Sun, 09/20/2020 - 12:43

I am trying to find a way but I don't find yet

Active 3 years ago
Joined Nov 2018
Points:
980

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 571
I've seen mods just put down…
Sun, 09/20/2020 - 13:32

I've seen mods just put down crafting tables. Just place a crafting table down when you right click the item on a block. If you can code set the previous block to a block variable/object. Set the crafting table as the block. I don't know what next but this is a basic start.

Active 4 years ago
Joined Jun 2020
Points:
657

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 17
 Is there  way to do  this…
Sun, 09/20/2020 - 16:24

 Is there  way to do  this procedure shorter? 

Get numbers of items from slot 0 of the currently  open gui of event/target entity= Get numbers of items from slot 1 of the currently open gui of event/target entity. 

Get numbers of items from slot 0 of the currently open gui of event/target entity= Get numbers of items from slot 2 of the currently open gui of event/targeted entity. 

Please Help Me!!!