Skip to content

Commit

Permalink
1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MatrexsVigil committed Aug 14, 2020
1 parent b8a12b8 commit 3b47d49
Show file tree
Hide file tree
Showing 173 changed files with 1,429 additions and 43 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
version_pamhc2foodextended=1.0.0
40 changes: 40 additions & 0 deletions src/main/java/pam/pamhc2foodextended/init/FoodBuilderRegistry.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
80 changes: 80 additions & 0 deletions src/main/java/pam/pamhc2foodextended/init/ItemRegistry.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -580,6 +620,46 @@ public static void registerAll(RegistryEvent.Register<Item> 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
Expand Down
41 changes: 41 additions & 0 deletions src/main/resources/assets/pamhc2foodextended/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "pamhc2foodcore:item/anchovypepperonipizzaitem"
"layer0": "pamhc2foodextended:item/anchovypepperonipizzaitem"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "pamhc2foodcore:item/bbqchickenpizzaitem"
"layer0": "pamhc2foodextended:item/bbqchickenpizzaitem"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "pamhc2foodextended:item/bbqpotatochipsitem"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "pamhc2foodcore:item/bbqsauceitem"
"layer0": "pamhc2foodextended:item/bbqsauceitem"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "pamhc2foodcore:item/beansandriceitem"
"layer0": "pamhc2foodextended:item/beansandriceitem"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "pamhc2foodextended:item/candiedgingeritem"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "pamhc2foodextended:item/candiedlemonitem"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "pamhc2foodextended:item/candiedpecansitem"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "pamhc2foodextended:item/candiedsweetpotatoesitem"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "pamhc2foodextended:item/candiedwalnutsitem"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "pamhc2foodextended:item/cheddarandsourcreampotatochipsitem"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "pamhc2foodextended:item/cherrysodaitem"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "pamhc2foodextended:item/chilichocolateitem"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "pamhc2foodcore:item/chimichangaitem"
"layer0": "pamhc2foodextended:item/chimichangaitem"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "pamhc2foodextended:item/chipsanddipitem"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "pamhc2foodcore:item/chipsandsalsaitem"
"layer0": "pamhc2foodextended:item/chipsandsalsaitem"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "pamhc2foodextended:item/chocolatecherryitem"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "pamhc2foodextended:item/chocolatecoconutbaritem"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "pamhc2foodextended:item/chocolateorangeitem"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "pamhc2foodextended:item/chocolatepeanutbaritem"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "pamhc2foodextended:item/chocolatestrawberryitem"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "pamhc2foodextended:item/colasodaitem"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "pamhc2foodextended:item/cornchipsitem"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "pamhc2foodcore:item/cornmealitem"
"layer0": "pamhc2foodextended:item/cornmealitem"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "pamhc2foodextended:item/cottoncandyitem"
}
}
Loading

0 comments on commit 3b47d49

Please sign in to comment.