Skip to content

Commit

Permalink
修复村民商店会移动问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lt-name committed Jan 27, 2024
1 parent 4a836e0 commit bf48d0f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public CrystalWarsEntityMerchant(FullChunk chunk, CompoundTag nbt, @NotNull Team
this.setMaxHealth(100);
this.setHealth(100F);
this.setNameTag(team.getStringColor() + "村民商店");
this.setImmobile();
generateMerchantInventory();
generateGui();
}
Expand Down

0 comments on commit bf48d0f

Please sign in to comment.