Problem with custom crafting gui

Started by Enersios on

Topic category: Help with Minecraft modding (Java Edition)

Active 7 years ago
Joined Jun 2018
Points:
693

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
Problem with custom crafting gui
Sun, 06/24/2018 - 10:07 (edited)

Hey ! I created a custom crafting gui : slot 0 1 2 = input , slot 3 = output

There is a " Craft " button : ( This is test crafting )

contains[inherited, 0] == mcreator_rubyGem.block
    contains[inherited, 1] == mcreator_rubyBlock.block
        contains[inherited, 2] == mcreator_rubyBlock.block
            place item in gui slot / mcreator_rubyBlock.block / slot 3 / inherited / amount 1
            remove item in gui slot / inherited / amount 1 / slot 0
            remove item in gui slot / inherited / amount 1 / slot 1
            remove item in gui slot / inherited / amount 1 / slot 2

And when I try to grab the crafted item , the craft is canceled !

Please help me !

Sorry for bad english i'm french .

Edited by Enersios on Sun, 06/24/2018 - 10:07
Active 7 years ago
Joined Jun 2018
Points:
693

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
UP
Sun, 06/24/2018 - 11:47

UP

Active 7 years ago
Joined Jun 2018
Points:
693

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
UP
Mon, 06/25/2018 - 19:16

UP