How to make a crafting table without a button?

Started by robbiealexander on

Topic category: Help with MCreator software

Active 1 year ago
Joined Jul 2020
Points:
665

User statistics:

  • Modifications: 1
  • Forum topics: 13
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 10
How to make a crafting table without a button?

mostly just the title. i'm making a mod with a crafting station, and I followed the official tutorial but it has a button. is there a way to make the table without a button, and more like the vanilla crafting tables, where there is no button? thanks in advance.

Active 1 year ago
Joined Jul 2020
Points:
665

User statistics:

  • Modifications: 1
  • Forum topics: 13
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 10
a crafting table without a…
Sun, 01/31/2021 - 02:58

a crafting table without a button. not with. i don't want a button in the crafting table. i want a crafting table that does not have a button to craft.

Active 4 months ago
Joined Nov 2020
Points:
556

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
I can suggest making a…
Sun, 01/31/2021 - 06:29

I can suggest making a routine that reads which items are in a given position and puts the outgoing item in the GUI, but this is only suitable for a small amount of craft, otherwise you will get tired.

Active 1 year ago
Joined Jul 2020
Points:
665

User statistics:

  • Modifications: 1
  • Forum topics: 13
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 10
i'm making over a hundred…
Sun, 01/31/2021 - 07:34

i'm making over a hundred items, getting tired is just kind of. how it works honestly

this makes sense but how would i detect that the person has taken the item so that i can remove the other items?

also what would i make the code trigger on? you say something about a routine but i don't know what that is

Active 2 days ago
Joined Sep 2020
Points:
1191

User statistics:

  • Modifications: 7
  • Forum topics: 17
  • Wiki pages: 4
  • MCreator plugins: 0
  • Comments: 776
Use block update tick like…
Sat, 02/06/2021 - 06:51

Use block update tick like furnace

Active 2 years ago
Joined Aug 2022
Points:
280

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
I realise this is old and…
Mon, 10/31/2022 - 01:35

I realise this is old and you probably aren't gonna see this, but it doesn't really work. I made this super complicated procedure for making a crafting table without a button, but the gui functions in mcreator mess it up. So until there is an update fixing that, there is no way to make a "vanilla style" crafting table.