oo3server/scripts/Earth.zs

28 lines
1.3 KiB
Plaintext
Raw Normal View History

2024-02-09 10:42:53 +00:00
craftingTable.remove(<item:lucky:lucky_block>);
craftingTable.remove(<item:cgm:workbench>);
craftingTable.remove(<item:taming_flute:taming_flute>);
craftingTable.remove(<item:chanceglobe:chance_globe>);
craftingTable.remove(<item:duckmoney:coin1>);
craftingTable.remove(<item:duckmoney:coin2>);
craftingTable.remove(<item:duckmoney:coin5>);
craftingTable.remove(<item:duckmoney:note1>);
craftingTable.remove(<item:duckmoney:note2>);
craftingTable.remove(<item:duckmoney:note5>);
craftingTable.remove(<item:duckmoney:note10>);
craftingTable.remove(<item:duckmoney:note20>);
craftingTable.remove(<item:duckmoney:note50>);
craftingTable.remove(<item:duckmoney:note100>);
craftingTable.remove(<item:duckmoney:note200>);
craftingTable.remove(<item:duckmoney:note500>);
craftingTable.remove(<item:duckmoney:note1000>);
craftingTable.remove(<item:duckmoney:bundle1>);
craftingTable.remove(<item:duckmoney:bundle2>);
craftingTable.remove(<item:duckmoney:bundle5>);
craftingTable.remove(<item:duckmoney:bundle10>);
craftingTable.remove(<item:duckmoney:bundle20>);
craftingTable.remove(<item:duckmoney:bundle50>);
craftingTable.remove(<item:duckmoney:bundle100>);
craftingTable.remove(<item:duckmoney:bundle200>);
craftingTable.remove(<item:duckmoney:bundle500>);
craftingTable.remove(<item:duckmoney:bundle1000>);