Skip to content

Commit

Permalink
Merge pull request #34 from SourceWriters/release
Browse files Browse the repository at this point in the history
rebase
  • Loading branch information
Lauriichan authored Jan 23, 2022
2 parents cce3ebb + 6180e13 commit 1603cd2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class TextureProvider1_18_R1 extends TextureProvider<VersionControl1_18_R

private final ClassLookup craftEntityStateRef = ClassLookup.of(CraftBlockEntityState.class).searchField("tileEntity", "tileEntity");
private final ClassLookup craftItemStackRef = ClassLookup.of(CraftItemStack.class).searchField("handle", "handle");
private final ClassLookup craftMetaSkullRef = ClassLookup.of("org.bukkit.craftbukkit.v1_17_R1.inventory.CraftMetaSkull")
private final ClassLookup craftMetaSkullRef = ClassLookup.of("org.bukkit.craftbukkit.v1_18_R1.inventory.CraftMetaSkull")
.searchField("serialized", "serializedProfile").searchField("profile", "profile");

protected TextureProvider1_18_R1(VersionControl1_18_R1 versionControl) {
Expand Down Expand Up @@ -98,4 +98,4 @@ public boolean applyBlock(Block block, GameProfile profile) {
return true;
}

}
}

0 comments on commit 1603cd2

Please sign in to comment.