可滤出物品的配置文件在config/waterstrainer/waterstrainer_loottable.cfg
支持添加其他MOD的物品(不支持NBT物品)
undefined详见原文
Syntax: strainer_name | CATEGORY | modid:item_name | metadata | quantity | rarity
- You can add multiple metadata by separating them with comma (Example: 0,1,2,3) - Higher rarity = Increased dropchance - All items in a category share the same dropchance - If you need help finding the modid and itemname use advanced tooltips (Press F3+H in game) - Use the category and item name BLANK to decrease the chance of every other item in the loottable
Examples: 1x Ender Pearl from Minecraft with a rarity of 10: strainer_survivalist | PEARL | minecraft:ender_pearl | 0 | 1 | 10
5x Cheese from Pam's Harvestcraft with a rarity of 5:
strainer_survivalist | FOOD | harvestcraft:cheeseItem | 0 | 5 | 5
1x Manyullyn Ingot from Tinker's Construct [Meta 2 = Manyullyn Ingot] with a rarity of 1:
strainer_survivalist | INGOT | tconstruct:ingots | 2 | 1 | 1
2x one of all 16 possible wool colors from Minecraft with a rarity of 5:
strainer_survivalist | WOOL | minecraft:wool | 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 | 2 | 5
To be continued...
Automating & Compatibility: The Strainer Base can be automated easily. Attach any kind of hopper or item pipe to the side of the Strainer Base to insert Strainer and bait. Use the bottom of the Strainer Base to extract obtained items.
You can add any kind of items and blocks from other mods to the loottable - for example iron-or aluminum nuggets. (Does only work if the item doesn't need any kind of NBT data). |