Files
Eaglercraft-1.8/patches/minecraft/net/minecraft/block/BlockAnvil.edit.java
2022-12-25 01:12:28 -08:00

23 lines
403 B
Java

# Eagler Context Redacted Diff
# Copyright (c) 2022 lax1dude. All rights reserved.
# Version: 1.0
# Author: lax1dude
> CHANGE 3 : 4 @ 3 : 4
~
> DELETE 55 @ 55 : 64
> INSERT 96 : 101 @ 105
+ public boolean onBlockActivated(World worldIn, BlockPos pos, IBlockState state, EntityPlayer playerIn,
+ EnumFacing side, float hitX, float hitY, float hitZ) {
+ return true;
+ }
+
> EOF