From c45e5922079f25fbd5516367d5a8b761a70eb0d2 Mon Sep 17 00:00:00 2001 From: MCZME <13183052+mczme@user.noreply.gitee.com> Date: Thu, 12 Sep 2024 16:50:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=9A=E5=88=87=E5=A5=BD?= =?UTF-8?q?=E7=9A=84=E7=8C=AA=E8=82=89=E5=92=8C=E7=89=9B=E8=82=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../71e72dbdeb626cc835aaccd2ae47fd3d8794cd24 | 4 +- .../85f12f813aff948f91f5cd129c0ffa86bcb17361 | 4 +- .../9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e | 4 +- .../e0d3d0b8d9c807675613821fa865a35f707cd83f | 4 +- .../resources/assets/lingshi/lang/zh_cn.json | 2 + .../lingshi/models/item/sliced_beef.json | 6 ++ .../lingshi/models/item/sliced_pork.json | 6 ++ .../data_maps/item/cooking_food_item.json | 8 +++ .../recipe/chopping_board/sliced_beef.json | 15 +++++ .../recipe/chopping_board/sliced_pork.json | 15 +++++ .../lingshi/common/registry/ModItems.java | 4 ++ .../lingshi/data/CookingFoodDataGen.java | 2 + .../java/mczme/lingshi/data/ItemModels.java | 2 + .../data/lang/ChineseLanguageProvider.java | 5 ++ .../mczme/lingshi/data/loot/BlockLoot.java | 1 + .../recipe/ChoppingBoardRecipeDatagen.java | 3 + .../lingshi/models/block/fried_fish.json | 58 ++++-------------- .../lingshi/textures/item/sliced_beef.png | Bin 0 -> 338 bytes .../lingshi/textures/item/sliced_pork.png | Bin 0 -> 394 bytes .../lingshi/loot_table/blocks/fried_fish.json | 37 +++++++++++ 20 files changed, 129 insertions(+), 51 deletions(-) create mode 100644 src/generated/resources/assets/lingshi/models/item/sliced_beef.json create mode 100644 src/generated/resources/assets/lingshi/models/item/sliced_pork.json create mode 100644 src/generated/resources/data/lingshi/recipe/chopping_board/sliced_beef.json create mode 100644 src/generated/resources/data/lingshi/recipe/chopping_board/sliced_pork.json create mode 100644 src/main/resources/assets/lingshi/textures/item/sliced_beef.png create mode 100644 src/main/resources/assets/lingshi/textures/item/sliced_pork.png create mode 100644 src/main/resources/data/lingshi/loot_table/blocks/fried_fish.json diff --git a/src/generated/resources/.cache/71e72dbdeb626cc835aaccd2ae47fd3d8794cd24 b/src/generated/resources/.cache/71e72dbdeb626cc835aaccd2ae47fd3d8794cd24 index 00f9317..ec39652 100644 --- a/src/generated/resources/.cache/71e72dbdeb626cc835aaccd2ae47fd3d8794cd24 +++ b/src/generated/resources/.cache/71e72dbdeb626cc835aaccd2ae47fd3d8794cd24 @@ -1,4 +1,4 @@ -// 1.21 2024-09-11T16:41:07.9791561 Item Models: lingshi +// 1.21 2024-09-12T16:15:54.781192 Item Models: lingshi 14f86299910462582d98bcf699b35e34c615ee8e assets/lingshi/models/item/cabbage.json 0e18f939d46f6a164584f621fa97b024122785d9 assets/lingshi/models/item/cabbage_leaf.json 0bcbbc8c3377f7b20a37790cc33d36690c2044c7 assets/lingshi/models/item/cabbage_seed.json @@ -22,6 +22,8 @@ abe8ae1523c26af167289fe958382b2477d96ea1 assets/lingshi/models/item/rice_of_ear. 57cfb1f90de649ab0f56f107cb56e1d0d2f87ae6 assets/lingshi/models/item/rice_seedling.json 9150fce945d22c3c76b946d1aa13a9b16e50dbc3 assets/lingshi/models/item/sauteed_seasonal_vegetable.json cff85c127954ba63ac8129929c0d7346bf8f305d assets/lingshi/models/item/skillet.json +dc6ee699f39fab6a9044062b8d26d7b8330a9cd6 assets/lingshi/models/item/sliced_beef.json +44517515349bf9f89ad7329ce4d3d58f7b945229 assets/lingshi/models/item/sliced_pork.json da8fb27d7e9b15fbd96ca8a49b328776550bb2b3 assets/lingshi/models/item/spatula.json eb856ffd13b91d52b910847159984f8a63b35cb5 assets/lingshi/models/item/stewed_noodles.json 24a37cc616a84374e2aa09a4eaee7d756a35fa10 assets/lingshi/models/item/stove.json diff --git a/src/generated/resources/.cache/85f12f813aff948f91f5cd129c0ffa86bcb17361 b/src/generated/resources/.cache/85f12f813aff948f91f5cd129c0ffa86bcb17361 index 8c50dd3..5bd0df6 100644 --- a/src/generated/resources/.cache/85f12f813aff948f91f5cd129c0ffa86bcb17361 +++ b/src/generated/resources/.cache/85f12f813aff948f91f5cd129c0ffa86bcb17361 @@ -1,2 +1,2 @@ -// 1.21 2024-09-11T16:41:07.985159 Languages: zh_cn for mod: lingshi -3af0560adaf650552afc0d5598a33c18ef001aed assets/lingshi/lang/zh_cn.json +// 1.21 2024-09-12T16:15:54.7871949 Languages: zh_cn for mod: lingshi +348c9b7804e49313430866cf2a4452af28e303b8 assets/lingshi/lang/zh_cn.json diff --git a/src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e b/src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e index 4d41b96..0896d3c 100644 --- a/src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e +++ b/src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e @@ -1,4 +1,4 @@ -// 1.21 2024-09-11T16:41:07.9821614 Recipes +// 1.21 2024-09-12T16:15:54.7831919 Recipes b8cb7428b718c0ca190af49165cd25554d27fa19 data/lingshi/advancement/recipes/cooking_pot/cooked_rice.json 7d0ef4cd02c38f4648e712a935f0ea32fb50aeff data/lingshi/advancement/recipes/cooking_pot/cooked_rice_1.json d918a2369d899974ffa38d6a363553af9e97fdee data/lingshi/advancement/recipes/cooking_pot/cooked_rice_2.json @@ -33,6 +33,8 @@ dbe74c08be4c49a28a0f8bf9dd1ec1825c557d55 data/lingshi/recipe/chopping_board/doug df6343e05449c8aded71e42701d18e37311ea0c9 data/lingshi/recipe/chopping_board/flour.json 771ae63028a23ade683357752f8152f0ebb2203b data/lingshi/recipe/chopping_board/noodles.json 3e41620c4ec5b19f87046dad7fe5c7ed6ede21c2 data/lingshi/recipe/chopping_board/rice.json +20eec978b731fd5911176390fca13d7107648c9e data/lingshi/recipe/chopping_board/sliced_beef.json +8abaaf136ecebe8470e08ffb36eece5b1bb28ca9 data/lingshi/recipe/chopping_board/sliced_pork.json 2bca8f59bf6fc074377fc44b2331427a96aea5d4 data/lingshi/recipe/cooking_pot.json 2e23fcd215c647e72e989050fbfe466f419bed56 data/lingshi/recipe/cooking_pot/cooked_rice.json d0f1076aaf14e4191918a911196f1aeac7d7a59d data/lingshi/recipe/cooking_pot/cooked_rice_1.json diff --git a/src/generated/resources/.cache/e0d3d0b8d9c807675613821fa865a35f707cd83f b/src/generated/resources/.cache/e0d3d0b8d9c807675613821fa865a35f707cd83f index 79d75fd..b5ff26f 100644 --- a/src/generated/resources/.cache/e0d3d0b8d9c807675613821fa865a35f707cd83f +++ b/src/generated/resources/.cache/e0d3d0b8d9c807675613821fa865a35f707cd83f @@ -1,3 +1,3 @@ -// 1.21 2024-09-06T08:35:30.498565 Data Maps +// 1.21 2024-09-12T16:15:54.7791924 Data Maps f8714336008bf2256e4e28ae34f31dd942431f35 data/lingshi/data_maps/fluid/cooking_food_fliud.json -5bffdd238512e20784274840ede448c507ec75db data/lingshi/data_maps/item/cooking_food_item.json +394291a8b51d270b730ebfd7af2212d98a518116 data/lingshi/data_maps/item/cooking_food_item.json diff --git a/src/generated/resources/assets/lingshi/lang/zh_cn.json b/src/generated/resources/assets/lingshi/lang/zh_cn.json index 0729752..74026db 100644 --- a/src/generated/resources/assets/lingshi/lang/zh_cn.json +++ b/src/generated/resources/assets/lingshi/lang/zh_cn.json @@ -28,6 +28,8 @@ "item.lingshi.pig_feet": "猪蹄", "item.lingshi.pot_lid": "锅盖", "item.lingshi.rice_of_ear": "稻穗", + "item.lingshi.sliced_beef": "切好的牛肉", + "item.lingshi.sliced_pork": "切好的猪肉", "item.lingshi.spatula": "锅铲", "item.lingshi.tea_leaf": "茶叶", "lingshi.lingshi_tab": "零食" diff --git a/src/generated/resources/assets/lingshi/models/item/sliced_beef.json b/src/generated/resources/assets/lingshi/models/item/sliced_beef.json new file mode 100644 index 0000000..51dc8ac --- /dev/null +++ b/src/generated/resources/assets/lingshi/models/item/sliced_beef.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "lingshi:item/sliced_beef" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/lingshi/models/item/sliced_pork.json b/src/generated/resources/assets/lingshi/models/item/sliced_pork.json new file mode 100644 index 0000000..d63b1fa --- /dev/null +++ b/src/generated/resources/assets/lingshi/models/item/sliced_pork.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "lingshi:item/sliced_pork" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/lingshi/data_maps/item/cooking_food_item.json b/src/generated/resources/data/lingshi/data_maps/item/cooking_food_item.json index 5d9f1e6..e47ee71 100644 --- a/src/generated/resources/data/lingshi/data_maps/item/cooking_food_item.json +++ b/src/generated/resources/data/lingshi/data_maps/item/cooking_food_item.json @@ -16,6 +16,14 @@ "burnt_time": 25, "cooked_time": 8 }, + "lingshi:sliced_beef": { + "burnt_time": 15, + "cooked_time": 4 + }, + "lingshi:sliced_pork": { + "burnt_time": 15, + "cooked_time": 4 + }, "minecraft:beef": { "burnt_time": 20, "cooked_time": 5 diff --git a/src/generated/resources/data/lingshi/recipe/chopping_board/sliced_beef.json b/src/generated/resources/data/lingshi/recipe/chopping_board/sliced_beef.json new file mode 100644 index 0000000..8f0f5c4 --- /dev/null +++ b/src/generated/resources/data/lingshi/recipe/chopping_board/sliced_beef.json @@ -0,0 +1,15 @@ +{ + "type": "lingshi:chopping_board", + "input": { + "item": "minecraft:beef" + }, + "result": [ + { + "count": 1, + "id": "lingshi:sliced_beef" + } + ], + "tool": { + "tag": "neoforge:knife" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/lingshi/recipe/chopping_board/sliced_pork.json b/src/generated/resources/data/lingshi/recipe/chopping_board/sliced_pork.json new file mode 100644 index 0000000..8bdae3b --- /dev/null +++ b/src/generated/resources/data/lingshi/recipe/chopping_board/sliced_pork.json @@ -0,0 +1,15 @@ +{ + "type": "lingshi:chopping_board", + "input": { + "item": "minecraft:porkchop" + }, + "result": [ + { + "count": 1, + "id": "lingshi:sliced_pork" + } + ], + "tool": { + "tag": "neoforge:knife" + } +} \ No newline at end of file diff --git a/src/main/java/mczme/lingshi/common/registry/ModItems.java b/src/main/java/mczme/lingshi/common/registry/ModItems.java index 89c5f09..db79639 100644 --- a/src/main/java/mczme/lingshi/common/registry/ModItems.java +++ b/src/main/java/mczme/lingshi/common/registry/ModItems.java @@ -59,6 +59,10 @@ public class ModItems { .nutrition(2).saturationModifier(1f).build()))); public static final Supplier PIG_FEET = registerWithCreateTab("pig_feet", () -> new Item(new Item.Properties().food(new FoodProperties.Builder() .nutrition(5).saturationModifier(3f).build()))); + public static final Supplier SLICED_PORK = registerWithCreateTab("sliced_pork", () -> new Item(new Item.Properties().food(new FoodProperties.Builder() + .nutrition(2).saturationModifier(1.2f).build()))); + public static final Supplier SLICED_BEEF = registerWithCreateTab("sliced_beef", () -> new Item(new Item.Properties().food(new FoodProperties.Builder() + .nutrition(2).saturationModifier(1.2f).build()))); //可放置食物 public static final Supplier PORK_FEET_RICE = registerWithCreateTab("pork_feet_rice", () -> new FoodBlockItem(ModBlocks.PORK_FEET_RICE.get(), new Item.Properties() .food(new FoodProperties.Builder().usingConvertsTo(Items.BOWL).nutrition(12).saturationModifier(9.4f) diff --git a/src/main/java/mczme/lingshi/data/CookingFoodDataGen.java b/src/main/java/mczme/lingshi/data/CookingFoodDataGen.java index 7a22fa2..d489f3d 100644 --- a/src/main/java/mczme/lingshi/data/CookingFoodDataGen.java +++ b/src/main/java/mczme/lingshi/data/CookingFoodDataGen.java @@ -44,6 +44,8 @@ protected void gather() { addCookingFood(Items.BROWN_MUSHROOM,3,12); addCookingFood(Items.BEETROOT,3,12); addCookingFood(ModItems.NOODLES.get(),5,20); + addCookingFood(ModItems.SLICED_PORK.get(),4,15); + addCookingFood(ModItems.SLICED_BEEF.get(),4,15); addCookingFood(Fluids.WATER,15); builder(COOKING_FOOD_FLUID).add(ModFluids.OIL_SOURCE.get().builtInRegistryHolder(), new CookingFoodData(8,30),false); diff --git a/src/main/java/mczme/lingshi/data/ItemModels.java b/src/main/java/mczme/lingshi/data/ItemModels.java index 029a16d..3bcbc7c 100644 --- a/src/main/java/mczme/lingshi/data/ItemModels.java +++ b/src/main/java/mczme/lingshi/data/ItemModels.java @@ -32,6 +32,8 @@ protected void registerModels() { basicItem(ModItems.DOUGH.get()); basicItem(ModItems.NOODLES.get()); basicItem(ModItems.PIG_FEET.get()); + basicItem(ModItems.SLICED_PORK.get()); + basicItem(ModItems.SLICED_BEEF.get()); basicItem(ModItems.OIL_BUCKET.get()); diff --git a/src/main/java/mczme/lingshi/data/lang/ChineseLanguageProvider.java b/src/main/java/mczme/lingshi/data/lang/ChineseLanguageProvider.java index d72af80..5d8ac6e 100644 --- a/src/main/java/mczme/lingshi/data/lang/ChineseLanguageProvider.java +++ b/src/main/java/mczme/lingshi/data/lang/ChineseLanguageProvider.java @@ -1,5 +1,6 @@ package mczme.lingshi.data.lang; +import mczme.lingshi.common.registry.ModEffects; import mczme.lingshi.common.registry.ModItems; import net.minecraft.data.PackOutput; import net.neoforged.neoforge.common.data.LanguageProvider; @@ -51,6 +52,10 @@ protected void addTranslations() { this.add(ModItems.STEWED_NOODLES.get(), "煮面条"); this.add("item.lingshi.egg_added_stewed_noodles","加蛋煮面条"); this.add(ModItems.FRIED_FISH.get(), "煎鱼"); + this.add(ModItems.SLICED_PORK.get(), "切好的猪肉"); + this.add(ModItems.SLICED_BEEF.get(), "切好的牛肉"); + + this.add(ModEffects.GRATIFICATION_EFFECT.get(),"满足"); } } diff --git a/src/main/java/mczme/lingshi/data/loot/BlockLoot.java b/src/main/java/mczme/lingshi/data/loot/BlockLoot.java index fcc945b..4e05e38 100644 --- a/src/main/java/mczme/lingshi/data/loot/BlockLoot.java +++ b/src/main/java/mczme/lingshi/data/loot/BlockLoot.java @@ -39,4 +39,5 @@ protected void generate() { protected Iterable getKnownBlocks() { return BLOCK; } + } diff --git a/src/main/java/mczme/lingshi/data/recipe/ChoppingBoardRecipeDatagen.java b/src/main/java/mczme/lingshi/data/recipe/ChoppingBoardRecipeDatagen.java index 4e6fc79..ee94044 100644 --- a/src/main/java/mczme/lingshi/data/recipe/ChoppingBoardRecipeDatagen.java +++ b/src/main/java/mczme/lingshi/data/recipe/ChoppingBoardRecipeDatagen.java @@ -21,6 +21,9 @@ protected void buildRecipes(RecipeOutput output) { build(List.of(new ItemStack(ModItems.DOUGH.get())),Ingredient.of(Items.WATER_BUCKET),Ingredient.of(ModItems.FLOUR.get()),output,"dough"); build(List.of(new ItemStack(ModItems.NOODLES.get())),Ingredient.of(NeoforgeTags.KNIFE),Ingredient.of(ModItems.DOUGH.get()),output,"noodles"); build(List.of(new ItemStack(ModItems.CABBAGE_LEAF.get(),3)),Ingredient.of(NeoforgeTags.KNIFE),Ingredient.of(ModItems.CABBAGE.get()),output,"cabbage_leaf"); + build(List.of(new ItemStack(ModItems.SLICED_PORK.get(),2)),Ingredient.of(NeoforgeTags.KNIFE),Ingredient.of(Items.PORKCHOP),output,"sliced_pork"); + build(List.of(new ItemStack(ModItems.SLICED_BEEF.get(),2)),Ingredient.of(NeoforgeTags.KNIFE),Ingredient.of(Items.BEEF),output,"sliced_beef"); + } private void build(List result, Ingredient tool, Ingredient inputItem,RecipeOutput output,String pid){ diff --git a/src/main/resources/assets/lingshi/models/block/fried_fish.json b/src/main/resources/assets/lingshi/models/block/fried_fish.json index 12ab176..f448e5e 100644 --- a/src/main/resources/assets/lingshi/models/block/fried_fish.json +++ b/src/main/resources/assets/lingshi/models/block/fried_fish.json @@ -16,7 +16,7 @@ "south": {"uv": [0, 14, 12, 15], "texture": "#0"}, "west": {"uv": [0, 14, 12, 15], "texture": "#0"}, "up": {"uv": [0, 0, 12, 12], "texture": "#0"}, - "down": {"uv": [0, 0, 12, 12], "texture": "#0"} + "down": {"uv": [0, 0, 12, 12], "texture": "#0", "cullface": "down"} } }, { @@ -71,12 +71,7 @@ "to": [14, 1.2, 14], "rotation": {"angle": 0, "axis": "y", "origin": [3, 1, 3]}, "faces": { - "north": {"uv": [0, 0, 12, 0], "texture": "#missing"}, - "east": {"uv": [0, 0, 11, 0], "texture": "#missing"}, - "south": {"uv": [0, 0, 12, 0], "texture": "#missing"}, - "west": {"uv": [0, 0, 11, 0], "texture": "#missing"}, - "up": {"uv": [0, 0, 12, 11], "texture": "#1"}, - "down": {"uv": [0, 0, 12, 11], "texture": "#missing"} + "up": {"uv": [0, 0, 12, 11], "texture": "#1"} } }, { @@ -88,8 +83,7 @@ "east": {"uv": [0, 11, 1, 15], "rotation": 270, "texture": "#1"}, "south": {"uv": [0, 11, 4, 12], "rotation": 180, "texture": "#1"}, "west": {"uv": [0, 12, 4, 13], "texture": "#1"}, - "up": {"uv": [0, 11, 4, 15], "rotation": 180, "texture": "#1"}, - "down": {"uv": [0, 0, 3, 3], "texture": "#missing"} + "up": {"uv": [0, 11, 4, 15], "rotation": 180, "texture": "#1"} } }, { @@ -99,10 +93,7 @@ "faces": { "north": {"uv": [9, 13, 12, 14], "texture": "#1"}, "east": {"uv": [7, 13, 10, 14], "texture": "#1"}, - "south": {"uv": [0, 0, 3, 1], "texture": "#missing"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#missing"}, - "up": {"uv": [9, 11, 12, 14], "rotation": 180, "texture": "#1"}, - "down": {"uv": [0, 0, 3, 3], "texture": "#missing"} + "up": {"uv": [9, 11, 12, 14], "rotation": 180, "texture": "#1"} } }, { @@ -112,10 +103,7 @@ "faces": { "north": {"uv": [6, 11, 8, 12], "rotation": 180, "texture": "#1"}, "east": {"uv": [7, 12, 9, 13], "texture": "#1"}, - "south": {"uv": [0, 0, 2, 1], "texture": "#missing"}, - "west": {"uv": [0, 0, 2, 1], "texture": "#missing"}, - "up": {"uv": [6, 11, 8, 13], "texture": "#1"}, - "down": {"uv": [0, 0, 2, 2], "texture": "#missing"} + "up": {"uv": [6, 11, 8, 13], "texture": "#1"} } }, { @@ -125,10 +113,7 @@ "faces": { "north": {"uv": [0, 15, 2, 16], "rotation": 180, "texture": "#1"}, "east": {"uv": [0, 15, 1, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 2, 1], "texture": "#missing"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#missing"}, - "up": {"uv": [0, 15, 2, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#missing"} + "up": {"uv": [0, 15, 2, 16], "texture": "#1"} } }, { @@ -136,12 +121,9 @@ "to": [9, 2, 12], "rotation": {"angle": 0, "axis": "y", "origin": [6, 1, 9]}, "faces": { - "north": {"uv": [0, 0, 2, 1], "texture": "#missing"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#missing"}, "south": {"uv": [4, 13, 6, 14], "texture": "#1"}, "west": {"uv": [3, 11, 6, 12], "texture": "#1"}, - "up": {"uv": [4, 11, 6, 14], "texture": "#1"}, - "down": {"uv": [0, 0, 2, 3], "texture": "#missing"} + "up": {"uv": [4, 11, 6, 14], "texture": "#1"} } }, { @@ -153,8 +135,7 @@ "east": {"uv": [8, 15, 13, 16], "texture": "#1"}, "south": {"uv": [12, 11, 14, 12], "texture": "#1"}, "west": {"uv": [12, 11, 13, 16], "rotation": 90, "texture": "#1"}, - "up": {"uv": [12, 11, 14, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 2, 5], "texture": "#missing"} + "up": {"uv": [12, 11, 14, 16], "texture": "#1"} } }, { @@ -163,11 +144,9 @@ "rotation": {"angle": 0, "axis": "y", "origin": [2, 1, 5]}, "faces": { "north": {"uv": [14, 15, 15, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 2, 1], "texture": "#missing"}, "south": {"uv": [14, 15, 15, 16], "texture": "#1"}, "west": {"uv": [14, 13, 15, 16], "rotation": 90, "texture": "#1"}, - "up": {"uv": [14, 13, 15, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#missing"} + "up": {"uv": [14, 13, 15, 16], "texture": "#1"} } }, { @@ -176,11 +155,8 @@ "rotation": {"angle": 0, "axis": "y", "origin": [2, 1, 5]}, "faces": { "north": {"uv": [5, 15, 6, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#missing"}, "south": {"uv": [5, 15, 6, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#missing"}, - "up": {"uv": [5, 15, 6, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#missing"} + "up": {"uv": [5, 15, 6, 16], "texture": "#1"} } }, { @@ -190,10 +166,8 @@ "faces": { "north": {"uv": [2, 15, 3, 16], "texture": "#1"}, "east": {"uv": [2, 15, 3, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#missing"}, "west": {"uv": [2, 15, 3, 16], "texture": "#1"}, - "up": {"uv": [2, 15, 3, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#missing"} + "up": {"uv": [2, 15, 3, 16], "texture": "#1"} } }, { @@ -201,12 +175,9 @@ "to": [6, 2, 10], "rotation": {"angle": 0, "axis": "y", "origin": [5, 1, 9]}, "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#missing"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#missing"}, "south": {"uv": [3, 15, 4, 16], "texture": "#1"}, "west": {"uv": [3, 15, 4, 16], "texture": "#1"}, - "up": {"uv": [3, 15, 4, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#missing"} + "up": {"uv": [3, 15, 4, 16], "texture": "#1"} } }, { @@ -214,12 +185,9 @@ "to": [7, 2, 11], "rotation": {"angle": 0, "axis": "y", "origin": [5, 2, 9]}, "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#missing"}, - "east": {"uv": [0, 0, 2, 1], "texture": "#missing"}, "south": {"uv": [8, 12, 9, 13], "texture": "#1"}, "west": {"uv": [7, 12, 9, 13], "texture": "#1"}, - "up": {"uv": [8, 11, 9, 13], "texture": "#1"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#missing"} + "up": {"uv": [8, 11, 9, 13], "texture": "#1"} } } ], diff --git a/src/main/resources/assets/lingshi/textures/item/sliced_beef.png b/src/main/resources/assets/lingshi/textures/item/sliced_beef.png new file mode 100644 index 0000000000000000000000000000000000000000..d8c2ef8144641c58df6e663d551f1fd9c4385f18 GIT binary patch literal 338 zcmV-Y0j>UtP)WMTAk* zv0&4@(c9&}+>dVzFJHZ3`273;0|NsCgSmtl!{cAS8MeH5&9L~>H%6Q;n5(1q-%wo@ zV!FB-!~A;>849)47#=V%GHg3@f#K!HPblgc(KS2pa4|GoyTu^Q%F6Kc_iqLVIT?oA z&tEb;{r#IEQAwU*{=J7NE`T%k2YUS%`1FB+K~;_6^P9H}vv=)f2(h(dkmKiLV0ih0 z;q&jm46`p>M$wGog-^eJG5q=PiQ&)bGYm`j>}Oc~=^G;-8yf?IuqXqAxCFztt2Zz- kV}J@_ev~M}B{s|e00WL~nHT;q0000007*qoM6N<$f*8M-NB{r; literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/lingshi/textures/item/sliced_pork.png b/src/main/resources/assets/lingshi/textures/item/sliced_pork.png new file mode 100644 index 0000000000000000000000000000000000000000..2c924a013f22d0cbca0b042b0d24d6f955b74ae9 GIT binary patch literal 394 zcmV;50d@X~P)p&|M%&-1|Z{XE~77ye53g@U}xWaO^_&y|Xlh9R%g=`qNZmuYWt zQPy)g2@p^euq=eCj_piOns(xG=^qR@ZMVf)sRWkAwUiRW0Ndu#G`#_v3k$5Rue0>< zFpBza*uA|4;Jnomo`AJT1V`8L+cp>mSzYHMpJ!uchDx{VdZr8DJUxB(*>ah=;Sfv{ zB^X2qF}dyr9JSj3y!3h;udY)4Flidx+;{`_V=;LUi%}JVEuRkp0j4`0SY8HTyI6EZ z82iSPWD+Hj7!A=VXd17xvoz{;=2I!xbyotX-v?bscDtae*pBn<)gJ*$FbJU#qS>Tz odC6g|=H>lfE8(#GTK~V^0D;VM39@F{djJ3c07*qoM6N<$f_