Added an entity, weathertype, and gamemode registry.

This commit is contained in:
Matthew Miller
2018-07-19 22:41:26 +10:00
parent 572bf04482
commit 663dd1f4d8
33 changed files with 747 additions and 115 deletions

View File

@ -167,7 +167,7 @@ public class ExtentEntityCopy implements EntityFunction {
}
}
return new BaseEntity(state.getTypeId(), builder.build());
return new BaseEntity(state.getType(), builder.build());
}
}