nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
In World Recipes

In World Recipes

Mod

Provides the ability to add some in world recipes

Client and server Utility

618 downloads
2 followers

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 }

}

Project members

benbenlaw

Member


Technical information

License
MIT
Client side
required
Server side
required
Project ID