Immersive Crafting 图标

Immersive Crafting

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 0.6.0+26.1.2
本资源为搬运资源,原资源地址: https://modrinth.com/mod/immersive-crafting
资源信息

Minecraft 版本: 26.1.2

平台: fabric

标签: game-mechanics library

资源介绍

Immersive Crafting

Immersive Crafting is a library mod adding support for data-driven in-world crafting.
Crafting recipes are completely data-driven and reside in the data/${your_datapack}/ic_recipes
folder. Recipes can also be generated using the fabric-datagen API.

Immersive Crafting provides several built-in recipe types, such as crafting items
when clicking with an item on a block. Everything is designed to be highly customizable.

Documentation

Up-to-date documentation can be found here.

Example

The following example crafts a nether star from five diamonds when the player right-clicks
on a quartz block with a stack of diamonds at night.

{
  "type": "immersive_crafting:use_item_on",
  "ingredient": {
    "type": "immersive_crafting:item",
    "stack": {
      "count": 5,
      "id": "minecraft:diamond"
    }
  },
  "predicate": {
    "conditions": [
      {
        "type": "immersive_crafting:invert",
        "condition": {
          "type": "immersive_crafting:day_time",
          "end_time": 12999,
          "start_time": 0
        }
      },
      {
        "type": "immersive_crafting:block",
        "block": {
          "id": "minecraft:quartz_block"
        }
      }
    ]
  },
  "result": [
    {
      "type": "immersive_crafting:item",
      "stack": {
        "count": 1,
        "id": "minecraft:nether_star"
      }
    }
  ]
}

Usage & Dependencies

  • Immersive Crafting for Fabric depends on Fabric API.
  • It is recommended to use JEI to view the recipes.
📥 下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Trydeas: Meleez

价格:0 墨喵币
下载量:0

查看详情
More Armor Trim DP

价格:0 墨喵币
下载量:0

查看详情
Vex's Broken Script

价格:0 墨喵币
下载量:0

查看详情
Bundle Tweaks

价格:0 墨喵币
下载量:0

查看详情