Stuff go brr
This commit is contained in:
16
src/main/resources/data/plasticgun/recipe/kevlar_sheet.json
Normal file
16
src/main/resources/data/plasticgun/recipe/kevlar_sheet.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" K ",
|
||||
"KFK",
|
||||
" K "
|
||||
],
|
||||
"key": {
|
||||
"K": { "item": "plasticgun:reinforced_fiber" },
|
||||
"F": { "item": "minecraft:feather" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:kevlar_sheet",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user