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 11, 2024
1 parent
7cc9891
commit cd00321
Showing
35 changed files
with
467 additions
and
44 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-08T13:11:17.1194972 Languages: zh_cn for mod: lingshi | ||
c3200bf00b6b972fe1d324853da84e5a4d632b71 assets/lingshi/lang/zh_cn.json | ||
// 1.21 2024-09-11T16:41:07.985159 Languages: zh_cn for mod: lingshi | ||
3af0560adaf650552afc0d5598a33c18ef001aed 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
3 changes: 2 additions & 1 deletion
3
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,4 +1,5 @@ | ||
// 1.21 2024-09-08T13:11:17.1214938 Block States: lingshi | ||
// 1.21 2024-09-11T16:41:07.9871608 Block States: lingshi | ||
c5265867b72222a7b9a0c319c8593c91a69953ab assets/lingshi/blockstates/chopping_board.json | ||
5a97e2294b02d54bf2ea8ebde233dfde1f678cd2 assets/lingshi/blockstates/fried_fish.json | ||
853092c1c42ba5c9b5c021b2035d8ea9b6d813cb assets/lingshi/blockstates/glass_jar.json | ||
cf0f8d1e27a4b3d6af3697ad29c93125328b6213 assets/lingshi/blockstates/sauteed_seasonal_vegetable.json |
34 changes: 34 additions & 0 deletions
34
src/generated/resources/assets/lingshi/blockstates/fried_fish.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 @@ | ||
{ | ||
"variants": { | ||
"amount=0,facing=east": { | ||
"model": "lingshi:block/plate", | ||
"y": 270 | ||
}, | ||
"amount=0,facing=north": { | ||
"model": "lingshi:block/plate", | ||
"y": 180 | ||
}, | ||
"amount=0,facing=south": { | ||
"model": "lingshi:block/plate" | ||
}, | ||
"amount=0,facing=west": { | ||
"model": "lingshi:block/plate", | ||
"y": 90 | ||
}, | ||
"amount=1,facing=east": { | ||
"model": "lingshi:block/fried_fish", | ||
"y": 270 | ||
}, | ||
"amount=1,facing=north": { | ||
"model": "lingshi:block/fried_fish", | ||
"y": 180 | ||
}, | ||
"amount=1,facing=south": { | ||
"model": "lingshi:block/fried_fish" | ||
}, | ||
"amount=1,facing=west": { | ||
"model": "lingshi:block/fried_fish", | ||
"y": 90 | ||
} | ||
} | ||
} |
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/fried_fish.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/fried_fish" | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
src/generated/resources/data/lingshi/advancement/recipes/decorations/glass_jar.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_glass_panes": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "#c:glass_panes" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "lingshi:glass_jar" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_glass_panes" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"lingshi:glass_jar" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
src/generated/resources/data/lingshi/advancement/recipes/skillet/fried_fish.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/fried_fish" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_skillet" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"lingshi:skillet/fried_fish" | ||
] | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
src/generated/resources/data/lingshi/recipe/glass_jar.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,21 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"key": { | ||
"A": { | ||
"tag": "minecraft:wooden_slabs" | ||
}, | ||
"X": { | ||
"tag": "c:glass_panes" | ||
} | ||
}, | ||
"pattern": [ | ||
" A ", | ||
"X X", | ||
" X " | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "lingshi:glass_jar" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/generated/resources/data/lingshi/recipe/skillet/fried_egg.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
25 changes: 25 additions & 0 deletions
25
src/generated/resources/data/lingshi/recipe/skillet/fried_fish.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,25 @@ | ||
{ | ||
"type": "lingshi:skillet", | ||
"container": { | ||
"container": { | ||
"count": 1, | ||
"id": "minecraft:bowl" | ||
}, | ||
"stir_fry_count": 1 | ||
}, | ||
"fluid": { | ||
"amount": 250, | ||
"id": "lingshi:oil_source" | ||
}, | ||
"group": "", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:cod" | ||
} | ||
], | ||
"label": "pan_fry", | ||
"result": { | ||
"count": 1, | ||
"id": "lingshi:fried_fish" | ||
} | ||
} |
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
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
...ngshi/common/data/CookingFoodDataGen.java → ...czme/lingshi/data/CookingFoodDataGen.java
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.