Initial commit
This commit is contained in:
20
kubejs/data/farmersdelight/recipes/cutting/catfish.json
Normal file
20
kubejs/data/farmersdelight/recipes/cutting/catfish.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "farmersdelight:cutting",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "alexsmobs:raw_catfish"
|
||||
}
|
||||
],
|
||||
"tool": {
|
||||
"tag": "forge:tools/knives"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "farmersdelight:cod_slice",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "minecraft:bone_meal"
|
||||
}
|
||||
]
|
||||
}
|
||||
20
kubejs/data/farmersdelight/recipes/cutting/flying_fish.json
Normal file
20
kubejs/data/farmersdelight/recipes/cutting/flying_fish.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "farmersdelight:cutting",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "alexsmobs:flying_fish"
|
||||
}
|
||||
],
|
||||
"tool": {
|
||||
"tag": "forge:tools/knives"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "farmersdelight:cod_slice",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "minecraft:bone_meal"
|
||||
}
|
||||
]
|
||||
}
|
||||
20
kubejs/data/farmersdelight/recipes/cutting/koifish.json
Normal file
20
kubejs/data/farmersdelight/recipes/cutting/koifish.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "farmersdelight:cutting",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "crittersandcompanions:koi_fish"
|
||||
}
|
||||
],
|
||||
"tool": {
|
||||
"tag": "forge:tools/knives"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "farmersdelight:cod_slice",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "minecraft:bone_meal"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "deceasedcraft:dagger"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "deceasedcraft:dagger"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "deceasedcraft:dagger"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "deceasedcraft:dagger"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "deceasedcraft:dagger"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "bettercombat:mace"
|
||||
}
|
||||
Reference in New Issue
Block a user