虚空工艺 (Void Crafting)
为游戏添加了一种虚空工艺合成类型。这个模组增加了一种合成类型,允许将物品投入虚空中进行合成。
虚空工艺是一款为Minecraft游戏添加合成类型的模组。它允许玩家将物品抛入虚空,以在虚空周围产生新的物品。
示例
当一个金锭掉入虚空时,将在末地维度的`0, 0`周围的10.2个方块半径内生成一个3个金块的堆叠。
{
"type": "voidcrafting:void_crafting",
"input": {
"item": "minecraft:gold_ingot"
},
"radius": 10.2,
"result": {
"item": "minecraft:gold_block",
"count": 3
}
}
Copy 已复制!
完整文档请参阅 wiki 。
许可证
MIT © 2022 spadeteam
- Updated to 1.20
- I created this terrible versioning scheme, I'm stuck with it now
展开 - Updated to 1.19.4
展开 - Updated to 1.19.3
- Migrated to [Data Criteria](https://modrinth.com/mod/data-criteria)
展开 - Added a `thrower` player parameter to the stack voided event
展开 - Added a `StackVoided` event (accessed through `VoidCraftingAPI.STACK_VOIDED`)
- Called when an item entity ticks in the void
- Helper methods for registering before the main Void Crafting functionality
展开 - Support 1.19.x
展开 - Bump patch version to differentiate from wrongly-versioned builds
展开 - Ported to 1.19
展开 - Ported over EMI and REI
展开 - Added REI back for compatibility
- [EMI](https://modrinth.com/mod/emi) has much better integration
展开 - Ported all API changes from 1.6.x
- Added EMI support
展开 - Replaced REI with [EMI](https://modrinth.com/mod/emi)
展开 - Updated to 1.19
展开 Initial port to 1.19
展开 - Fixed server crash by moving void resistance tooltip to client
展开 - Fixed void resistance tooltip positioning
展开 - Added javadoc and a private constructor to `VoidCraftingAPI`
展开 - Refactored quite a bit, created `Position` to calculate coordinates and spawn items independent of void recipes
- Created `VoidCraftingAPI` and `PositionBuilder`
- Added the void resistance mechanic for other mods to use
- Fixed mixed-up translations between Spanish and Portuguese
展开 - REI support!
展开 First Quilt version!
展开 - Stopped items from spawning over the void when there isn't a suitable spawn location, preventing infinite loops
展开 - Added `replicate` field which sets the output stack to the input
展开 - Added `absolute` recipe field which controls whether the result items should spawn around the ingredient's position (requested by sssubtlety)
展开 - Fixed mod environment (again)
展开 - Fixed mod environment
展开 - Added `voidcrafting:void_craft_success` advancement criterion
展开 First version!
展开