Input liquid drawing for DrawLiquid and DrawMixer (#5906)

This commit is contained in:
Matthew Peng
2021-09-04 07:18:44 -07:00
committed by GitHub
parent 3901ae1720
commit b004146015
3 changed files with 42 additions and 4 deletions

View File

@@ -609,7 +609,7 @@ public class Blocks implements ContentList{
rotate = false;
solid = true;
outputsLiquid = true;
drawer = new DrawMixer();
drawer = new DrawMixer(true);
consumes.power(1f);
consumes.item(Items.titanium);