Using a tag in a custom crafting station

Started by Yoshi364 on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 years ago
Joined Mar 2021
Points:
579

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 8
Using a tag in a custom crafting station

Hello,

This issue might be easy to solve but i'm new and i've been scratching my head for a while,

So in my mod i have a station that make tagged item and transforms them into a specific item,

In the procedure i want the station to check if the item in the first slot is a tagged item and if the second slot is empty,

Then removes the items in the first and make just as much item in the second slot,

But the issue is when i put an Item in the slot nothing happens.

What am i doing wrong ?

 

http://image.noelshack.com/fichiers/2021/11/7/1616341289-wasterprocedure.png - The procedure

http://image.noelshack.com/fichiers/2021/11/7/1616341289-biotag.png - The tag

Active 4 months ago
Joined Apr 2018
Points:
751

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 125
I remade your procedure and…
Sun, 03/21/2021 - 16:00

I remade your procedure and it works!

When does it gets triggered?

Active 4 years ago
Joined Mar 2021
Points:
579

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 8
I made it to be triggered…
Sun, 03/21/2021 - 16:02

I made it to be triggered when the "0" slot's content changes

Active 4 months ago
Joined Apr 2018
Points:
751

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 125
Hm.. It works but not works…
Sun, 03/21/2021 - 16:07

Hm.. It works but not works. It doesn't work when I put any item in the slot but it works when I try to take it out

Active 4 months ago
Joined Apr 2018
Points:
751

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 125
Try to make a button that…
Sun, 03/21/2021 - 16:08

Try to make a button that triggers your procedure. It should work

Active 4 years ago
Joined Mar 2021
Points:
579

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 8
Alright so i just tried…
Sun, 03/21/2021 - 16:13

Alright so i just tried adding a button to the GUI and it doesn't work either so that's odd

Active 4 months ago
Joined Apr 2018
Points:
751

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 125
Hm... That's strange. What…
Sun, 03/21/2021 - 16:16

Hm... That's strange. What version are you using?

Active 4 years ago
Joined Mar 2021
Points:
579

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 8
MCcreator's version is 2020…
Sun, 03/21/2021 - 16:18

MCcreator's version is 2020.5 and Minecraft is 1.15.2 with the latest forge release for that version

Active 4 months ago
Joined Apr 2018
Points:
751

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 125
Hm. I'm using that version…
Sun, 03/21/2021 - 16:23

Hm. I'm using that version too.

Can you please send me your workspace?

I'll try to figure out what's wrong

Active 4 months ago
Joined Apr 2018
Points:
751

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 125
Hm. I re made your procedure…
Sun, 03/21/2021 - 17:01

Hm. I re made your procedure a little bit and it seems to be working

dsds

Active 4 years ago
Joined Mar 2021
Points:
579

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 8
I tried recreating what you…
Sun, 03/21/2021 - 17:09

I tried recreating what you did but it still doesn't work, what you've done is remove the "=true" variable right ?

Also rookie question but how did you make your "AND" block stacked instead of a single strip ?

Active 4 months ago
Joined Apr 2018
Points:
751

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 125
Hm. Maybe It fixed itself…
Sun, 03/21/2021 - 17:14

Hm. Maybe It fixed itself. Try regenerating code or IDK :/

Right click on it and press "external outputs"

Active 4 years ago
Joined Mar 2021
Points:
579

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 8
Welp, regenerating the code…
Sun, 03/21/2021 - 17:21

Welp, regenerating the code didn't work unfortunately,

I'll keep searching but thanks for landing a hand

Active 4 months ago
Joined Apr 2018
Points:
751

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 125
Wait. You can also try to…
Sun, 03/21/2021 - 17:28

Wait. You can also try to remake your tag or just remove all items from it and add then again. Maybe this will work