decay-1.1-fabric-26.1.2.jar
Curse Maven Snippet
What's new
Changed:
int chunkX = playerPos.getX() >> 4;
int chunkZ = playerPos.getZ() >> 4;
Increased + Added:
private static final int MIN\_Y = -64;
private static final int MAX\_Y = 128;
Added:
UseBlockCallback.EVENT.register((player, world, hand, hitResult) -> {
if (!world.isClientSide() && player instanceof ServerPlayer) {
ItemStack stack = player.getItemInHand(hand);
if (stack.getItem() instanceof BlockItem) {
BlockPos placePos = hitResult.getBlockPos().relative(hitResult.getDirection());
EveryminuteablockgetsdeletedMod.queueServerWork(1, () -> {
BlockState state = world.getBlockState(placePos);
if (!state.isAir()) {
placedPositions
.computeIfAbsent(world.dimension(), k -> new LongOpenHashSet())
.add(placePos.asLong());This mod has no additional files

