Skip to content

Commit

Permalink
Fix spooky penguin using incorrect texture
Browse files Browse the repository at this point in the history
  • Loading branch information
Blitheness committed Oct 29, 2022
1 parent e5748ae commit 26b25cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>us.shirecraft</groupId>
<artifactId>EasterEggHunt</artifactId>
<version>0.4.8-SNAPSHOT</version>
<version>0.4.10-SNAPSHOT</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ public SpookyPenguin() {
setPlayerUuid(PLAYER_UUID);
}

private final String TEXTURE = "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTlhNjQ1MGY1ZTMyZTE1ZDkyZmJkMjg0MTZkYzJiMjQwNzBhZTZmMDYyMTIxNzk4YjNiYTU0OWM5YzkwNzM3MiJ9fX0=";
private final String PLAYER_UUID = "7e858f48-3b6e-45db-8a85-8e9d527372e8";
private final String TEXTURE = "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTFiZjEzZWFkMzBmMTRkMWE2ODdlNjg4OWM1MmQ3NzIyMWMxNGNkZThlY2VlNGFlYjI4MDMzYWRlNzNiMWNkOSJ9fX0=";
private final String PLAYER_UUID = "8942cb66-9cf2-4828-97c8-68ffc59e92a7";
}
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
main: us.shirecraft.easteregghunt.EasterEggHunt
name: EasterEggHunt
version: '0.4.8-SNAPSHOT'
version: '0.4.10-SNAPSHOT'
description: "Treasure hunt using WorldGuard regions"
api-version: 1.17
load: POSTWORLD
Expand Down

0 comments on commit 26b25cf

Please sign in to comment.