Add kettle as option to fill with water

This commit is contained in:
gregf36665 2024-12-16 16:08:11 +00:00 committed by Syndromeramo
parent af6d260a1e
commit a4aa3e41a3

View file

@ -129,6 +129,10 @@ class WaterSourceListener : InteractionListener {
FISHBOWL( FISHBOWL(
inputs = intArrayOf(Items.FISHBOWL_6667), inputs = intArrayOf(Items.FISHBOWL_6667),
output = Items.FISHBOWL_6668 output = Items.FISHBOWL_6668
),
KETTLE(
inputs = intArrayOf(Items.KETTLE_7688),
output = Items.FULL_KETTLE_7690
); );
companion object companion object