eaglercraft-1.8/patches/minecraft/net/minecraft/block/BlockBasePressurePlate.edit.java

26 lines
524 B
Java

# Eagler Context Redacted Diff
# Copyright (c) 2024 lax1dude. All rights reserved.
# Version: 1.0
# Author: lax1dude
> CHANGE 2 : 4 @ 2 : 5
~ import net.lax1dude.eaglercraft.v1_8.EaglercraftRandom;
~
> CHANGE 78 : 79 @ 78 : 79
~ public void randomTick(World worldIn, BlockPos pos, IBlockState state, EaglercraftRandom random) {
> CHANGE 2 : 3 @ 2 : 3
~ public void updateTick(World worldIn, BlockPos pos, IBlockState state, EaglercraftRandom rand) {
> DELETE 5 @ 5 : 6
> DELETE 9 @ 9 : 10
> EOF