Update mappings + dependencies
This commit is contained in:
parent
1426e49164
commit
83f0eefa15
147 changed files with 224 additions and 223 deletions
|
@ -138,7 +138,7 @@ public class WorldDemonWillHandler {
|
|||
public static WillChunk getWillChunk(World world, BlockPos pos) {
|
||||
WillChunk willChunk = getWillChunk(world.provider.getDimension(), pos.getX() >> 4, pos.getZ() >> 4);
|
||||
if (willChunk == null) {
|
||||
Chunk chunk = world.getChunkFromBlockCoords(pos);
|
||||
Chunk chunk = world.getChunk(pos);
|
||||
generateWill(chunk);
|
||||
|
||||
willChunk = getWillChunk(world.provider.getDimension(), pos.getX() >> 4, pos.getZ() >> 4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue