Walking on Lava (SOLVED)

Started by DeathD84 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Walking on Lava (SOLVED)
Sat, 03/13/2021 - 19:32 (edited)

I want to make a sort of frost walker for lava, I've already made the block that reverts back to lava after a certain amount of ticks, i just need help with the procedure to turn lava into the blocks (I only want a 1 block radius/path) I am using the latest snapshot btw !

Edited by DeathD84 on Sat, 03/13/2021 - 19:32
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I did that, it's easy. https…
Fri, 03/12/2021 - 09:46

I did that, it's easy.

https://imgur.com/a/fNVMkyJ

https://imgur.com/a/pw9eUDR

https://imgur.com/a/Tz7aBBi

I used blocks that look like normal minecraft bloks and gives you that blocks when mined and randomly transform into another block that does the same with lava. Ignore the part about the dimension, that for something else in my mod.

Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Now you can use the 'wait'…
Sat, 04/10/2021 - 15:21

Now you can use the 'wait' procedure in the snapshots instead of the random chances.

Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I made the procedure of the…
Mon, 09/06/2021 - 13:39

I made the procedure of the lava replacing with cobblestone but when i use this in negative cords, its not in the middle anymore. Any help?

https://imgur.com/a/I3NBpWl

Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What do you mean with "its…
Tue, 09/07/2021 - 13:34

What do you mean with "its not in the middle anymore"?

Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well if i walk on lava with…
Thu, 09/09/2021 - 18:05

Well if i walk on lava with the enchantment on my boots, if its in the negative cords the blocks move -1 back and -1 to the left

 

Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I still don't know what you…
Fri, 09/10/2021 - 07:26

I still don't know what you are saying, but what you have done seems exactly how it's suppossed to be.

Joined Dec 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think you can simplify…
Fri, 09/10/2021 - 07:45

I think you can simplify this using local variables and a loop. I will look into this and see if I can come up with anything.

 

Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I made an example i hope you…
Fri, 09/10/2021 - 10:52

I made an example i hope you understand now. The red X is the block where the player stands.