Drain block for liquid gathering

https://wiki.techreborn.ovh/doku.php?id=mods:techreborn:drain
This commit is contained in:
Justin Vitale 2020-06-18 21:39:40 +10:00 committed by GitHub
parent f915c4619d
commit 025740d8ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 75 additions and 12 deletions

View file

@ -65,7 +65,7 @@ public class StackToolTipHandler implements ItemTooltipCallback {
ItemTooltipCallback.EVENT.register(new StackToolTipHandler());
// WIP injection
wipBlocks.add(TRContent.Machine.DRAIN.block);
// wipBlocks.add(TRContent.Machine.NAME.block);
}