mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-21 06:19:56 +00:00
Putting in combinations for trying to smash the sun
This commit is contained in:
parent
5178abd891
commit
a229d8862f
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ module Item
|
|||
[15, 22] => 16, # bottle of smoke + viscous syringe => bottle of acid
|
||||
[11, 18] => 103, # empty bottle + crowbar => can't combine
|
||||
[11, 19] => 103, # empty bottle + pipe => can't combine
|
||||
[1, 18] => 104, # lightbulb + crowbar => can't combine
|
||||
[1, 19] => 104, # lightbulb + pipe => can't combine
|
||||
[25, 26] => 30, # feather + ink bottle => pen
|
||||
[27, 56] => 57, # tube of water + water pill => miracle water
|
||||
[32, 36] => 33, # button + magnets => magnetized button
|
||||
|
|
|
|||
Loading…
Reference in a new issue