mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 18:38:14 -05:00
23 lines
403 B
Java
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
|