generated from NeoForgeMDKs/MDK-1.21-NeoGradle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
MCZME
committed
Aug 27, 2024
1 parent
fc3943a
commit 92f5fa7
Showing
35 changed files
with
400 additions
and
146 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
src/generated/resources/.cache/85f12f813aff948f91f5cd129c0ffa86bcb17361
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// 1.21 2024-08-22T18:03:26.4900985 Languages: zh_cn for mod: lingshi | ||
2012858b997388159ffda305994f25429de3d030 assets/lingshi/lang/zh_cn.json | ||
// 1.21 2024-08-27T05:38:33.2066749 Languages: zh_cn for mod: lingshi | ||
c4e31085268a58b4bdb72f5cc12a36fecd42c0d3 assets/lingshi/lang/zh_cn.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
src/generated/resources/data/lingshi/advancement/recipes/cooking_pot/cooked_rice.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_rice": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "lingshi:rice" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "lingshi:cooking_pot/cooked_rice" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_rice" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"lingshi:cooking_pot/cooked_rice" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
src/generated/resources/data/lingshi/advancement/recipes/cooking_pot/cooked_rice_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_rice": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "lingshi:rice" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "lingshi:cooking_pot/cooked_rice_1" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_rice" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"lingshi:cooking_pot/cooked_rice_1" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
src/generated/resources/data/lingshi/advancement/recipes/cooking_pot/cooked_rice_2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_rice": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "lingshi:rice" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "lingshi:cooking_pot/cooked_rice_2" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_rice" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"lingshi:cooking_pot/cooked_rice_2" | ||
] | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
src/generated/resources/data/lingshi/recipe/cooking_pot/cooked_rice.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"type": "lingshi:cooking_pot", | ||
"container": { | ||
"braising_time": 0, | ||
"container": { | ||
"count": 1, | ||
"id": "minecraft:bowl" | ||
} | ||
}, | ||
"fluid": { | ||
"amount": 1000, | ||
"id": "minecraft:water" | ||
}, | ||
"group": "", | ||
"ingredients": [ | ||
{ | ||
"item": "lingshi:rice" | ||
}, | ||
{ | ||
"item": "lingshi:rice" | ||
}, | ||
{ | ||
"item": "lingshi:rice" | ||
}, | ||
{ | ||
"item": "lingshi:rice" | ||
} | ||
], | ||
"label": "boil", | ||
"result": { | ||
"count": 8, | ||
"id": "lingshi:cooked_rice" | ||
} | ||
} |
37 changes: 37 additions & 0 deletions
37
src/generated/resources/data/lingshi/recipe/cooking_pot/cooked_rice_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"type": "lingshi:cooking_pot", | ||
"container": { | ||
"braising_time": 0, | ||
"container": { | ||
"count": 1, | ||
"id": "minecraft:bowl" | ||
} | ||
}, | ||
"fluid": { | ||
"amount": 1000, | ||
"id": "minecraft:water" | ||
}, | ||
"group": "", | ||
"ingredients": [ | ||
{ | ||
"item": "lingshi:rice" | ||
}, | ||
{ | ||
"item": "lingshi:rice" | ||
}, | ||
{ | ||
"item": "lingshi:rice" | ||
}, | ||
{ | ||
"item": "lingshi:rice" | ||
}, | ||
{ | ||
"item": "lingshi:rice" | ||
} | ||
], | ||
"label": "boil", | ||
"result": { | ||
"count": 10, | ||
"id": "lingshi:cooked_rice" | ||
} | ||
} |
40 changes: 40 additions & 0 deletions
40
src/generated/resources/data/lingshi/recipe/cooking_pot/cooked_rice_2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"type": "lingshi:cooking_pot", | ||
"container": { | ||
"braising_time": 0, | ||
"container": { | ||
"count": 1, | ||
"id": "minecraft:bowl" | ||
} | ||
}, | ||
"fluid": { | ||
"amount": 1000, | ||
"id": "minecraft:water" | ||
}, | ||
"group": "", | ||
"ingredients": [ | ||
{ | ||
"item": "lingshi:rice" | ||
}, | ||
{ | ||
"item": "lingshi:rice" | ||
}, | ||
{ | ||
"item": "lingshi:rice" | ||
}, | ||
{ | ||
"item": "lingshi:rice" | ||
}, | ||
{ | ||
"item": "lingshi:rice" | ||
}, | ||
{ | ||
"item": "lingshi:rice" | ||
} | ||
], | ||
"label": "boil", | ||
"result": { | ||
"count": 12, | ||
"id": "lingshi:cooked_rice" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/generated/resources/data/lingshi/recipe/skillet/baked_potato.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"type": "lingshi:skillet", | ||
"group": "Skillet", | ||
"group": "", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:potato" | ||
|
2 changes: 1 addition & 1 deletion
2
src/generated/resources/data/lingshi/recipe/skillet/cooked_beef.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"type": "lingshi:skillet", | ||
"group": "Skillet", | ||
"group": "", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:beef" | ||
|
2 changes: 1 addition & 1 deletion
2
src/generated/resources/data/lingshi/recipe/skillet/cooked_chicken.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"type": "lingshi:skillet", | ||
"group": "Skillet", | ||
"group": "", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:chicken" | ||
|
2 changes: 1 addition & 1 deletion
2
src/generated/resources/data/lingshi/recipe/skillet/cooked_cod.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"type": "lingshi:skillet", | ||
"group": "Skillet", | ||
"group": "", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:cod" | ||
|
2 changes: 1 addition & 1 deletion
2
src/generated/resources/data/lingshi/recipe/skillet/cooked_mutton.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"type": "lingshi:skillet", | ||
"group": "Skillet", | ||
"group": "", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:mutton" | ||
|
2 changes: 1 addition & 1 deletion
2
src/generated/resources/data/lingshi/recipe/skillet/cooked_porkchop.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"type": "lingshi:skillet", | ||
"group": "Skillet", | ||
"group": "", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:porkchop" | ||
|
2 changes: 1 addition & 1 deletion
2
src/generated/resources/data/lingshi/recipe/skillet/cooked_rabbit.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"type": "lingshi:skillet", | ||
"group": "Skillet", | ||
"group": "", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:rabbit" | ||
|
2 changes: 1 addition & 1 deletion
2
src/generated/resources/data/lingshi/recipe/skillet/cooked_salmon.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"type": "lingshi:skillet", | ||
"group": "Skillet", | ||
"group": "", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:salmon" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.