mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Add kettle as option to fill with water
This commit is contained in:
parent
af6d260a1e
commit
a4aa3e41a3
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue