-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
33 lines (23 loc) · 1.87 KB
/
package.xml
File metadata and controls
33 lines (23 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="utf-8"?>
<Meta>
<title>Bulk Recycle</title>
<id>me.pocke.bulk-recycle</id>
<author>Masataka Pocke Kuwabara</author>
<loadPriority>100</loadPriority>
<version>0.23.246</version>
<tags>QoL</tags>
<description>
(English follows Japanese)
ゴミ箱にアイテムをまとめて入れる機能を追加します。
コンテナをミドルクリックしたときのメニューに、`Recycle_all`が追加されます。これを選択すると、そのコンテナ内の全てのアイテムがゴミ箱に捨てられます。
この時に使われるゴミ箱は、インベントリ内のゴミ箱です。インベントリにゴミ箱がない場合には動作しません。
また、設置してあるゴミ箱をミドルクリックしたときのメニューに`Recycle_all_on_floor`が追加されます。これを選択すると、そのマップに落ちている全てのアイテムをゴミ箱に捨てます。
このMODを利用してゴミ箱にアイテムを入れた場合も、エコポの獲得や卵のドロップは通常通り発生します。またゴミ箱に入れたアイテムは消滅します。
[hr][/hr]
This mod adds a feature to bulk recycle items into the trash can and bin.
When you middle-click a container, a menu item `Recycle_all` is added. Selecting this option will recycle all items in that container into the trash can.
The trash can used in this case is the one in your inventory. If there is no trash can in your inventory, this action will not work.
Additionally, when you middle-click a placed trash can, a menu item `Recycle_all_on_floor` is added. Selecting this option will recycle all items on the map into the trash can.
When using this mod to recycle items into the trash can, Ecopo and egg drops will occur as usual. The items placed in the trash can will be destroyed.
</description>
</Meta>