Bassebombecraft

Bassebombecraft

18.5k Downloads

1.14.4: Build fails with error: ServerWorld cannot be resolved to a type

Closed this issue ยท 2 comments

commented

ServerWorld cannot be resolved to a type
/bassebombecraft-1.8/src/main/java/bassebombecraft/world/TemplateUtils.java

commented

Solution:
Class is moved to package: net.minecraft.world.server.ServerWorld;

commented

Resolved with commit acb4775.