This repository has been archived by the owner on Oct 6, 2024. It is now read-only.
Changing specific blocks to be other blocks #41
-
Hello everyone, I need to change all lava in the nether to another block. Is this possible? |
Beta Was this translation helpful? Give feedback.
Answered by
tastybento
May 23, 2021
Replies: 1 comment 1 reply
-
Yes. You have to override the getTerrianSettings method and define what the water block is going to be. See my code https://github.com/BentoBoxWorld/Boxed/blob/develop/src/main/java/world/bentobox/boxed/generators/NetherGenerator.java Around Line 81 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vytskalt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. You have to override the getTerrianSettings method and define what the water block is going to be. See my code https://github.com/BentoBoxWorld/Boxed/blob/develop/src/main/java/world/bentobox/boxed/generators/NetherGenerator.java
Around Line 81