How would I go about smelting blocks that are smeltable by digging them up?

Started by Peenie Linguine on

Topic category: Help with MCreator software

Last seen on 21:24, 14. Sep 2024
Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How would I go about smelting blocks that are smeltable by digging them up?

I am currently trying to make it so that the toolset I have has the ability to smelt items when digging them up, would anyone happen to know how I could go about that without having to enter in each smeltable block? My issue here is that I know "spawn dropped item, Get Smelting result of" But I don't know what specifically to get the smelting result of in terms of blockstates. I can't use Itemstack since i am using "A block is broken" as a global trigger.

Last seen on 19:52, 14. Sep 2024
Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
https://imgur.com/UVQ3S25…
Mon, 08/12/2024 - 11:06

https://imgur.com/UVQ3S25 replace the diamond pickaxe with your tool

Last seen on 21:24, 14. Sep 2024
Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
My one issue is that I don't…
Mon, 08/12/2024 - 20:26

My one issue is that I don't have "Cancel event that triggered global trigger" I am on 2023.4 and am also building the mod with fabric so I keep getting compile errors with certain triggers and actions.

Last seen on 21:24, 14. Sep 2024
Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
https://imgur.com/a/mdhkIrC…
Mon, 08/12/2024 - 20:31

https://imgur.com/a/mdhkIrC This is the error that I got and my codeblocks, I was able to find global trigger cancel, it was at the bottom.

 

Last seen on 21:24, 14. Sep 2024
Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
https://imgur.com/a/IP8XkKl…
Mon, 08/12/2024 - 21:14

https://imgur.com/a/IP8XkKl I was able to get the block to drop both cobblestone and smooth stone, but not stone with this codeblock. Also the blocks that I want to smelt are blast furnace recipes. Would it maybe be better to just put in all the ores and blocks that I would like to replace the output? Just seems like a lot of work though

Last seen on 19:52, 14. Sep 2024
Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes, you should do that,…
Mon, 08/12/2024 - 21:34

Yes, you should do that, blast furnace recipes are not considered smelting