Files
Eaglercraft-1.8/patches/minecraft/net/minecraft/block/BlockDynamicLiquid.edit.java
2023-01-03 22:25:02 -08:00

25 lines
494 B
Java

# Eagler Context Redacted Diff
# Copyright (c) 2023 lax1dude. All rights reserved.
# Version: 1.0
# Author: lax1dude
> CHANGE 3 : 4 @ 3 : 4
~ import net.lax1dude.eaglercraft.v1_8.EaglercraftRandom;
> CHANGE 1 : 2 @ 1 : 4
~
> CHANGE 20 : 21 @ 20 : 21
~ public void updateTick(World world, BlockPos blockpos, IBlockState iblockstate, EaglercraftRandom random) {
> CHANGE 75 : 76 @ 75 : 76
~ Set<EnumFacing> set = this.getPossibleFlowDirections(world, blockpos);
> EOF