Skip to content

Commit

Permalink
1.0.0-PM1E
Browse files Browse the repository at this point in the history
  • Loading branch information
lt-name committed Aug 19, 2021
1 parent 6eee530 commit 81a2725
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public class EntityCamouflageBlock extends EntityHuman implements IEntityCamoufl

static {
EMPTY_SKIN.setSkinData(SerializedImage.fromLegacy(new byte[Skin.DOUBLE_SKIN_SIZE]));
EMPTY_SKIN.generateSkinId("EntityCamouflageBlock");
}

@Setter
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: HuntGame
main: cn.lanink.huntgame.HuntGame
version: "1.0.0"
api: ["1.0.9"]
version: "1.0.0-PM1E"
api: ["Nukkit-PM1E"]
load: POSTWORLD
author: "LT_Name"
depend:
Expand Down

0 comments on commit 81a2725

Please sign in to comment.