AllTheMods/AllTheModium

Incorrect check for preventing placing blocks near the center of the End island

James103 opened this issue · 0 comments

if (Math.abs(x) < 1000 || Math.abs(z) < 1000) {

This check appears to prevent placing of any block within 1,000 blocks of either axis in the End dimension, whereas I believe the intention was to prevent placing Teleport Pads within 1,000 blocks of the center End Island.