Added support for non-reactive liquids

This commit is contained in:
Anuken
2022-08-31 08:08:07 -04:00
parent 8f4251db3a
commit fb24953dc2
3 changed files with 16 additions and 11 deletions

View File

@@ -54,6 +54,7 @@ public class Liquids{
spreadTarget = Liquids.water;
moveThroughBlocks = true;
incinerable = true;
blockReactive = false;
canStayOn.addAll(water, oil, cryofluid);
colorFrom = Color.valueOf("e8803f");