#replacing recipes

1 messages · Page 1 of 1 (latest)

verbal lotus
#

I'm a completely blind person when it comes to making datapacks,however I want to change a recipe of an item

example
I wanna change the recipe of oak planks so that it can only be crafted with a stripped version of the oak log

and stone tools need to be made from an actual stone not cobblestone

is there any documentation on how to do that? is it doable?

rare breach
#

Yeah in the Minecraft namespace you just add a recipe with the same name

#

You can see all the default files with misodes mcmeta

verbal lotus
#

can I send my datapacks here? I've done that,replaced the recipe with barrier

rare breach
#

you can but most people here wont look through it

#

its better to send your file structure

verbal lotus
#

ok wait

#

like the code inside Json file or just the folder structure?

rare breach
#

folder structure

verbal lotus
#

C:.
│ pack.mcmeta
│ pack.png

└───data
├───erislow
│ └───recipes
│ acacia_plank.json
│ birch_plank.json
│ blast_furnaces.json
│ cherrys_planks.json
│ clayball_to_brick.json
│ crimson_plank.json
│ dark_oak_plank.json
│ furnace_from_brick.json
│ jungle_plank.json
│ mangrove_plank.json
│ oak_plank.json
│ pale_oak_plank.json
│ shield_more_expensive.json
│ smoker_more_expensive.json
│ spruce_plank.json
│ stone_axe_stone.json
│ stone_hoe_stone.json
│ stone_pickaxe_stone.json
│ stone_shovel_stone.json
│ stone_sword_stone.json
│ warped_plank.json

└───minecraft
└───recipes
acacia_planks.json
birch_planks.json
blast_furnace.json
cherry_planks.json
crimson_planks.json
dark_oak_planks.json
furnace.json
jungle_planks.json
mangrove_planks.json
oak_planks.json
oak_plankss.json
pale_planks.json
shield.json
smoker.json
spruce_planks.json
stone_axe.json
stone_hoe.json
stone_pickaxe.json
stone_shovel.json
stone_sword.json
warped_planks.json

rare breach
#

what version is this for?

verbal lotus
#

1.21.7

rare breach
#

then you should rename recipes to recipe

verbal lotus
#

ok wait

verbal lotus
#

omg it works omg thank you sosososomuch

hushed flowerBOT