@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/world/level/block/BlockFluids.java
|
||||
+++ b/net/minecraft/world/level/block/BlockFluids.java
|
||||
@@ -39,7 +39,7 @@
|
||||
@@ -42,7 +42,7 @@
|
||||
public class BlockFluids extends Block implements IFluidSource {
|
||||
|
||||
private static final Codec<FluidTypeFlowing> FLOWING_FLUID = BuiltInRegistries.FLUID.byNameCodec().comapFlatMap((fluidtype) -> {
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
if (fluidtype instanceof FluidTypeFlowing fluidtypeflowing) {
|
||||
dataresult = DataResult.success(fluidtypeflowing);
|
||||
@@ -172,14 +172,20 @@
|
||||
@@ -175,14 +175,20 @@
|
||||
if (world.getFluidState(blockposition1).is(TagsFluid.WATER)) {
|
||||
Block block = world.getFluidState(blockposition).isSource() ? Blocks.OBSIDIAN : Blocks.COBBLESTONE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user