Locks icon indicating copy to clipboard operation
Locks copied to clipboard

Steel Lock Pick Uncraftable

Open WenXin20 opened this issue 4 years ago • 9 comments

Minecraft v1.16.5 Forge v36.1.16 Locks v3.0.3

The recipe for the Steel Lock Pick instead crafts the Iron Lock Pick.

2021-05-28_00 30 37

WenXin20 avatar May 28 '21 05:05 WenXin20

Saw this also. recipe crafts the wrong thing. I'd also like to suggest in here, in relation to crafting that the pick crafting recipes are potentially a bit steep when it comes to the metallic ones and should probably either craft atleast 4-8 for that many resources. (if not, I'm guessing I can datapack edit that myself, yes?)

Darkmega18 avatar Jun 07 '21 16:06 Darkmega18

I found the solution in the mod's files: 1.open the mod in winrar 2.go to data;locks;recipes 3.find the file''steel_lock_pick.json'' and open it in note pad(dragging the file in) 4.this will come out:{ "type": "minecraft:crafting_shaped", "pattern": [ " SS", " S ", "S " ], "key": { "S": { "tag": "forge:ingots/steel" } }, "result": { "item": "locks:iron_lock_pick", "count": 2 } } change ''locks:iron_lock_pick'' to ''locks:steel_lock_pick'' 5.save it and drag it to the win rar(choose''agree'') 6.close it and it's done

alvaxdro avatar Jun 27 '21 14:06 alvaxdro

You can just create a datapack with the new recipe, no need to edit the jar file.

WenXin20 avatar Jun 27 '21 15:06 WenXin20

You can just create a datapack with the new recipe, no need to edit the jar file.

also worth

alvaxdro avatar Jun 27 '21 15:06 alvaxdro

yeah, I already did it myself in my modpack. but figured not everyones suchly inclined to fiddle with this stuff, nor would they know how.

Darkmega18 avatar Jun 27 '21 16:06 Darkmega18

yeah, I already did it myself in my modpack. but figured not everyones suchly inclined to fiddle with this stuff, nor would they know how.

It's pretty simple once set up, similar to a resource pack. https://minecraft.fandom.com/wiki/Tutorials/Creating_a_data_pack

WenXin20 avatar Jun 27 '21 17:06 WenXin20

for other people I guess. I said I already know. :V

Darkmega18 avatar Jun 29 '21 09:06 Darkmega18

I found the solution in the mod's files: 1.open the mod in winrar 2.go to data;locks;recipes 3.find the file''steel_lock_pick.json'' and open it in note pad(dragging the file in) 4.this will come out:{ "type": "minecraft:crafting_shaped", "pattern": [ " SS", " S ", "S " ], "key": { "S": { "tag": "forge:ingots/steel" } }, "result": { "item": "locks:iron_lock_pick", "count": 2 } } change ''locks:iron_lock_pick'' to ''locks:steel_lock_pick'' 5.save it and drag it to the win rar(choose''agree'') 6.close it and it's done

Whenever i try and save the edits i made to the .json file, it removes the entire mod .jar file

AtlasEra avatar May 23 '24 11:05 AtlasEra

I found the solution in the mod's files: 1.open the mod in winrar 2.go to data;locks;recipes 3.find the file''steel_lock_pick.json'' and open it in note pad(dragging the file in) 4.this will come out:{ "type": "minecraft:crafting_shaped", "pattern": [ " SS", " S ", "S " ], "key": { "S": { "tag": "forge:ingots/steel" } }, "result": { "item": "locks:iron_lock_pick", "count": 2 } } change ''locks:iron_lock_pick'' to ''locks:steel_lock_pick'' 5.save it and drag it to the win rar(choose''agree'') 6.close it and it's done

Whenever i try and save the edits i made to the .json file, it removes the entire mod .jar file

Make a datapack instead. Editing the jar file can cause this to happen.

WenXin20 avatar May 30 '24 15:05 WenXin20