misode / Skymode4

Minecraft Custom Skyblock Map
MIT License
10 stars 3 forks source link

Custom blocks cannot be placed near top and bottom of world #22

Closed Shad0wSlam closed 6 years ago

Shad0wSlam commented 6 years ago

^

misode commented 6 years ago

Fixed by adding 2 extra lines for each fill for each custom block:

fill ~-6 ~-6 ~-6 ~6 ~6 ~6 ...
fill ~-6 0 ~-6 ~6 7 ~6 ...
fill ~-6 248 ~-6 ~6 255 ~6 ...