TechReborn/src/main
Ayutac e95428d0f0
Final commit to resolve #2675 I hope. Thanks to Ayutac
Bug history: Cells were able to put out fluids which are not FlowableFluids, causing a textureless block to appear. First commit checked for FlowableFluid necessary in cell item to do anything with it. However since EMPTY is not a FlowableFluid that led to Cells being unable to pick up fluids any longer. Second commit attempted to fix but didn't because I checked it wrongly (tested with buckets instead of cells). In fact it doesn't do anything (because the same check was performed earlier), so I reverted it with this commit. And finally this commit adds EMPTY as an acceptable fluid inside a cell to do something with it.
2022-01-02 12:12:58 +03:00
..
java/techreborn Final commit to resolve #2675 I hope. Thanks to Ayutac 2022-01-02 12:12:58 +03:00
resources Added tooltip for unplaceable fluids in cells. Thanks to Ayutac 2022-01-02 12:12:27 +03:00