Skip to content

Commit

Permalink
fix: #71
Browse files Browse the repository at this point in the history
  • Loading branch information
Snownee committed Apr 1, 2024
1 parent 4c873af commit dcae202
Show file tree
Hide file tree
Showing 145 changed files with 3,153 additions and 1,945 deletions.
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_any_ingredient": {
"conditions": {
"items": [
{
"items": [
"fruitfulfun:grapefruit"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "fruitfulfun:farmersdelight/grapefruit_panna_cotta"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_any_ingredient",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"fruitfulfun:farmersdelight/grapefruit_panna_cotta"
]
},
"sends_telemetry_event": false
"parent": "minecraft:recipes/root",
"criteria": {
"has_any_ingredient": {
"conditions": {
"items": [
{
"items": [
"fruitfulfun:grapefruit"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "fruitfulfun:farmersdelight/grapefruit_panna_cotta"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_any_ingredient",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"fruitfulfun:farmersdelight/grapefruit_panna_cotta"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_any_ingredient": {
"conditions": {
"items": [
{
"items": [
"fruitfulfun:pomelo"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "fruitfulfun:farmersdelight/honey_pomelo_tea"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_any_ingredient",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"fruitfulfun:farmersdelight/honey_pomelo_tea"
]
},
"sends_telemetry_event": false
"parent": "minecraft:recipes/root",
"criteria": {
"has_any_ingredient": {
"conditions": {
"items": [
{
"items": [
"fruitfulfun:pomelo"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "fruitfulfun:farmersdelight/honey_pomelo_tea"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_any_ingredient",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"fruitfulfun:farmersdelight/honey_pomelo_tea"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_any_ingredient": {
"conditions": {
"items": [
{
"items": [
"fruitfulfun:tangerine"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "fruitfulfun:farmersdelight/rice_with_fruits"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_any_ingredient",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"fruitfulfun:farmersdelight/rice_with_fruits"
]
},
"sends_telemetry_event": false
"parent": "minecraft:recipes/root",
"criteria": {
"has_any_ingredient": {
"conditions": {
"items": [
{
"items": [
"fruitfulfun:tangerine"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "fruitfulfun:farmersdelight/rice_with_fruits"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_any_ingredient",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"fruitfulfun:farmersdelight/rice_with_fruits"
]
},
"sends_telemetry_event": false
}
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"type": "farmersdelight:cutting",
"ingredients": [
{
"item": "fruitfulfun:chorus_fruit_pie"
}
],
"result": [
{
"count": 4,
"item": "fruitfulfun:chorus_fruit_pie_slice"
}
],
"tool": {
"tag": "c:tools/knives"
}
"type": "farmersdelight:cutting",
"ingredients": [
{
"item": "fruitfulfun:chorus_fruit_pie"
}
],
"result": [
{
"count": 4,
"item": "fruitfulfun:chorus_fruit_pie_slice"
}
],
"tool": {
"tag": "c:tools/knives"
}
}
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"type": "farmersdelight:cutting",
"ingredients": [
{
"item": "fruitfulfun:citrus_door"
}
],
"tool": {
"type": "farmersdelight:tool",
"tag": "c:tools/axes"
},
"result": [
{
"item": "fruitfulfun:citrus_planks"
}
]
"type": "farmersdelight:cutting",
"ingredients": [
{
"item": "fruitfulfun:citrus_door"
}
],
"tool": {
"fabric:type": "farmersdelight:tool_action",
"action": "axe_dig"
},
"result": [
{
"item": "fruitfulfun:citrus_planks"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"type": "farmersdelight:cutting",
"ingredients": [
{
"item": "fruitfulfun:citrus_log"
}
],
"tool": {
"type": "farmersdelight:tool",
"tag": "c:tools/axes"
},
"result": [
{
"item": "fruitfulfun:stripped_citrus_log"
},
{
"item": "farmersdelight:tree_bark"
}
],
"sound": "minecraft:item.axe.strip"
"type": "farmersdelight:cutting",
"ingredients": [
{
"item": "fruitfulfun:citrus_log"
}
],
"tool": {
"fabric:type": "farmersdelight:tool_action",
"action": "axe_strip"
},
"result": [
{
"item": "fruitfulfun:stripped_citrus_log"
},
{
"item": "farmersdelight:tree_bark"
}
],
"sound": "minecraft:item.axe.strip"
}
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"type": "farmersdelight:cutting",
"ingredients": [
{
"item": "fruitfulfun:citrus_sign"
}
],
"tool": {
"type": "farmersdelight:tool",
"tag": "c:tools/axes"
},
"result": [
{
"item": "fruitfulfun:citrus_planks"
}
]
"type": "farmersdelight:cutting",
"ingredients": [
{
"item": "fruitfulfun:citrus_sign"
}
],
"tool": {
"fabric:type": "farmersdelight:tool_action",
"action": "axe_dig"
},
"result": [
{
"item": "fruitfulfun:citrus_planks"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"type": "farmersdelight:cutting",
"ingredients": [
{
"item": "fruitfulfun:citrus_trapdoor"
}
],
"tool": {
"type": "farmersdelight:tool",
"tag": "c:tools/axes"
},
"result": [
{
"item": "fruitfulfun:citrus_planks"
}
]
"type": "farmersdelight:cutting",
"ingredients": [
{
"item": "fruitfulfun:citrus_trapdoor"
}
],
"tool": {
"fabric:type": "farmersdelight:tool_action",
"action": "axe_dig"
},
"result": [
{
"item": "fruitfulfun:citrus_planks"
}
]
}
Loading

0 comments on commit dcae202

Please sign in to comment.