Skip to content

Commit

Permalink
Merge pull request #50 from whwdzg/Develop-1.6.1
Browse files Browse the repository at this point in the history
Rewrite the recipe attachment
  • Loading branch information
whwdzg authored Nov 17, 2024
2 parents f94220b + 1356d3c commit 6cf2e5a
Show file tree
Hide file tree
Showing 72 changed files with 722 additions and 1,020 deletions.
56 changes: 28 additions & 28 deletions data/whw_recipe/advancement/recipe/cobweb.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"parent": "whw_recipe:recipes/root",
"rewards": {
"recipes": [ "whw_recipe:cobweb" ]
},
"criteria": {
"slime_ball": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [ { "item": "minecraft:slime_ball" } ]
}
"criteria": {
"slime_ball": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": "minecraft:slime_ball"
}
]
}
},
"string": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [ { "item": "minecraft:string"} ]
}
"string": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": "minecraft:string"
}
]
}
}
},
"display":{
"icon":{
"item":"minecraft:cobweb"
}
},
"requirements": [
[
"slime_ball",
"string"
]
]
}
},
"requirements": [
["slime_ball","string"]
],
"parent": "whw_recipe:whw_recipe",
"rewards": {
"recipes": ["whw_recipe:cobweb"]
}
}
42 changes: 19 additions & 23 deletions data/whw_recipe/advancement/recipe/cyan_stained_glass_pane.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
{
"parent": "whw_recipe:recipes/root",
"rewards": {
"recipes": [ "whw_recipe:glass_pane" ]
},
"criteria": {
"glass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [ { "item": "minecraft:glass" } ]
}
"criteria": {
"cyan_stained_glass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": "minecraft:cyan_stained_glass"
}
]
}
}

},
"display":{
"icon":{
"item":"minecraft:glass_pane"
}
},
"requirements": [
[
"glass"
]
]
}
},
"requirements": [
["cyan_stained_glass"]
],
"parent": "whw_recipe:whw_recipe",
"rewards": {
"recipes": ["whw_recipe:cyan_stained_glass_pane"]
}
}
42 changes: 19 additions & 23 deletions data/whw_recipe/advancement/recipe/echo_shard.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
{
"parent": "whw_recipe:recipes",
"rewards": {
"recipes": [ "whw_recipe:echo_shard" ]
},
"criteria": {
"sculk": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [ { "item": "minecraft:sculk" } ]
}
"criteria": {
"sculk": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": "minecraft:sculk"
}
]
}
}

},
"display":{
"icon":{
"item":"minecraft:echo_shard"
}
},
"requirements": [
[
"sculk"
]
]
}
},
"requirements": [
["sculk"]
],
"parent": "whw_recipe:whw_recipe",
"rewards": {
"recipes": ["whw_recipe:echo_shard"]
}
}
38 changes: 17 additions & 21 deletions data/whw_recipe/advancement/recipe/flint.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
{
"parent": "whw_recipe:recipes/root",
"rewards": {
"recipes": [ "whw_recipe:flint" ]
},
"criteria": {
"gravel": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [ { "item": "minecraft:gravel" } ]
"criteria": {
"gravel": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": "minecraft:gravel"
}
]
}
}
}

},
"display":{
"icon":{
"item":"minecraft:flint"
}
},
"requirements": [
[
"gravel"
]
]
"requirements": [
["gravel"]
],
"parent": "whw_recipe:whw_recipe",
"rewards": {
"recipes": ["whw_recipe:flint"]
}
}
42 changes: 19 additions & 23 deletions data/whw_recipe/advancement/recipe/glass_pane.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
{
"parent": "whw_recipe:recipes/root",
"rewards": {
"recipes": [ "whw_recipe:glass_pane" ]
},
"criteria": {
"glass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [ { "item": "minecraft:glass" } ]
}
"criteria": {
"glass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": "minecraft:glass"
}
]
}
}

},
"display":{
"icon":{
"item":"minecraft:glass_pane"
}
},
"requirements": [
[
"glass"
]
]
}
},
"requirements": [
["glass"]
],
"parent": "whw_recipe:whw_recipe",
"rewards": {
"recipes": ["whw_recipe:glass_pane"]
}
}
42 changes: 19 additions & 23 deletions data/whw_recipe/advancement/recipe/glowstone_dust.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
{
"parent": "whw_recipe:recipes/root",
"rewards": {
"recipes": [ "whw_recipe:glowstone_dust" ]
},
"criteria": {
"glowstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [ { "item": "minecraft:glowstone" } ]
}
"criteria": {
"glowstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": "minecraft:glowstone"
}
]
}
}

},
"display":{
"icon":{
"item":"minecraft:glowstone_dust"
}
},
"requirements": [
[
"glowstone"
]
]
}
},
"requirements": [
["glowstone"]
],
"parent": "whw_recipe:whw_recipe",
"rewards": {
"recipes": ["whw_recipe:glowstone_dust"]
}
}
38 changes: 17 additions & 21 deletions data/whw_recipe/advancement/recipe/gravel.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
{
"parent": "whw_recipe:recipes/root",
"rewards": {
"recipes": [ "whw_recipe:gravel" ]
},
"criteria": {
"stone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [ { "item": "minecraft:stone" } ]
"criteria": {
"stone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": "minecraft:stone"
}
]
}
}
}

},
"display":{
"icon":{
"item":"minecraft:gravel"
}
},
"requirements": [
[
"stone"
]
]
"requirements": [
["stone"]
],
"parent": "whw_recipe:whw_recipe",
"rewards": {
"recipes": ["whw_recipe:gravel"]
}
}
38 changes: 17 additions & 21 deletions data/whw_recipe/advancement/recipe/gravel10.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
{
"parent": "whw_recipe:recipes/root",
"rewards": {
"recipes": [ "whw_recipe:gravel10" ]
},
"criteria": {
"basalt": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [ { "item": "minecraft:basalt" } ]
"criteria": {
"basalt": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": "minecraft:basalt"
}
]
}
}
}

},
"display":{
"icon":{
"item":"minecraft:gravel"
}
},
"requirements": [
[
"basalt"
]
]
"requirements": [
["basalt"]
],
"parent": "whw_recipe:whw_recipe",
"rewards": {
"recipes": ["whw_recipe:gravel10"]
}
}
Loading

0 comments on commit 6cf2e5a

Please sign in to comment.