Перейти к содержимому
Mineforgian

In World Recipes

Provides the ability to add some in world recipes

Загрузки
3K
Подписчики
5
Обновлён
6 августа 2026 г.
Лицензия
MIT

Опубликован 17 октября 2024 г.

In World Recipes

Adds various recipes that can be used to create in world recipes, currently adds item transformations when throw in a fluid, Block to another block when an item is used and item converts into different item when used on a block

Right click on block to item recipes

{ "type": "inworldrecipes:right_click_on_block_transforms_item", "held_item": { "item": "minecraft:diamond_pickaxe" } , "target_block": [ { "item": "minecraft:stone" } ], "damage_held_item": false, "consume_held_item": true, "destroy_target_block": true, "pop_item": true, "result": { "id": "minecraft:cobblestone", "count": 64 }

}

Right click on block to block recipes

{ "type": "inworldrecipes:right_click_on_block_transforms_block", "held_item": { "item": "minecraft:stone_sword" } , "target_block": [ { "item": "minecraft:stone" } ], "damage_held_item": true, "consume_held_item": false, "new_block": [ { "item": "minecraft:gravel" } ] }

In Fluid recipes

{ "type": "inworldrecipes:drop_item_in_fluid", "dropped_item": { "item": "minecraft:iron_ingot", "count": 10 } , "fluid": "minecraft:water", "consume_fluid": false, "result": { "id": "minecraft:gold_ingot", "count": 3 }

}

Ченджлог

26.1.2-2.5.1Релиз26.1.2 · 6 августа 2026 г.

2.5.1

  • Fixed a bug where recipe matching would work if only one condition was met
26.1.2-2.5.0Релиз26.1.2 · 1 августа 2026 г.

2.5.0

  • Reworked JEI to make it a bit clearer by adding all triggers, conditions and results under a single item instead fo spread out
  • Visual only recipes are now only visual only and never trigger any logic when interaction occurs
  • Held item tags now show the that a tag is required instead of a random item from the tag
  • Stripped log recipes now show as visual only in world recipes
26.1.2-2.4.4Релиз26.1, 26.1.1, 26.1.2 · 16 мая 2026 г.

2.4.4

  • Fixed recipe matching with only one condition
  • Fixed BlockTarget StreamCodec not having property values
26.1.2-2.4.3Релиз26.1, 26.1.1, 26.1.2 · 4 мая 2026 г.

2.4.3

  • Block Target triggers will now show the block in JEI instead of being empty
  • Added Mud recipe (visual only as this is a minecraft interaction)
26.1.2-2.4.2Релиз26.1, 26.1.1, 26.1.2 · 4 мая 2026 г.

2.4.2

  • Disabled all testing recipes
26.1.2-2.4.1Релиз26.1, 26.1.1, 26.1.2 · 10 апреля 2026 г.

2.4.1

  • Fixed Neo Version Range
26.1.2-2.4.0Релиз26.1, 26.1.1, 26.1.2 · 10 апреля 2026 г.

2.4.0

  • Updated to Minecraft 26.1.2
26.1.1-2.3.0Релиз26.1, 26.1.1 · 5 апреля 2026 г.

2.3.0

  • Updated to Minecraft 26.1.1

Комментарии

Загружаем…