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 28, 2024
1 parent
b4dfb89
commit af62c3e
Showing
27 changed files
with
135 additions
and
12 deletions.
There are no files selected for viewing
6 changes: 5 additions & 1 deletion
6
src/generated/resources/.cache/58503a955f2b64805747dc412de304e67eaffc8e
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,6 @@ | ||
// 1.21 2024-08-21T06:28:09.8754652 Tags for minecraft:item mod id lingshi | ||
// 1.21 2024-08-29T06:03:27.686323 Tags for minecraft:item mod id lingshi | ||
1d6722e1fc6798f76ac5a0b47a05e1d66b36f99b data/lingshi/tags/item/choppingboard_tool.json | ||
12ad13636327de1dc80f1d241b2ae2d134cb64fe data/neoforge/tags/item/dough.json | ||
9519c03dece0e01af8a13e365d488256a3748107 data/neoforge/tags/item/flour.json | ||
769d1ceef14cb7c493ce5e9c32d87dbc633472ba data/neoforge/tags/item/knife.json | ||
dacf3ae14477e7f588946b39429277347e55c4f0 data/neoforge/tags/item/noodles.json |
5 changes: 4 additions & 1 deletion
5
src/generated/resources/.cache/71e72dbdeb626cc835aaccd2ae47fd3d8794cd24
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-08-28T08:40:40.9956752 Languages: zh_cn for mod: lingshi | ||
f05d3fc257903f3b78dc6d4a231fd0aded91d8c7 assets/lingshi/lang/zh_cn.json | ||
// 1.21 2024-08-29T05:56:03.5935269 Languages: zh_cn for mod: lingshi | ||
5bdd11351b0d44fe7080a6d7c35de0b93b2adbf4 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
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/lingshi/models/item/dough.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/dough" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/lingshi/models/item/flour.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/flour" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/lingshi/models/item/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/noodles" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
src/generated/resources/data/lingshi/recipe/chopping_board/dough.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,15 @@ | ||
{ | ||
"type": "lingshi:chopping_board", | ||
"input": { | ||
"item": "lingshi:flour" | ||
}, | ||
"result": [ | ||
{ | ||
"count": 1, | ||
"id": "lingshi:dough" | ||
} | ||
], | ||
"tool": { | ||
"item": "minecraft:water_bucket" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
src/generated/resources/data/lingshi/recipe/chopping_board/flour.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,15 @@ | ||
{ | ||
"type": "lingshi:chopping_board", | ||
"input": { | ||
"item": "minecraft:wheat" | ||
}, | ||
"result": [ | ||
{ | ||
"count": 1, | ||
"id": "lingshi:flour" | ||
} | ||
], | ||
"tool": { | ||
"tag": "neoforge:knife" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
src/generated/resources/data/lingshi/recipe/chopping_board/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,15 @@ | ||
{ | ||
"type": "lingshi:chopping_board", | ||
"input": { | ||
"item": "lingshi:dough" | ||
}, | ||
"result": [ | ||
{ | ||
"count": 1, | ||
"id": "lingshi:noodles" | ||
} | ||
], | ||
"tool": { | ||
"tag": "neoforge:knife" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/data/lingshi/tags/item/choppingboard_tool.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 @@ | ||
{ | ||
"values": [ | ||
"lingshi:iron_knife", | ||
"minecraft:water_bucket" | ||
] | ||
} |
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,5 @@ | ||
{ | ||
"values": [ | ||
"lingshi:dough" | ||
] | ||
} |
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,5 @@ | ||
{ | ||
"values": [ | ||
"lingshi:flour" | ||
] | ||
} |
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,5 @@ | ||
{ | ||
"values": [ | ||
"lingshi: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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.