Add option to fill cup with water

This commit is contained in:
gregf36665 2024-12-18 11:17:22 +00:00 committed by Syndromeramo
parent 0198febf9d
commit 8dd9cc0b2e

View file

@ -133,6 +133,10 @@ class WaterSourceListener : InteractionListener {
KETTLE( KETTLE(
inputs = intArrayOf(Items.KETTLE_7688), inputs = intArrayOf(Items.KETTLE_7688),
output = Items.FULL_KETTLE_7690 output = Items.FULL_KETTLE_7690
),
CUP(
inputs = intArrayOf(Items.EMPTY_CUP_1980),
output = Items.CUP_OF_WATER_4458
); );
companion object companion object