mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-21 23:13:28 +01:00
Fixed fluid placer not being harvestable.
This commit is contained in:
parent
c1e274db4f
commit
07c59fb37a
2 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
"actuallyadditions:breaker",
|
||||
"actuallyadditions:dropper",
|
||||
"actuallyadditions:fluid_collector",
|
||||
"actuallyadditions:fluid_placer",
|
||||
"actuallyadditions:farmer",
|
||||
"actuallyadditions:bio_reactor",
|
||||
"actuallyadditions:vertical_digger",
|
||||
|
|
|
@ -99,6 +99,7 @@ public class BlockTagsGenerator extends BlockTagsProvider {
|
|||
ActuallyBlocks.BREAKER.get(),
|
||||
ActuallyBlocks.DROPPER.get(),
|
||||
ActuallyBlocks.FLUID_COLLECTOR.get(),
|
||||
ActuallyBlocks.FLUID_PLACER.get(),
|
||||
ActuallyBlocks.FARMER.get(),
|
||||
ActuallyBlocks.BIOREACTOR.get(),
|
||||
ActuallyBlocks.VERTICAL_DIGGER.get(),
|
||||
|
|
Loading…
Reference in a new issue