Skip to content

Commit

Permalink
Fix ToolBelt illegal access wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
IzzelAliz committed Oct 30, 2020
1 parent cc68dfb commit b7d0f75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private static void a(int p_217066_0_, World p_217066_1_, PlayerEntity p_217066_
* @reason
*/
@Overwrite
protected static void updateCraftingResult(int i, World world, PlayerEntity playerEntity, CraftingInventory inventory, CraftResultInventory resultInventory) {
public static void updateCraftingResult(int i, World world, PlayerEntity playerEntity, CraftingInventory inventory, CraftResultInventory resultInventory) {
Container container = ArclightCaptures.getWorkbenchContainer();
if (!world.isRemote) {
ServerPlayerEntity serverplayerentity = (ServerPlayerEntity) playerEntity;
Expand Down

0 comments on commit b7d0f75

Please sign in to comment.