Skip to content

Commit

Permalink
Update EntityPlayerSPMixin.java
Browse files Browse the repository at this point in the history
  • Loading branch information
UselessBullets committed Oct 13, 2023
1 parent ef699ea commit 5c5e459
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ public class EntityPlayerSPMixin{
protected Minecraft mc;
@Unique
public InventoryPlayer inventory = ((EntityPlayer)(Object)this).inventory;
@Unique
public World world = ((EntityPlayer)(Object)this).world;
@Inject(method = "displayGUIWorkbench(III)V", at = @At("HEAD"), cancellable = true)
private void displayLegacyCrafting(int x, int y, int z, CallbackInfo ci){
if (ModSettings.legacyOptions.getEnableLegacyCrafting().value){
Expand Down

0 comments on commit 5c5e459

Please # to comment.