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
Sep 6, 2024
1 parent
01aeb2a
commit adc9c02
Showing
46 changed files
with
1,320 additions
and
81 deletions.
There are no files selected for viewing
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
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-09-01T03:32:37.3971029 Languages: zh_cn for mod: lingshi | ||
dd4b2d51488ffbfc9afc7673400b7eaa667d1a98 assets/lingshi/lang/zh_cn.json | ||
// 1.21 2024-09-06T08:12:12.6930849 Languages: zh_cn for mod: lingshi | ||
98c63919c052387839dc1f50808ac850011a4934 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
2 changes: 1 addition & 1 deletion
2
src/generated/resources/.cache/a189ba72f94c72036c5b4a6381591ea76d224567
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,3 +1,3 @@ | ||
// 1.21 2024-09-01T05:00:59.5506556 Block States: lingshi | ||
// 1.21 2024-09-06T10:03:20.9852902 Block States: lingshi | ||
c5265867b72222a7b9a0c319c8593c91a69953ab assets/lingshi/blockstates/chopping_board.json | ||
cf0f8d1e27a4b3d6af3697ad29c93125328b6213 assets/lingshi/blockstates/sauteed_seasonal_vegetable.json |
4 changes: 2 additions & 2 deletions
4
src/generated/resources/.cache/e0d3d0b8d9c807675613821fa865a35f707cd83f
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,3 +1,3 @@ | ||
// 1.21 2024-09-01T04:54:48.015299 Data Maps | ||
// 1.21 2024-09-06T08:35:30.498565 Data Maps | ||
f8714336008bf2256e4e28ae34f31dd942431f35 data/lingshi/data_maps/fluid/cooking_food_fliud.json | ||
ac182d9d4e03911f431e586748eb0f93a1560f27 data/lingshi/data_maps/item/cooking_food_item.json | ||
5bffdd238512e20784274840ede448c507ec75db data/lingshi/data_maps/item/cooking_food_item.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
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/lingshi/models/item/egg_added_stewed_noodles.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "lingshi:item/egg_added_stewed_noodles" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/lingshi/models/item/stewed_noodles.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "lingshi:item/stewed_noodles" | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...ated/resources/data/lingshi/advancement/recipes/cooking_pot/egg_added_stewed_noodles.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_noodles": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "lingshi:noodles" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "lingshi:cooking_pot/egg_added_stewed_noodles" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_noodles" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"lingshi:cooking_pot/egg_added_stewed_noodles" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
src/generated/resources/data/lingshi/advancement/recipes/cooking_pot/stewed_noodles.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_noodles": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "lingshi:noodles" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "lingshi:cooking_pot/stewed_noodles" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_noodles" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"lingshi:cooking_pot/stewed_noodles" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...enerated/resources/data/lingshi/advancement/recipes/skillet/egg_added_stewed_noodles.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_skillet": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "lingshi:skillet" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "lingshi:skillet/egg_added_stewed_noodles" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_skillet" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"lingshi:skillet/egg_added_stewed_noodles" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
src/generated/resources/data/lingshi/advancement/recipes/skillet/stewed_noodles.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_skillet": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "lingshi:skillet" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "lingshi:skillet/stewed_noodles" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_skillet" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"lingshi:skillet/stewed_noodles" | ||
] | ||
} | ||
} |
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
34 changes: 34 additions & 0 deletions
34
src/generated/resources/data/lingshi/recipe/cooking_pot/egg_added_stewed_noodles.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:noodles" | ||
}, | ||
{ | ||
"item": "lingshi:noodles" | ||
}, | ||
{ | ||
"item": "lingshi:noodles" | ||
}, | ||
{ | ||
"item": "minecraft:egg" | ||
} | ||
], | ||
"label": "boil", | ||
"result": { | ||
"count": 6, | ||
"id": "lingshi:egg_added_stewed_noodles" | ||
} | ||
} |
31 changes: 31 additions & 0 deletions
31
src/generated/resources/data/lingshi/recipe/cooking_pot/stewed_noodles.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,31 @@ | ||
{ | ||
"type": "lingshi:cooking_pot", | ||
"container": { | ||
"braising_time": 0, | ||
"container": { | ||
"count": 1, | ||
"id": "minecraft:bowl" | ||
} | ||
}, | ||
"fluid": { | ||
"amount": 1000, | ||
"id": "minecraft:water" | ||
}, | ||
"group": "", | ||
"ingredients": [ | ||
{ | ||
"item": "lingshi:noodles" | ||
}, | ||
{ | ||
"item": "lingshi:noodles" | ||
}, | ||
{ | ||
"item": "lingshi:noodles" | ||
} | ||
], | ||
"label": "boil", | ||
"result": { | ||
"count": 6, | ||
"id": "lingshi:stewed_noodles" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/generated/resources/data/lingshi/recipe/skillet/egg_added_stewed_noodles.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,28 @@ | ||
{ | ||
"type": "lingshi:skillet", | ||
"container": { | ||
"container": { | ||
"count": 1, | ||
"id": "minecraft:bowl" | ||
}, | ||
"stir_fry_count": 0 | ||
}, | ||
"fluid": { | ||
"amount": 250, | ||
"id": "minecraft:water" | ||
}, | ||
"group": "", | ||
"ingredients": [ | ||
{ | ||
"item": "lingshi:noodles" | ||
}, | ||
{ | ||
"item": "minecraft:egg" | ||
} | ||
], | ||
"label": "boil", | ||
"result": { | ||
"count": 1, | ||
"id": "lingshi:egg_added_stewed_noodles" | ||
} | ||
} |
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.