Making Infinite Craft in Gimkit Creative

@discobot display help

I currently know how to do the following things:

@discobot start {name-of-tutorial}

Starts an interactive tutorial just for you, in a personal message. {name-of-tutorial} can be one of: tutorial, advanced tutorial.

@discobot roll 2d6

:game_die: 3, 6

@discobot quote

:left_speech_bubble: Face what you think you believe and you will be surprised. — William White

@discobot fortune

:crystal_ball: You may rely on it

@discobot fortune
does he respond if not i give up

:crystal_ball: Signs point to yes

:crystal_ball: Concentrate and ask again

Oh yeah sorry. I just saw someone else do it and I decided to follow them

Hey, don’t ping discobot on posts. It causes clutter.

I changed the title because “lets talk” didn’t make sense and may make people think its a chat.

maybe one can use numbers and if conditions
the numbers as the id for what item it is

and the if conditions for what name should display

id=0 → earth
id=1 → fire
id=2 → wind
id=3 → water
id 4 (3-1) → lake → water x2 (3+1)
id 5 (3-2) → steam → water+fire (3+2)
id 6 (3-3) → wave → water+wind (3+3)
id 7 (3-4) → plant → water+earth (3+4)
id 8 (2-1) → volcano → fire x2 (1+7)
id 9 (2-2) → smoke → fire + wind (1+8)
id 10 (2-3) → lava → fire+earth (1+9)
id 11 (3-1) → tornado → wind x2 (2+9)
id 12 (3-2) → dust → wind+earth (2+10)
id 13 (4-1) → mountain → earthx2 (0+13)

1 Like

Don’t summon discobot please

Can crafting tables do crafting automatically? Also, nice pfp.

Oh yeah sorry. I just saw someone else do it and I decided to follow them

Here is is why

but there’s a reason why it’s called infinite craft…

1 Like

Um so I found how the infinite crafting ai works here

crafting_recipes = {
    ('water', 'wind'): 'wave',
    ('fire', 'earth'): 'lava',
    ('wind', 'earth'): 'dust'
}

So my idea is each craft is an item

1 Like

Also this we need to make

Problem how do I hide what the player is crafting in the craft table

it’s born 200 craft is alive

Breaking News Half way done.

so just 200 possible items?

1 Like

Yea pretty much but I will try to do more.