Walking on Lava (SOLVED)

Started by DeathD84 on

Topic category: Help with modding (Java Edition)

Last seen on 05:12, 28. Mar 2024
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
Last seen on 19:10, 4. Aug 2023
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.

Last seen on 01:15, 24. Mar 2024
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.

Last seen on 14:29, 30. Aug 2023
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

Last seen on 19:10, 4. Aug 2023
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"?

Last seen on 14:29, 30. Aug 2023
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

 

Last seen on 19:10, 4. Aug 2023
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.

Last seen on 08:24, 29. Mar 2024
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.

 

Last seen on 14:29, 30. Aug 2023
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.