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