You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to use blocks of water or lava (possibly others) in Preset-Code, an error occurs.
I tried to use this code: minecraft:bedrock,60*minecraft:lava
And also tried use code for Water World from wiki: minecraft:bedrock,5*minecraft:stone,5*minecraft:dirt,5*minecraft:sand,90*minecraft:water
If i use solid block, i don't have errors. https://pastebin.com/uhJSEaan
And after errors if i teleport on my removed island, i will see this:
(used Water World code, but world generated with generator-settings={"Topography-Preset":"Lava"} in server.properties).
Steps To Reproduce:
Set Preset-Code="minecraft:bedrock,5*minecraft:stone,5*minecraft:dirt,5*minecraft:sand,90*minecraft:water" in config.
Set same code in schematic.
/is reset
The text was updated successfully, but these errors were encountered:
Interesting... I will see if there's anything I can do to address this but from the log file, it looks like sponge is throwing the error when SkyClaims request it to set a block.
Version:
Expected Behavior:
Correct generation with Preset-Code
Actual Behavior:
When I try to use blocks of water or lava (possibly others) in Preset-Code, an error occurs.
I tried to use this code:
minecraft:bedrock,60*minecraft:lava
And also tried use code for Water World from wiki:
minecraft:bedrock,5*minecraft:stone,5*minecraft:dirt,5*minecraft:sand,90*minecraft:water
If i use solid block, i don't have errors.
https://pastebin.com/uhJSEaan
And after errors if i teleport on my removed island, i will see this:
(used Water World code, but world generated with generator-settings={"Topography-Preset":"Lava"} in server.properties).
Steps To Reproduce:
minecraft:bedrock,5*minecraft:stone,5*minecraft:dirt,5*minecraft:sand,90*minecraft:water
" in config.The text was updated successfully, but these errors were encountered: