
Adds a new trading block for Minecraft
Adds a new trading block similar to Stardew Valley selling bin for Minecraft.
Selling Bin (yostradepost:tradepost) is located in the original crafting bar in creative mode and can be synthesized using red wool, white wool, oak planks, and wooden barrels.
After the player puts in the item to be traded, the Selling Bin will process the transaction on a new day, converting the specified item into another specified item (Configurable in the yostradepost.json in the config folder).
Provides a highly customizable and clean way to configure.
出货箱在新的一天会瞬间执行3次处理(视为1次交易),单次交易支持货币三级转换(物品-货币1-货币2-货币3)。
The Selling Bin will perform 3 processing times on a new day (considered as 1 transaction), and a single transaction supports three-level currency conversion (item - currency 1 - currency 2 - currency 3).
配置格式 Configuration format:
["输入物品ID", "输入数量", "输出物品ID", "输出数量"](数字可不用双引号)
["Input Item ID", "Input Quantity", "Output Item ID", "Output Quantity"] (Numbers can be used without double quotation marks)
示例 Example:
8 铁锭(minecraft:iron_ingot)-> 1 绿宝石(minecraft:emerald)
["minecraft:iron_ingot", 8, "minecraft:emerald", 1]
完整配置示意 Full text:
{
"trades": [
["输入物品ID", "输入数量", "输出物品ID", "输出数量"],
["minecraft:iron_ingot", 8, "minecraft:emerald", 1],
["minecraft:gold_ingot", 2, "minecraft:emerald", 1],
["minecraft:emerald", 8, "minecraft:diamond", 1]
]
}
Fabric 1.20.1(需要 Fabric Loader 0.16.14 以及上版本,Fabric API任意版本)。
(requires Fabric Loader 0.16.14 or higher, any version of Fabric API).