When making a custom smelter, I get a broken block out of it.

Started by revelcw on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 years ago
Joined Feb 2019
Points:
679

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
When making a custom smelter, I get a broken block out of it.

I'm making a mod that has a custom smelter, the way it works is I click a button and it puts a birch bark into an output slot. But when I click the slot to get the birch, it flashes and goes away, right out on my mouse. If I shift-click it, it's fine and goes into my inventory, but if I click it again, it goes away. If I don't click it and keep it in my how bar, then place the birch log block, it flashes quickly and goes away.

My procedure

That's my only code besides the "rightClickBlock" to open the GUI and that works fine.

Here's a video: https://imgur.com/a/vC8irRH

 

Active 1 year ago
Joined Aug 2018
Points:
825

User statistics:

  • Modifications: 2
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 74
Ouah I think you should open…
Mon, 07/20/2020 - 19:18

Ouah I think you should open a ticket °0°

Active 4 years ago
Joined Jun 2016
Points:
3744

User statistics:

  • Modifications: 10
  • Forum topics: 39
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5484
Inventory procedure blocks…
Tue, 07/21/2020 - 19:14

Inventory procedure blocks have always been bugged, use the ones found in the blocks tab instead (they are exactly the same except they work fine :))