Making a block act like a furnace (kind-of)

Started by Originalboy2 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Making a block act like a furnace (kind-of)

I have very little understanding of how the mcreator procedures actually work, I'm familiar with programming and have used it before. So I basically understand the syntax of these procedures, however I don't really know what to use to make a lava furnace.

Could someone please put together instructions on how I could create this block

The block requires slot 0 to have a lava bucket in it, and slot 1 to have at least 1 cobblestone block

It then gets rid of the cobblestone and puts 1000mb of lava in it's liquid storage

Also just in case, do I have to do something special to get liquid out of the block using pipes or things like that or is that just a feature of liquid storage

Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
bump, is anyone ever going…
Sun, 01/15/2023 - 20:52

bump, is anyone ever going to give me an answer, I just need basic code. I understand how programming works and I use Python and Lua. I just don't know how the minecraft data structures work and the mcreator block coding.

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Your bumping is useless…
Sun, 01/15/2023 - 21:13

Your bumping is useless. Mostly no one here understands any kind coding :p

Tutorial:

https://www.youtube.com/watch?v=asuMnQNgKKE&list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei&index=12

You can find furnace procedures templates (including from video) here in "procedure templates":