Player spawn in Overworld fix
This commit is contained in:
parent
e09d1d2235
commit
56591633ec
12 changed files with 370 additions and 41 deletions
|
@ -23,16 +23,17 @@
|
|||
"MinecraftServerMixin",
|
||||
"TagGroupLoaderMixin",
|
||||
"EndermanEntityMixin",
|
||||
"DimensionTypeMixin",
|
||||
"RecipeManagerMixin",
|
||||
"AbstractBlockMixin",
|
||||
"DimensionTypeMixin",
|
||||
"PlayerManagerMixin",
|
||||
"RecipeManagerMixin",
|
||||
"HostileEntityMixin",
|
||||
"LivingEntityMixin",
|
||||
"BoneMealItemMixin",
|
||||
"PlayerEntityMixin",
|
||||
"SlimeEntityMixin",
|
||||
"BrewingAccessor",
|
||||
"EntityMixin"
|
||||
"EntityMixin",
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue