recipes 2

This commit is contained in:
DrMangoTea
2023-10-29 09:15:45 +01:00
parent 25001d95b0
commit 088da50702
54 changed files with 3 additions and 631 deletions

View File

@@ -47,10 +47,7 @@ public class FluidPropagatorMixin {
AllAdvancements.HONEY_DRAIN };
}
/**
* @author DrMangoTea
* @reason Custom Pipes
*/
@Overwrite( remap = false)
public static void propagateChangedPipe(LevelAccessor world, BlockPos pipePos, BlockState pipeState) {
List<Pair<Integer, BlockPos>> frontier = new ArrayList<>();