diff --git a/gradle.properties b/gradle.properties index 25d0c43..199d110 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,4 +5,4 @@ version_minecraft=1.15.2 version_forge_minecraft=1.15.2-31.1.0 version_fml_mappings=20200131-1.15.1 version_jei=1.15.2:6.0.0.2 -version_pamhc2foodextended=0.0.8 \ No newline at end of file +version_pamhc2foodextended=1.0.0 \ No newline at end of file diff --git a/src/main/java/pam/pamhc2foodextended/init/FoodBuilderRegistry.java b/src/main/java/pam/pamhc2foodextended/init/FoodBuilderRegistry.java index ae50e02..750d2f3 100644 --- a/src/main/java/pam/pamhc2foodextended/init/FoodBuilderRegistry.java +++ b/src/main/java/pam/pamhc2foodextended/init/FoodBuilderRegistry.java @@ -94,6 +94,46 @@ public class FoodBuilderRegistry { public static final Food tortillachipsitem = (new Food.Builder()).hunger(8).saturation(1.2f).build(); public static final Food tortillaitem = (new Food.Builder()).hunger(4).saturation(1.2f).build(); + public static final Food bbqpotatochipsitem = (new Food.Builder()).hunger(9).saturation(1.2f).build(); + public static final Food candiedgingeritem = (new Food.Builder()).hunger(3).saturation(1.2f).build(); + public static final Food candiedlemonitem = (new Food.Builder()).hunger(3).saturation(1.2f).build(); + public static final Food candiedpecansitem = (new Food.Builder()).hunger(3).saturation(1.2f).build(); + public static final Food candiedsweetpotatoesitem = (new Food.Builder()).hunger(3).saturation(1.2f).build(); + public static final Food candiedwalnutsitem = (new Food.Builder()).hunger(3).saturation(1.2f).build(); + public static final Food cheddarandsourcreampotatochipsitem = (new Food.Builder()).hunger(11).saturation(1.2f).build(); + public static final Food cherrysodaitem = (new Food.Builder()).hunger(8).saturation(1.2f).build(); + public static final Food chilichocolateitem = (new Food.Builder()).hunger(6).saturation(1.2f).build(); + public static final Food chipsanddipitem = (new Food.Builder()).hunger(10).saturation(1.2f).build(); + public static final Food chocolatecherryitem = (new Food.Builder()).hunger(7).saturation(1.2f).build(); + public static final Food chocolatecoconutbaritem = (new Food.Builder()).hunger(7).saturation(1.2f).build(); + public static final Food chocolateorangeitem = (new Food.Builder()).hunger(7).saturation(1.2f).build(); + public static final Food chocolatepeanutbaritem = (new Food.Builder()).hunger(4).saturation(1.2f).build(); + public static final Food chocolatestrawberryitem = (new Food.Builder()).hunger(5).saturation(1.2f).build(); + public static final Food colasodaitem = (new Food.Builder()).hunger(5).saturation(1.2f).build(); + public static final Food cornchipsitem = (new Food.Builder()).hunger(6).saturation(1.2f).build(); + public static final Food cottoncandyitem = (new Food.Builder()).hunger(3).saturation(1.2f).build(); + public static final Food crispyricepuffbarsitem = (new Food.Builder()).hunger(4).saturation(1.2f).build(); + public static final Food energydrinkitem = (new Food.Builder()).hunger(6).saturation(1.2f).build(); + public static final Food gingersodaitem = (new Food.Builder()).hunger(5).saturation(1.2f).build(); + public static final Food grapefruitsodaitem = (new Food.Builder()).hunger(8).saturation(1.2f).build(); + public static final Food grapesodaitem = (new Food.Builder()).hunger(6).saturation(1.2f).build(); + public static final Food hazelnutchocolateitem = (new Food.Builder()).hunger(4).saturation(1.2f).build(); + public static final Food lemonlimesodaitem = (new Food.Builder()).hunger(6).saturation(1.2f).build(); + public static final Food maplecandiedbaconitem = (new Food.Builder()).hunger(5).saturation(1.2f).build(); + public static final Food marzipanitem = (new Food.Builder()).hunger(8).saturation(1.2f).build(); + public static final Food orangesodaitem = (new Food.Builder()).hunger(8).saturation(1.2f).build(); + public static final Food peanutbuttercupitem = (new Food.Builder()).hunger(5).saturation(1.2f).build(); + public static final Food peppermintitem = (new Food.Builder()).hunger(3).saturation(1.2f).build(); + public static final Food popcornitem = (new Food.Builder()).hunger(7).saturation(1.2f).build(); + public static final Food pralinesitem = (new Food.Builder()).hunger(3).saturation(1.2f).build(); + public static final Food rootbeerfloatitem = (new Food.Builder()).hunger(10).saturation(1.2f).build(); + public static final Food rootbeersodaitem = (new Food.Builder()).hunger(6).saturation(1.2f).build(); + public static final Food sesamesnapsitem = (new Food.Builder()).hunger(3).saturation(1.2f).build(); + public static final Food sourcreamandonionpotatochipsitem = (new Food.Builder()).hunger(8).saturation(1.2f).build(); + public static final Food strawberrysodaitem = (new Food.Builder()).hunger(4).saturation(1.2f).build(); + public static final Food theatreboxitem = (new Food.Builder()).hunger(15).saturation(1.2f).build(); + public static final Food ediblerootitem = (new Food.Builder()).hunger(2).saturation(1.2f).build(); + //juice //crops //berry 2 diff --git a/src/main/java/pam/pamhc2foodextended/init/ItemRegistry.java b/src/main/java/pam/pamhc2foodextended/init/ItemRegistry.java index bf914eb..31965b0 100644 --- a/src/main/java/pam/pamhc2foodextended/init/ItemRegistry.java +++ b/src/main/java/pam/pamhc2foodextended/init/ItemRegistry.java @@ -97,6 +97,46 @@ public class ItemRegistry { public static Item tortillachipsitem; public static Item tortillaitem; + public static Item bbqpotatochipsitem; + public static Item candiedgingeritem; + public static Item candiedlemonitem; + public static Item candiedpecansitem; + public static Item candiedsweetpotatoesitem; + public static Item candiedwalnutsitem; + public static Item cheddarandsourcreampotatochipsitem; + public static Item cherrysodaitem; + public static Item chilichocolateitem; + public static Item chipsanddipitem; + public static Item chocolatecherryitem; + public static Item chocolatecoconutbaritem; + public static Item chocolateorangeitem; + public static Item chocolatepeanutbaritem; + public static Item chocolatestrawberryitem; + public static Item colasodaitem; + public static Item cornchipsitem; + public static Item cottoncandyitem; + public static Item crispyricepuffbarsitem; + public static Item energydrinkitem; + public static Item gingersodaitem; + public static Item grapefruitsodaitem; + public static Item grapesodaitem; + public static Item hazelnutchocolateitem; + public static Item lemonlimesodaitem; + public static Item maplecandiedbaconitem; + public static Item marzipanitem; + public static Item orangesodaitem; + public static Item peanutbuttercupitem; + public static Item peppermintitem; + public static Item popcornitem; + public static Item pralinesitem; + public static Item rootbeerfloatitem; + public static Item rootbeersodaitem; + public static Item sesamesnapsitem; + public static Item sourcreamandonionpotatochipsitem; + public static Item strawberrysodaitem; + public static Item theatreboxitem; + public static Item ediblerootitem; + //JUICES //crops //berry 2 @@ -580,6 +620,46 @@ public static void registerAll(RegistryEvent.Register event) { tacoitem = register("tacoitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.tacoitem))); tortillachipsitem = register("tortillachipsitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.tortillachipsitem))); tortillaitem = register("tortillaitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.tortillaitem))); + + bbqpotatochipsitem = register("bbqpotatochipsitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.bbqpotatochipsitem))); + candiedgingeritem = register("candiedgingeritem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.candiedgingeritem))); + candiedlemonitem = register("candiedlemonitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.candiedlemonitem))); + candiedpecansitem = register("candiedpecansitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.candiedpecansitem))); + candiedsweetpotatoesitem = register("candiedsweetpotatoesitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.candiedsweetpotatoesitem))); + candiedwalnutsitem = register("candiedwalnutsitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.candiedwalnutsitem))); + cheddarandsourcreampotatochipsitem = register("cheddarandsourcreampotatochipsitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.cheddarandsourcreampotatochipsitem))); + cherrysodaitem = register("cherrysodaitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.cherrysodaitem))); + chilichocolateitem = register("chilichocolateitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.chilichocolateitem))); + chipsanddipitem = register("chipsanddipitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.chipsanddipitem))); + chocolatecherryitem = register("chocolatecherryitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.chocolatecherryitem))); + chocolatecoconutbaritem = register("chocolatecoconutbaritem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.chocolatecoconutbaritem))); + chocolateorangeitem = register("chocolateorangeitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.chocolateorangeitem))); + chocolatepeanutbaritem = register("chocolatepeanutbaritem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.chocolatepeanutbaritem))); + chocolatestrawberryitem = register("chocolatestrawberryitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.chocolatestrawberryitem))); + colasodaitem = register("colasodaitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.colasodaitem))); + cornchipsitem = register("cornchipsitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.cornchipsitem))); + cottoncandyitem = register("cottoncandyitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.cottoncandyitem))); + crispyricepuffbarsitem = register("crispyricepuffbarsitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.crispyricepuffbarsitem))); + energydrinkitem = register("energydrinkitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.energydrinkitem))); + gingersodaitem = register("gingersodaitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.gingersodaitem))); + grapefruitsodaitem = register("grapefruitsodaitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.grapefruitsodaitem))); + grapesodaitem = register("grapesodaitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.grapesodaitem))); + hazelnutchocolateitem = register("hazelnutchocolateitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.hazelnutchocolateitem))); + lemonlimesodaitem = register("lemonlimesodaitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.lemonlimesodaitem))); + maplecandiedbaconitem = register("maplecandiedbaconitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.maplecandiedbaconitem))); + marzipanitem = register("marzipanitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.marzipanitem))); + orangesodaitem = register("orangesodaitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.orangesodaitem))); + peanutbuttercupitem = register("peanutbuttercupitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.peanutbuttercupitem))); + peppermintitem = register("peppermintitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.peppermintitem))); + popcornitem = register("popcornitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.popcornitem))); + pralinesitem = register("pralinesitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.pralinesitem))); + rootbeerfloatitem = register("rootbeerfloatitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.rootbeerfloatitem))); + rootbeersodaitem = register("rootbeersodaitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.rootbeersodaitem))); + sesamesnapsitem = register("sesamesnapsitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.sesamesnapsitem))); + sourcreamandonionpotatochipsitem = register("sourcreamandonionpotatochipsitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.sourcreamandonionpotatochipsitem))); + strawberrysodaitem = register("strawberrysodaitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.strawberrysodaitem))); + theatreboxitem = register("theatreboxitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.theatreboxitem))); + ediblerootitem = register("ediblerootitem", new Item((new Item.Properties()).group(Pamhc2foodextended.ITEM_GROUP).food(FoodBuilderRegistry.ediblerootitem))); //JUICES //crops diff --git a/src/main/resources/assets/pamhc2foodextended/lang/en_us.json b/src/main/resources/assets/pamhc2foodextended/lang/en_us.json index d11905b..0789602 100644 --- a/src/main/resources/assets/pamhc2foodextended/lang/en_us.json +++ b/src/main/resources/assets/pamhc2foodextended/lang/en_us.json @@ -94,6 +94,47 @@ "item.pamhc2foodextended.tortillachipsitem": "Torilla Chips", "item.pamhc2foodextended.tortillaitem": "Tortilla", +//Junk Food Update +"item.pamhc2foodextended.bbqpotatochipsitem": "BBQ Potato Chips", +"item.pamhc2foodextended.candiedgingeritem": "Candied Ginger", +"item.pamhc2foodextended.candiedlemonitem": "Candied Lemon", +"item.pamhc2foodextended.candiedpecansitem": "Candied Pecans", +"item.pamhc2foodextended.candiedsweetpotatoesitem": "Candied Sweet Potatoes", +"item.pamhc2foodextended.candiedwalnutsitem": "Candied Walnuts", +"item.pamhc2foodextended.cheddarandsourcreampotatochipsitem": "Cheddar and Sour Cream Potato Chips", +"item.pamhc2foodextended.cherrysodaitem": "Cherry Soda", +"item.pamhc2foodextended.chilichocolateitem": "Chili Chocolate", +"item.pamhc2foodextended.chipsanddipitem": "Chips and Dip", +"item.pamhc2foodextended.chocolatecherryitem": "Chocolate Cherry", +"item.pamhc2foodextended.chocolatecoconutbaritem": "Chocolate Coconut Bar", +"item.pamhc2foodextended.chocolateorangeitem": "Chocolate Orange", +"item.pamhc2foodextended.chocolatepeanutbaritem": "Chocolate Peanut Bar", +"item.pamhc2foodextended.chocolatestrawberryitem": "Chocolate Strawberry", +"item.pamhc2foodextended.colasodaitem": "Cola Soda", +"item.pamhc2foodextended.cornchipsitem": "Corn Chips", +"item.pamhc2foodextended.cottoncandyitem": "Cotton Candy", +"item.pamhc2foodextended.crispyricepuffbarsitem": "Crisp Rice Puff Bars", +"item.pamhc2foodextended.energydrinkitem": "Energy Drink", +"item.pamhc2foodextended.gingersodaitem": "Ginger Soda", +"item.pamhc2foodextended.grapefruitsodaitem": "Grapefruit Soda", +"item.pamhc2foodextended.grapesodaitem": "Grape Soda", +"item.pamhc2foodextended.hazelnutchocolateitem": "Hazelnut Chocolate", +"item.pamhc2foodextended.lemonlimesodaitem": "Lemon Lime Soda", +"item.pamhc2foodextended.maplecandiedbaconitem": "Maple Candied Bacon", +"item.pamhc2foodextended.marzipanitem": "Marzipan", +"item.pamhc2foodextended.orangesodaitem": "Orange Soda", +"item.pamhc2foodextended.peanutbuttercupitem": "Peanut Butter Cup", +"item.pamhc2foodextended.peppermintitem": "Peppermint", +"item.pamhc2foodextended.popcornitem": "Popcorn", +"item.pamhc2foodextended.pralinesitem": "Pralines", +"item.pamhc2foodextended.rootbeerfloatitem": "Rootbeer Float", +"item.pamhc2foodextended.rootbeersodaitem": "Rootbeer Soda", +"item.pamhc2foodextended.sesamesnapsitem": "Sesame Snaps", +"item.pamhc2foodextended.sourcreamandonionpotatochipsitem": "Sour Cream and Onion Potato Chips", +"item.pamhc2foodextended.strawberrysodaitem": "Strawberry Soda", +"item.pamhc2foodextended.theatreboxitem": "Theatre Box", +"item.pamhc2foodextended.ediblerootitem": "Edible Root", + //JUICES //crops //berry 2 diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/anchovypepperonipizzaitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/anchovypepperonipizzaitem.json index e7f6e02..c7a40a6 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/anchovypepperonipizzaitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/anchovypepperonipizzaitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/anchovypepperonipizzaitem" + "layer0": "pamhc2foodextended:item/anchovypepperonipizzaitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/bbqchickenpizzaitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/bbqchickenpizzaitem.json index 70c0995..25f9dd5 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/bbqchickenpizzaitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/bbqchickenpizzaitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/bbqchickenpizzaitem" + "layer0": "pamhc2foodextended:item/bbqchickenpizzaitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/bbqpotatochipsitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/bbqpotatochipsitem.json new file mode 100644 index 0000000..a5802da --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/bbqpotatochipsitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/bbqpotatochipsitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/bbqsauceitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/bbqsauceitem.json index 2c01884..2177478 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/bbqsauceitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/bbqsauceitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/bbqsauceitem" + "layer0": "pamhc2foodextended:item/bbqsauceitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/beansandriceitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/beansandriceitem.json index cf7cfe1..38f7105 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/beansandriceitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/beansandriceitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/beansandriceitem" + "layer0": "pamhc2foodextended:item/beansandriceitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/candiedgingeritem.json b/src/main/resources/assets/pamhc2foodextended/models/item/candiedgingeritem.json new file mode 100644 index 0000000..4b82ec9 --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/candiedgingeritem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/candiedgingeritem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/candiedlemonitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/candiedlemonitem.json new file mode 100644 index 0000000..1283a74 --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/candiedlemonitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/candiedlemonitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/candiedpecansitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/candiedpecansitem.json new file mode 100644 index 0000000..a449a99 --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/candiedpecansitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/candiedpecansitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/candiedsweetpotatoesitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/candiedsweetpotatoesitem.json new file mode 100644 index 0000000..8a67c8b --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/candiedsweetpotatoesitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/candiedsweetpotatoesitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/candiedwalnutsitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/candiedwalnutsitem.json new file mode 100644 index 0000000..f79d298 --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/candiedwalnutsitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/candiedwalnutsitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/cheddarandsourcreampotatochipsitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/cheddarandsourcreampotatochipsitem.json new file mode 100644 index 0000000..fefe6e5 --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/cheddarandsourcreampotatochipsitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/cheddarandsourcreampotatochipsitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/cherrysodaitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/cherrysodaitem.json new file mode 100644 index 0000000..eafe6ae --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/cherrysodaitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/cherrysodaitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/chilichocolateitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/chilichocolateitem.json new file mode 100644 index 0000000..7a5c8ac --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/chilichocolateitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/chilichocolateitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/chimichangaitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/chimichangaitem.json index ee126c5..4cb3e2a 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/chimichangaitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/chimichangaitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/chimichangaitem" + "layer0": "pamhc2foodextended:item/chimichangaitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/chipsanddipitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/chipsanddipitem.json new file mode 100644 index 0000000..6ca55c7 --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/chipsanddipitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/chipsanddipitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/chipsandsalsaitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/chipsandsalsaitem.json index 6637523..869689a 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/chipsandsalsaitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/chipsandsalsaitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/chipsandsalsaitem" + "layer0": "pamhc2foodextended:item/chipsandsalsaitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/chocolatecherryitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/chocolatecherryitem.json new file mode 100644 index 0000000..e65f28e --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/chocolatecherryitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/chocolatecherryitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/chocolatecoconutbaritem.json b/src/main/resources/assets/pamhc2foodextended/models/item/chocolatecoconutbaritem.json new file mode 100644 index 0000000..925ed17 --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/chocolatecoconutbaritem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/chocolatecoconutbaritem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/chocolateorangeitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/chocolateorangeitem.json new file mode 100644 index 0000000..69c27b1 --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/chocolateorangeitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/chocolateorangeitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/chocolatepeanutbaritem.json b/src/main/resources/assets/pamhc2foodextended/models/item/chocolatepeanutbaritem.json new file mode 100644 index 0000000..0cf8b2d --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/chocolatepeanutbaritem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/chocolatepeanutbaritem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/chocolatestrawberryitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/chocolatestrawberryitem.json new file mode 100644 index 0000000..60e5028 --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/chocolatestrawberryitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/chocolatestrawberryitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/colasodaitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/colasodaitem.json new file mode 100644 index 0000000..141f343 --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/colasodaitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/colasodaitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/cornchipsitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/cornchipsitem.json new file mode 100644 index 0000000..2da2e58 --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/cornchipsitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/cornchipsitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/cornmealitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/cornmealitem.json index cb0db62..51fbf46 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/cornmealitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/cornmealitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/cornmealitem" + "layer0": "pamhc2foodextended:item/cornmealitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/cottoncandyitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/cottoncandyitem.json new file mode 100644 index 0000000..e9a2314 --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/cottoncandyitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/cottoncandyitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/crispyricepuffbarsitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/crispyricepuffbarsitem.json new file mode 100644 index 0000000..4661e56 --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/crispyricepuffbarsitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/crispyricepuffbarsitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/deluxenachoesitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/deluxenachoesitem.json index 5a5f9bb..f208f42 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/deluxenachoesitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/deluxenachoesitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/deluxenachoesitem" + "layer0": "pamhc2foodextended:item/deluxenachoesitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/ediblerootitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/ediblerootitem.json new file mode 100644 index 0000000..a2228c0 --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/ediblerootitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/ediblerootitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/enchiladaitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/enchiladaitem.json index 0e7fbc4..b513a84 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/enchiladaitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/enchiladaitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/enchiladaitem" + "layer0": "pamhc2foodextended:item/enchiladaitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/energydrinkitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/energydrinkitem.json new file mode 100644 index 0000000..0b36d12 --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/energydrinkitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/energydrinkitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/fiestacornsaladitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/fiestacornsaladitem.json index c4b1d60..2c58999 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/fiestacornsaladitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/fiestacornsaladitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/fiestacornsaladitem" + "layer0": "pamhc2foodextended:item/fiestacornsaladitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/fishtacoitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/fishtacoitem.json index 454bade..93e2137 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/fishtacoitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/fishtacoitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/fishtacoitem" + "layer0": "pamhc2foodextended:item/fishtacoitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/garlicbreaditem.json b/src/main/resources/assets/pamhc2foodextended/models/item/garlicbreaditem.json index e81c99e..e555d98 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/garlicbreaditem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/garlicbreaditem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/garlicbreaditem" + "layer0": "pamhc2foodextended:item/garlicbreaditem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/garlicchickenitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/garlicchickenitem.json index 90fd733..4c90c9e 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/garlicchickenitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/garlicchickenitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/garlicchickenitem" + "layer0": "pamhc2foodextended:item/garlicchickenitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/garlicmashedpotatoesitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/garlicmashedpotatoesitem.json index 2f13deb..755d6d6 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/garlicmashedpotatoesitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/garlicmashedpotatoesitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/garlicmashedpotatoesitem" + "layer0": "pamhc2foodextended:item/garlicmashedpotatoesitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/gingersodaitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/gingersodaitem.json new file mode 100644 index 0000000..486d984 --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/gingersodaitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/gingersodaitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/grapefruitsodaitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/grapefruitsodaitem.json new file mode 100644 index 0000000..7c204de --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/grapefruitsodaitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/grapefruitsodaitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/grapesodaitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/grapesodaitem.json new file mode 100644 index 0000000..16fe80f --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/grapesodaitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/grapesodaitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/hamandpineapplepizzaitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/hamandpineapplepizzaitem.json index 771c5b1..d39abbc 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/hamandpineapplepizzaitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/hamandpineapplepizzaitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/hamandpineapplepizzaitem" + "layer0": "pamhc2foodextended:item/hamandpineapplepizzaitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/hazelnutchocolateitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/hazelnutchocolateitem.json new file mode 100644 index 0000000..66528ef --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/hazelnutchocolateitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/hazelnutchocolateitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/lemonlimesodaitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/lemonlimesodaitem.json new file mode 100644 index 0000000..765c6c1 --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/lemonlimesodaitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/lemonlimesodaitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/maplecandiedbaconitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/maplecandiedbaconitem.json new file mode 100644 index 0000000..8eee811 --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/maplecandiedbaconitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/maplecandiedbaconitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/marzipanitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/marzipanitem.json new file mode 100644 index 0000000..7e55ed8 --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/marzipanitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/marzipanitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/meatfeastpizzaitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/meatfeastpizzaitem.json index d54fbae..02f3b13 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/meatfeastpizzaitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/meatfeastpizzaitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/meatfeastpizzaitem" + "layer0": "pamhc2foodextended:item/meatfeastpizzaitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/nachoesitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/nachoesitem.json index 40fb62b..eb0a3b2 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/nachoesitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/nachoesitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/nachoesitem" + "layer0": "pamhc2foodextended:item/nachoesitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/orangesodaitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/orangesodaitem.json new file mode 100644 index 0000000..7147137 --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/orangesodaitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/orangesodaitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/peanutbuttercupitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/peanutbuttercupitem.json new file mode 100644 index 0000000..1515347 --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/peanutbuttercupitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/peanutbuttercupitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/peppermintitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/peppermintitem.json new file mode 100644 index 0000000..05a299c --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/peppermintitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/peppermintitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/pepperoniitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/pepperoniitem.json index 1025714..e35ba58 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/pepperoniitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/pepperoniitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/pepperoniitem" + "layer0": "pamhc2foodextended:item/pepperoniitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/pepperonipizzaitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/pepperonipizzaitem.json index 7e86846..732f5b9 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/pepperonipizzaitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/pepperonipizzaitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/pepperonipizzaitem" + "layer0": "pamhc2foodextended:item/pepperonipizzaitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/pizzasliceitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/pizzasliceitem.json index 89d7721..a9abf96 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/pizzasliceitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/pizzasliceitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/pizzasliceitem" + "layer0": "pamhc2foodextended:item/pizzasliceitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/popcornitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/popcornitem.json new file mode 100644 index 0000000..5ff2dd6 --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/popcornitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/popcornitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/pralinesitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/pralinesitem.json new file mode 100644 index 0000000..feece4e --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/pralinesitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/pralinesitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/quesadillaitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/quesadillaitem.json index 568099c..6bbd801 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/quesadillaitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/quesadillaitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/quesadillaitem" + "layer0": "pamhc2foodextended:item/quesadillaitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/refriedbeansitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/refriedbeansitem.json index 72e4568..e889fc5 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/refriedbeansitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/refriedbeansitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/refriedbeansitem" + "layer0": "pamhc2foodextended:item/refriedbeansitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/rootbeerfloatitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/rootbeerfloatitem.json new file mode 100644 index 0000000..38b559e --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/rootbeerfloatitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/rootbeerfloatitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/rootbeersodaitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/rootbeersodaitem.json new file mode 100644 index 0000000..0878528 --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/rootbeersodaitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/rootbeersodaitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/salsaitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/salsaitem.json index 6166d50..78795bb 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/salsaitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/salsaitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/salsaitem" + "layer0": "pamhc2foodextended:item/salsaitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/sausageitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/sausageitem.json index 4d90e71..9d42d98 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/sausageitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/sausageitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/sausageitem" + "layer0": "pamhc2foodextended:item/sausageitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/sesamesnapsitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/sesamesnapsitem.json new file mode 100644 index 0000000..6e4d867 --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/sesamesnapsitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/sesamesnapsitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/sourcreamandonionpotatochipsitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/sourcreamandonionpotatochipsitem.json new file mode 100644 index 0000000..b733048 --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/sourcreamandonionpotatochipsitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/sourcreamandonionpotatochipsitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/spagettiandmeatballsitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/spagettiandmeatballsitem.json index 9af4f5a..9763ed5 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/spagettiandmeatballsitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/spagettiandmeatballsitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/spagettiandmeatballsitem" + "layer0": "pamhc2foodextended:item/spagettiandmeatballsitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/spagettiitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/spagettiitem.json index 190cdce..6933cde 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/spagettiitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/spagettiitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/spagettiitem" + "layer0": "pamhc2foodextended:item/spagettiitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/spaghettidinneritem.json b/src/main/resources/assets/pamhc2foodextended/models/item/spaghettidinneritem.json index 36e6801..690dcbc 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/spaghettidinneritem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/spaghettidinneritem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/spaghettidinneritem" + "layer0": "pamhc2foodextended:item/spaghettidinneritem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/strawberrysodaitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/strawberrysodaitem.json new file mode 100644 index 0000000..13cfbf7 --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/strawberrysodaitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/strawberrysodaitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/stuffedchilipeppersitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/stuffedchilipeppersitem.json index 1d4d0cd..209748e 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/stuffedchilipeppersitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/stuffedchilipeppersitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/stuffedchilipeppersitem" + "layer0": "pamhc2foodextended:item/stuffedchilipeppersitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/supremepizzaitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/supremepizzaitem.json index de746ca..d38c791 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/supremepizzaitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/supremepizzaitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/supremepizzaitem" + "layer0": "pamhc2foodextended:item/supremepizzaitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/tacoitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/tacoitem.json index 1add2fc..9185bc2 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/tacoitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/tacoitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/tacoitem" + "layer0": "pamhc2foodextended:item/tacoitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/theatreboxitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/theatreboxitem.json new file mode 100644 index 0000000..e3b284f --- /dev/null +++ b/src/main/resources/assets/pamhc2foodextended/models/item/theatreboxitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "pamhc2foodextended:item/theatreboxitem" + } +} diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/tortillachipsitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/tortillachipsitem.json index f9a608c..ae470b0 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/tortillachipsitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/tortillachipsitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/tortillachipsitem" + "layer0": "pamhc2foodextended:item/tortillachipsitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/models/item/tortillaitem.json b/src/main/resources/assets/pamhc2foodextended/models/item/tortillaitem.json index b831e30..7fd78b8 100644 --- a/src/main/resources/assets/pamhc2foodextended/models/item/tortillaitem.json +++ b/src/main/resources/assets/pamhc2foodextended/models/item/tortillaitem.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "pamhc2foodcore:item/tortillaitem" + "layer0": "pamhc2foodextended:item/tortillaitem" } } diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/bbqpotatochipsitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/bbqpotatochipsitem.png new file mode 100644 index 0000000..d156cad Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/bbqpotatochipsitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/candiedgingeritem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/candiedgingeritem.png new file mode 100644 index 0000000..18a5eac Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/candiedgingeritem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/candiedlemonitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/candiedlemonitem.png new file mode 100644 index 0000000..cc668e7 Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/candiedlemonitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/candiedpecansitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/candiedpecansitem.png new file mode 100644 index 0000000..796dba5 Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/candiedpecansitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/candiedsweetpotatoesitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/candiedsweetpotatoesitem.png new file mode 100644 index 0000000..2e9c116 Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/candiedsweetpotatoesitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/candiedwalnutsitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/candiedwalnutsitem.png new file mode 100644 index 0000000..2e83d2b Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/candiedwalnutsitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/cheddarandsourcreampotatochipsitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/cheddarandsourcreampotatochipsitem.png new file mode 100644 index 0000000..61c82fc Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/cheddarandsourcreampotatochipsitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/cherrysodaitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/cherrysodaitem.png new file mode 100644 index 0000000..96c6b82 Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/cherrysodaitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/chilichocolateitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/chilichocolateitem.png new file mode 100644 index 0000000..7dc8d2e Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/chilichocolateitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/chipsanddipitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/chipsanddipitem.png new file mode 100644 index 0000000..1d068e0 Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/chipsanddipitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/chocolatecherryitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/chocolatecherryitem.png new file mode 100644 index 0000000..af8ea73 Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/chocolatecherryitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/chocolatecoconutbaritem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/chocolatecoconutbaritem.png new file mode 100644 index 0000000..f547777 Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/chocolatecoconutbaritem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/chocolateorangeitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/chocolateorangeitem.png new file mode 100644 index 0000000..c150d27 Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/chocolateorangeitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/chocolatepeanutbaritem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/chocolatepeanutbaritem.png new file mode 100644 index 0000000..e8c31a2 Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/chocolatepeanutbaritem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/chocolatestrawberryitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/chocolatestrawberryitem.png new file mode 100644 index 0000000..9b76d9f Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/chocolatestrawberryitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/colasodaitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/colasodaitem.png new file mode 100644 index 0000000..adb8807 Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/colasodaitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/cornchipsitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/cornchipsitem.png new file mode 100644 index 0000000..dd80165 Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/cornchipsitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/cottoncandyitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/cottoncandyitem.png new file mode 100644 index 0000000..95066c9 Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/cottoncandyitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/crispyricepuffbarsitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/crispyricepuffbarsitem.png new file mode 100644 index 0000000..56f81a5 Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/crispyricepuffbarsitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/ediblerootitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/ediblerootitem.png new file mode 100644 index 0000000..935bc32 Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/ediblerootitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/energydrinkitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/energydrinkitem.png new file mode 100644 index 0000000..785fc79 Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/energydrinkitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/gingersodaitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/gingersodaitem.png new file mode 100644 index 0000000..73fda03 Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/gingersodaitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/grapefruitsodaitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/grapefruitsodaitem.png new file mode 100644 index 0000000..68ff928 Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/grapefruitsodaitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/grapesodaitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/grapesodaitem.png new file mode 100644 index 0000000..582871c Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/grapesodaitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/hazelnutchocolateitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/hazelnutchocolateitem.png new file mode 100644 index 0000000..2b70e50 Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/hazelnutchocolateitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/lemonlimesodaitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/lemonlimesodaitem.png new file mode 100644 index 0000000..b89f1b6 Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/lemonlimesodaitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/maplecandiedbaconitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/maplecandiedbaconitem.png new file mode 100644 index 0000000..c1d0d52 Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/maplecandiedbaconitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/marzipanitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/marzipanitem.png new file mode 100644 index 0000000..9c1ebf8 Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/marzipanitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/orangesodaitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/orangesodaitem.png new file mode 100644 index 0000000..e17c2ac Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/orangesodaitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/peanutbuttercupitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/peanutbuttercupitem.png new file mode 100644 index 0000000..149eb9a Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/peanutbuttercupitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/peppermintitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/peppermintitem.png new file mode 100644 index 0000000..ef1d392 Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/peppermintitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/popcornitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/popcornitem.png new file mode 100644 index 0000000..d89f890 Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/popcornitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/pralinesitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/pralinesitem.png new file mode 100644 index 0000000..377574d Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/pralinesitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/rootbeerfloatitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/rootbeerfloatitem.png new file mode 100644 index 0000000..6e56784 Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/rootbeerfloatitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/rootbeersodaitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/rootbeersodaitem.png new file mode 100644 index 0000000..1b0ca4a Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/rootbeersodaitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/sesamesnapsitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/sesamesnapsitem.png new file mode 100644 index 0000000..dedbea9 Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/sesamesnapsitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/sourcreamandonionpotatochipsitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/sourcreamandonionpotatochipsitem.png new file mode 100644 index 0000000..5495755 Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/sourcreamandonionpotatochipsitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/strawberrysodaitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/strawberrysodaitem.png new file mode 100644 index 0000000..453ea2b Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/strawberrysodaitem.png differ diff --git a/src/main/resources/assets/pamhc2foodextended/textures/item/theatreboxitem.png b/src/main/resources/assets/pamhc2foodextended/textures/item/theatreboxitem.png new file mode 100644 index 0000000..18010f7 Binary files /dev/null and b/src/main/resources/assets/pamhc2foodextended/textures/item/theatreboxitem.png differ diff --git a/src/main/resources/data/forge/tags/items/honey.json b/src/main/resources/data/forge/tags/items/honey.json new file mode 100644 index 0000000..bd2fcf9 --- /dev/null +++ b/src/main/resources/data/forge/tags/items/honey.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#forge:honey/honey" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/honey/honey.json b/src/main/resources/data/forge/tags/items/honey/honey.json new file mode 100644 index 0000000..d2292d9 --- /dev/null +++ b/src/main/resources/data/forge/tags/items/honey/honey.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "minecraft:honey_bottle" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/sodas.json b/src/main/resources/data/forge/tags/items/sodas.json new file mode 100644 index 0000000..123ccf2 --- /dev/null +++ b/src/main/resources/data/forge/tags/items/sodas.json @@ -0,0 +1,14 @@ +{ + "replace": false, + "values": [ +"#forge:sodas/cherrysodaitem", + "#forge:sodas/colasodaitem", +"#forge:sodas/gingersodaitem", +"#forge:sodas/grapefruitsodaitem", +"#forge:sodas/grapesodaitem", +"#forge:sodas/lemonlimesodaitem", +"#forge:sodas/orangesodaitem", +"#forge:sodas/rootbeersodaitem", +"#forge:sodas/strawberrysodaitem" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/sodas/cherrysodaitem.json b/src/main/resources/data/forge/tags/items/sodas/cherrysodaitem.json new file mode 100644 index 0000000..c7abad2 --- /dev/null +++ b/src/main/resources/data/forge/tags/items/sodas/cherrysodaitem.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "pamhc2foodextended:cherrysodaitem" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/sodas/colasodaitem.json b/src/main/resources/data/forge/tags/items/sodas/colasodaitem.json new file mode 100644 index 0000000..c7fa31e --- /dev/null +++ b/src/main/resources/data/forge/tags/items/sodas/colasodaitem.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "pamhc2foodextended:colasodaitem" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/sodas/gingersodaitem.json b/src/main/resources/data/forge/tags/items/sodas/gingersodaitem.json new file mode 100644 index 0000000..b76895c --- /dev/null +++ b/src/main/resources/data/forge/tags/items/sodas/gingersodaitem.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "pamhc2foodextended:gingersodaitem" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/sodas/grapefruitsodaitem.json b/src/main/resources/data/forge/tags/items/sodas/grapefruitsodaitem.json new file mode 100644 index 0000000..282f00b --- /dev/null +++ b/src/main/resources/data/forge/tags/items/sodas/grapefruitsodaitem.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "pamhc2foodextended:grapefruitsodaitem" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/sodas/grapesodaitem.json b/src/main/resources/data/forge/tags/items/sodas/grapesodaitem.json new file mode 100644 index 0000000..82acc03 --- /dev/null +++ b/src/main/resources/data/forge/tags/items/sodas/grapesodaitem.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "pamhc2foodextended:grapesodaitem" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/sodas/lemonlimesodaitem.json b/src/main/resources/data/forge/tags/items/sodas/lemonlimesodaitem.json new file mode 100644 index 0000000..a037444 --- /dev/null +++ b/src/main/resources/data/forge/tags/items/sodas/lemonlimesodaitem.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "pamhc2foodextended:lemonlimesodaitem" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/sodas/orangesodaitem.json b/src/main/resources/data/forge/tags/items/sodas/orangesodaitem.json new file mode 100644 index 0000000..8055fe7 --- /dev/null +++ b/src/main/resources/data/forge/tags/items/sodas/orangesodaitem.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "pamhc2foodextended:orangesodaitem" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/sodas/rootbeersodaitem.json b/src/main/resources/data/forge/tags/items/sodas/rootbeersodaitem.json new file mode 100644 index 0000000..1b84627 --- /dev/null +++ b/src/main/resources/data/forge/tags/items/sodas/rootbeersodaitem.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "pamhc2foodextended:rootbeersodaitem" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/sodas/strawberrysodaitem.json b/src/main/resources/data/forge/tags/items/sodas/strawberrysodaitem.json new file mode 100644 index 0000000..1174026 --- /dev/null +++ b/src/main/resources/data/forge/tags/items/sodas/strawberrysodaitem.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "pamhc2foodextended:strawberrysodaitem" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/bbqpotatochipsitem.json b/src/main/resources/data/pamhc2foodextended/recipes/bbqpotatochipsitem.json new file mode 100644 index 0000000..16d3630 --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/bbqpotatochipsitem.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_pot" + }, + { + "tag": "forge:condiments/bbqsauce" + }, + { + "tag": "forge:crops/potato" + }, + { + "tag": "forge:cookingoil" + } + + + ], + + "result": {"item": "pamhc2foodextended:bbqpotatochipsitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/bbqsauceitem.json b/src/main/resources/data/pamhc2foodextended/recipes/bbqsauceitem.json index f203659..42c0c7e 100644 --- a/src/main/resources/data/pamhc2foodextended/recipes/bbqsauceitem.json +++ b/src/main/resources/data/pamhc2foodextended/recipes/bbqsauceitem.json @@ -10,7 +10,7 @@ "tag": "forge:crops/tomato" }, { - "tag": "forge:crops/mustard" + "tag": "forge:crops/mustardseeds" } diff --git a/src/main/resources/data/pamhc2foodextended/recipes/candiedgingeritem.json b/src/main/resources/data/pamhc2foodextended/recipes/candiedgingeritem.json new file mode 100644 index 0000000..8e06890 --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/candiedgingeritem.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_saucepan" + }, + { + "tag": "forge:sugar" + }, + { + "tag": "forge:crops/ginger" + } + + + ], + + "result": {"item": "pamhc2foodextended:candiedgingeritem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/candiedlemonitem.json b/src/main/resources/data/pamhc2foodextended/recipes/candiedlemonitem.json new file mode 100644 index 0000000..47bcc18 --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/candiedlemonitem.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_saucepan" + }, + { + "tag": "forge:sugar" + }, + { + "tag": "forge:crops/lemon" + } + + + ], + + "result": {"item": "pamhc2foodextended:candiedlemonitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/candiedpecansitem.json b/src/main/resources/data/pamhc2foodextended/recipes/candiedpecansitem.json new file mode 100644 index 0000000..90129e3 --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/candiedpecansitem.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_saucepan" + }, + { + "tag": "forge:sugar" + }, + { + "tag": "forge:crops/pecan" + } + + + ], + + "result": {"item": "pamhc2foodextended:candiedpecansitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/candiedsweetpotatoesitem.json b/src/main/resources/data/pamhc2foodextended/recipes/candiedsweetpotatoesitem.json new file mode 100644 index 0000000..956c84e --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/candiedsweetpotatoesitem.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_saucepan" + }, + { + "tag": "forge:sugar" + }, + { + "tag": "forge:crops/sweet_potato" + } + + + ], + + "result": {"item": "pamhc2foodextended:candiedsweetpotatoesitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/candiedwalnutsitem.json b/src/main/resources/data/pamhc2foodextended/recipes/candiedwalnutsitem.json new file mode 100644 index 0000000..0f3afb9 --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/candiedwalnutsitem.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_saucepan" + }, + { + "tag": "forge:sugar" + }, + { + "tag": "forge:crops/walnut" + } + + + ], + + "result": {"item": "pamhc2foodextended:candiedwalnutsitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/cheddarandsourcreampotatochipsitem.json b/src/main/resources/data/pamhc2foodextended/recipes/cheddarandsourcreampotatochipsitem.json new file mode 100644 index 0000000..c561df9 --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/cheddarandsourcreampotatochipsitem.json @@ -0,0 +1,28 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_pot" + }, + { + "tag": "forge:cheese" + }, + { + "tag": "forge:cream" + }, + { + "tag": "forge:crops/potato" + }, + { + "tag": "forge:cookingoil" + } + + + ], + + "result": {"item": "pamhc2foodextended:cheddarandsourcreampotatochipsitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/cherrysodaitem.json b/src/main/resources/data/pamhc2foodextended/recipes/cherrysodaitem.json new file mode 100644 index 0000000..237c727 --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/cherrysodaitem.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_pot" + }, + { + "tag": "forge:water" + }, + { + "tag": "forge:sugar" + }, + { + "tag": "forge:crops/cherry" + } + + + ], + + "result": {"item": "pamhc2foodextended:cherrysodaitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/chestnutbutteritem.json b/src/main/resources/data/pamhc2foodextended/recipes/chestnutbutteritem.json index 95dbc87..cf72aa6 100644 --- a/src/main/resources/data/pamhc2foodextended/recipes/chestnutbutteritem.json +++ b/src/main/resources/data/pamhc2foodextended/recipes/chestnutbutteritem.json @@ -7,7 +7,7 @@ "tag": "forge:tool_grinder" }, { - "tag": "forge:crops/chesnut" + "tag": "forge:crops/chestnut" } diff --git a/src/main/resources/data/pamhc2foodextended/recipes/chilichocolateitem.json b/src/main/resources/data/pamhc2foodextended/recipes/chilichocolateitem.json new file mode 100644 index 0000000..a692dae --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/chilichocolateitem.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_saucepan" + }, + { + "tag": "forge:chocolatebar" + }, + { + "tag": "forge:crops/chilipepper" + } + + + ], + + "result": {"item": "pamhc2foodextended:chilichocolateitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/chipsanddipitem.json b/src/main/resources/data/pamhc2foodextended/recipes/chipsanddipitem.json new file mode 100644 index 0000000..a83452d --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/chipsanddipitem.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_skillet" + }, + { + "item": "pamhc2foodcore:potatochipsitem" + }, + { + "tag": "forge:cream" + } + + + ], + + "result": {"item": "pamhc2foodextended:chipsanddipitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/chocolatecherryitem.json b/src/main/resources/data/pamhc2foodextended/recipes/chocolatecherryitem.json new file mode 100644 index 0000000..641b294 --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/chocolatecherryitem.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_saucepan" + }, + { + "tag": "forge:chocolatebar" + }, + { + "tag": "forge:crops/cherry" + } + + + ], + + "result": {"item": "pamhc2foodextended:chocolatecherryitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/chocolatecoconutbaritem.json b/src/main/resources/data/pamhc2foodextended/recipes/chocolatecoconutbaritem.json new file mode 100644 index 0000000..010bc32 --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/chocolatecoconutbaritem.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_saucepan" + }, + { + "tag": "forge:chocolatebar" + }, + { + "tag": "forge:crops/coconut" + } + + + ], + + "result": {"item": "pamhc2foodextended:chocolatecoconutbaritem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/chocolateorangeitem.json b/src/main/resources/data/pamhc2foodextended/recipes/chocolateorangeitem.json new file mode 100644 index 0000000..080fda3 --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/chocolateorangeitem.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_saucepan" + }, + { + "tag": "forge:chocolatebar" + }, + { + "tag": "forge:crops/orange" + } + + + ], + + "result": {"item": "pamhc2foodextended:chocolateorangeitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/chocolatepeanutbaritem.json b/src/main/resources/data/pamhc2foodextended/recipes/chocolatepeanutbaritem.json new file mode 100644 index 0000000..ad07288 --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/chocolatepeanutbaritem.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_saucepan" + }, + { + "tag": "forge:chocolatebar" + }, + { + "tag": "forge:crops/peanut" + } + + + ], + + "result": {"item": "pamhc2foodextended:chocolatepeanutbaritem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/chocolatestrawberryitem.json b/src/main/resources/data/pamhc2foodextended/recipes/chocolatestrawberryitem.json new file mode 100644 index 0000000..a213001 --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/chocolatestrawberryitem.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_saucepan" + }, + { + "tag": "forge:chocolatebar" + }, + { + "tag": "forge:crops/strawberry" + } + + + ], + + "result": {"item": "pamhc2foodextended:chocolatestrawberryitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/colasodaitem.json b/src/main/resources/data/pamhc2foodextended/recipes/colasodaitem.json new file mode 100644 index 0000000..281ea5c --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/colasodaitem.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_pot" + }, + { + "tag": "forge:water" + }, + { + "tag": "forge:sugar" + }, + { + "tag": "forge:crops/spiceleaf" + } + + + ], + + "result": {"item": "pamhc2foodextended:colasodaitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/cornchipsitem.json b/src/main/resources/data/pamhc2foodextended/recipes/cornchipsitem.json new file mode 100644 index 0000000..b784df1 --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/cornchipsitem.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_pot" + }, + { + "tag": "forge:crops/corn" + }, + { + "tag": "forge:salt" + }, + { + "tag": "forge:cookingoil" + } + + + ], + + "result": {"item": "pamhc2foodextended:cornchipsitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/cottoncandyitem.json b/src/main/resources/data/pamhc2foodextended/recipes/cottoncandyitem.json new file mode 100644 index 0000000..ee180fb --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/cottoncandyitem.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_mixingbowl" + }, + { + "tag": "forge:sugar" + }, + { + "tag": "forge:dyes" + } + + + ], + + "result": {"item": "pamhc2foodextended:cottoncandyitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/crispyricepuffbarsitem.json b/src/main/resources/data/pamhc2foodextended/recipes/crispyricepuffbarsitem.json new file mode 100644 index 0000000..8a91da1 --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/crispyricepuffbarsitem.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_saucepan" + }, + { + "tag": "forge:marshmellows" + }, + { + "tag": "forge:crops/rice" + } + + + ], + + "result": {"item": "pamhc2foodextended:crispyricepuffbarsitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/ediblerootitem.json b/src/main/resources/data/pamhc2foodextended/recipes/ediblerootitem.json new file mode 100644 index 0000000..cc0b772 --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/ediblerootitem.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_cuttingboard" + }, + { + "tag": "forge:crops/spiceleaf" + } + + + ], + + "result": {"item": "pamhc2foodextended:ediblerootitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/energydrinkitem.json b/src/main/resources/data/pamhc2foodextended/recipes/energydrinkitem.json new file mode 100644 index 0000000..3005c9c --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/energydrinkitem.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_pot" + }, + { + "tag": "forge:water" + }, + { + "tag": "forge:sugar" + }, + { + "item": "minecraft:redstone" + } + + + ], + + "result": {"item": "pamhc2foodextended:energydrinkitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/garlicmashedpotatoesitem.json b/src/main/resources/data/pamhc2foodextended/recipes/garlicmashedpotatoesitem.json index 6fe5587..accca78 100644 --- a/src/main/resources/data/pamhc2foodextended/recipes/garlicmashedpotatoesitem.json +++ b/src/main/resources/data/pamhc2foodextended/recipes/garlicmashedpotatoesitem.json @@ -13,7 +13,7 @@ "tag": "forge:butter" }, { - "item": "forge:minecraft:baked_potato" + "item": "minecraft:baked_potato" }, { "tag": "forge:crops/garlic" @@ -22,7 +22,7 @@ ], - "result": {"item": "pamhc2foodextended:garlicmashedpotatoesitem, + "result": {"item": "pamhc2foodextended:garlicmashedpotatoesitem", "count": 1} } \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/gingersodaitem.json b/src/main/resources/data/pamhc2foodextended/recipes/gingersodaitem.json new file mode 100644 index 0000000..867e421 --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/gingersodaitem.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_pot" + }, + { + "tag": "forge:water" + }, + { + "tag": "forge:sugar" + }, + { + "tag": "forge:crops/ginger" + } + + + ], + + "result": {"item": "pamhc2foodextended:gingersodaitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/grapefruitsodaitem.json b/src/main/resources/data/pamhc2foodextended/recipes/grapefruitsodaitem.json new file mode 100644 index 0000000..932c34b --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/grapefruitsodaitem.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_pot" + }, + { + "tag": "forge:water" + }, + { + "tag": "forge:sugar" + }, + { + "tag": "forge:crops/grapefruit" + } + + + ], + + "result": {"item": "pamhc2foodextended:grapefruitsodaitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/grapesodaitem.json b/src/main/resources/data/pamhc2foodextended/recipes/grapesodaitem.json new file mode 100644 index 0000000..901d654 --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/grapesodaitem.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_pot" + }, + { + "tag": "forge:water" + }, + { + "tag": "forge:sugar" + }, + { + "tag": "forge:crops/grape" + } + + + ], + + "result": {"item": "pamhc2foodextended:grapesodaitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/hazelnutchocolateitem.json b/src/main/resources/data/pamhc2foodextended/recipes/hazelnutchocolateitem.json new file mode 100644 index 0000000..b0d255a --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/hazelnutchocolateitem.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_saucepan" + }, + { + "tag": "forge:chocolatebar" + }, + { + "tag": "forge:crops/hazelnut" + } + + + ], + + "result": {"item": "pamhc2foodextended:hazelnutchocolateitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/lemonlimesodaitem.json b/src/main/resources/data/pamhc2foodextended/recipes/lemonlimesodaitem.json new file mode 100644 index 0000000..0b544d3 --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/lemonlimesodaitem.json @@ -0,0 +1,28 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_pot" + }, + { + "tag": "forge:water" + }, + { + "tag": "forge:sugar" + }, + { + "tag": "forge:crops/lemon" + }, + { + "tag": "forge:crops/lime" + } + + + ], + + "result": {"item": "pamhc2foodextended:lemonlimesodaitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/maplecandiedbaconitem.json b/src/main/resources/data/pamhc2foodextended/recipes/maplecandiedbaconitem.json new file mode 100644 index 0000000..dc50641 --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/maplecandiedbaconitem.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_saucepan" + }, + { + "tag": "forge:crops/maple" + }, + { + "tag": "forge:rawpork" + } + + + ], + + "result": {"item": "pamhc2foodextended:maplecandiedbaconitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/marzipanitem.json b/src/main/resources/data/pamhc2foodextended/recipes/marzipanitem.json new file mode 100644 index 0000000..1c7c4bb --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/marzipanitem.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_mixingbowl" + }, + { + "tag": "forge:honey" + }, + { + "tag": "forge:crops/almond" + } + + + ], + + "result": {"item": "pamhc2foodextended:marzipanitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/orangesodaitem.json b/src/main/resources/data/pamhc2foodextended/recipes/orangesodaitem.json new file mode 100644 index 0000000..84f9bb5 --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/orangesodaitem.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_pot" + }, + { + "tag": "forge:water" + }, + { + "tag": "forge:sugar" + }, + { + "tag": "forge:crops/orange" + } + + + ], + + "result": {"item": "pamhc2foodextended:orangesodaitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/peanutbuttercupitem.json b/src/main/resources/data/pamhc2foodextended/recipes/peanutbuttercupitem.json new file mode 100644 index 0000000..7782f0d --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/peanutbuttercupitem.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_saucepan" + }, + { + "tag": "forge:chocolatebar" + }, + { + "tag": "forge:nutbutters" + } + + + ], + + "result": {"item": "pamhc2foodextended:peanutbuttercupitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/peppermintitem.json b/src/main/resources/data/pamhc2foodextended/recipes/peppermintitem.json new file mode 100644 index 0000000..dba7c04 --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/peppermintitem.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_saucepan" + }, + { + "tag": "forge:sugar" + }, + { + "tag": "forge:crops/spiceleaf" + } + + + ], + + "result": {"item": "pamhc2foodextended:peppermintitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/persimmonjellyitem.json b/src/main/resources/data/pamhc2foodextended/recipes/persimmonjellyitem.json index d124507..d509d01 100644 --- a/src/main/resources/data/pamhc2foodextended/recipes/persimmonjellyitem.json +++ b/src/main/resources/data/pamhc2foodextended/recipes/persimmonjellyitem.json @@ -7,7 +7,7 @@ "tag": "forge:tool_saucepan" }, { - "tag": "forge:fruits/persmimmon" + "tag": "forge:fruits/persimmon" }, { "tag": "forge:sugar" diff --git a/src/main/resources/data/pamhc2foodextended/recipes/persimmonjuiceitem.json b/src/main/resources/data/pamhc2foodextended/recipes/persimmonjuiceitem.json index 5c8aa03..05def73 100644 --- a/src/main/resources/data/pamhc2foodextended/recipes/persimmonjuiceitem.json +++ b/src/main/resources/data/pamhc2foodextended/recipes/persimmonjuiceitem.json @@ -7,10 +7,10 @@ "tag": "forge:tool_juicer" }, { - "tag": "forge:fruits/persmimmon" + "tag": "forge:fruits/persimmon" }, { - "tag": "forge:fruits/persmimmon" + "tag": "forge:fruits/persimmon" } diff --git a/src/main/resources/data/pamhc2foodextended/recipes/persimmonpieitem.json b/src/main/resources/data/pamhc2foodextended/recipes/persimmonpieitem.json index 1073d94..0c8892d 100644 --- a/src/main/resources/data/pamhc2foodextended/recipes/persimmonpieitem.json +++ b/src/main/resources/data/pamhc2foodextended/recipes/persimmonpieitem.json @@ -7,7 +7,7 @@ "tag": "forge:tool_bakeware" }, { - "tag": "forge:fruits/persmimmon" + "tag": "forge:fruits/persimmon" }, { "tag": "forge:sugar" diff --git a/src/main/resources/data/pamhc2foodextended/recipes/persimmonsmoothieitem.json b/src/main/resources/data/pamhc2foodextended/recipes/persimmonsmoothieitem.json index e7a4c84..19e3195 100644 --- a/src/main/resources/data/pamhc2foodextended/recipes/persimmonsmoothieitem.json +++ b/src/main/resources/data/pamhc2foodextended/recipes/persimmonsmoothieitem.json @@ -7,7 +7,7 @@ "tag": "forge:tool_mixingbowl" }, { - "tag": "forge:fruits/persmimmon" + "tag": "forge:fruits/persimmon" }, { "tag": "forge:ices" diff --git a/src/main/resources/data/pamhc2foodextended/recipes/persimmonyogurtitem.json b/src/main/resources/data/pamhc2foodextended/recipes/persimmonyogurtitem.json index 591ef62..7cf456b 100644 --- a/src/main/resources/data/pamhc2foodextended/recipes/persimmonyogurtitem.json +++ b/src/main/resources/data/pamhc2foodextended/recipes/persimmonyogurtitem.json @@ -7,7 +7,7 @@ "tag": "forge:tool_cuttingboard" }, { - "tag": "forge:fruits/persmimmon" + "tag": "forge:fruits/persimmon" }, { "tag": "forge:yogurt" diff --git a/src/main/resources/data/pamhc2foodextended/recipes/popcornitem.json b/src/main/resources/data/pamhc2foodextended/recipes/popcornitem.json new file mode 100644 index 0000000..6af6061 --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/popcornitem.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_pot" + }, + { + "tag": "forge:butter" + }, + { + "tag": "forge:salt" + }, + { + "tag": "forge:crops/corn" + } + + + ], + + "result": {"item": "pamhc2foodextended:popcornitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/pralinesitem.json b/src/main/resources/data/pamhc2foodextended/recipes/pralinesitem.json new file mode 100644 index 0000000..56b8ac1 --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/pralinesitem.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_saucepan" + }, + { + "tag": "forge:sugar" + }, + { + "tag": "forge:crops/pecan" + } + + + ], + + "result": {"item": "pamhc2foodextended:pralinesitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/rootbeerfloatitem.json b/src/main/resources/data/pamhc2foodextended/recipes/rootbeerfloatitem.json new file mode 100644 index 0000000..104e191 --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/rootbeerfloatitem.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_mixingbowl" + }, + { + "item": "pamhc2foodextended:rootbeersodaitem" + }, + { + "tag": "forge:icecreams" + } + + + ], + + "result": {"item": "pamhc2foodextended:rootbeerfloatitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/rootbeersodaitem.json b/src/main/resources/data/pamhc2foodextended/recipes/rootbeersodaitem.json new file mode 100644 index 0000000..7ba5f39 --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/rootbeersodaitem.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_pot" + }, + { + "tag": "forge:water" + }, + { + "tag": "forge:sugar" + }, + { + "item": "pamhc2foodextended:ediblerootitem" + } + + + ], + + "result": {"item": "pamhc2foodextended:rootbeersodaitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/sesamesnapsitem.json b/src/main/resources/data/pamhc2foodextended/recipes/sesamesnapsitem.json new file mode 100644 index 0000000..e32ea2f --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/sesamesnapsitem.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_saucepan" + }, + { + "tag": "forge:sugar" + }, + { + "tag": "forge:crops/sesameseeds" + } + + + ], + + "result": {"item": "pamhc2foodextended:sesamesnapsitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/sourcreamandonionpotatochipsitem.json b/src/main/resources/data/pamhc2foodextended/recipes/sourcreamandonionpotatochipsitem.json new file mode 100644 index 0000000..b7b0071 --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/sourcreamandonionpotatochipsitem.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_pot" + }, + { + "tag": "forge:crops/onion" + }, + { + "tag": "forge:cream" + }, + { + "tag": "forge:crops/potato" + }, + { + "tag": "forge:cookingoil" + } + + + + + ], + + "result": {"item": "pamhc2foodextended:sourcreamandonionpotatochipsitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/strawberrysodaitem.json b/src/main/resources/data/pamhc2foodextended/recipes/strawberrysodaitem.json new file mode 100644 index 0000000..86e65ed --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/strawberrysodaitem.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_saucepan" + }, + { + "tag": "forge:sugar" + }, + { + "tag": "forge:crops/strawberry" + } + + + ], + + "result": {"item": "pamhc2foodextended:strawberrysodaitem", + "count": 1} + +} \ No newline at end of file diff --git a/src/main/resources/data/pamhc2foodextended/recipes/theatreboxitem.json b/src/main/resources/data/pamhc2foodextended/recipes/theatreboxitem.json new file mode 100644 index 0000000..a340f70 --- /dev/null +++ b/src/main/resources/data/pamhc2foodextended/recipes/theatreboxitem.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shapeless", + + "ingredients": + [ + { + "tag": "forge:tool_cuttingboard" + }, + { + "tag": "forge:chocolatebar" + }, + { + "tag": "forge:sodas" + }, + { + "item": "pamhc2foodextended:popcornitem" + } + + + ], + + "result": {"item": "pamhc2foodextended:theatreboxitem", + "count": 1} + +} \ No newline at end of file