Skip to content

Commit

Permalink
more animal compat and stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoriusT committed Dec 23, 2023
1 parent af3af39 commit d23336a
Show file tree
Hide file tree
Showing 9 changed files with 79 additions and 16 deletions.
2 changes: 2 additions & 0 deletions src/main/java/gregapi/data/CS.java
Original file line number Diff line number Diff line change
Expand Up @@ -2069,6 +2069,8 @@ public static class ModIDs {
, MaCr = "magicalcrops"
, MaCu = "Mariculture"
, MoCr = "MoCreatures"
, WiMo = "wildmobsmod"
, Birb = "exoticbirds"
, ChocoCraft = "chococraft"
, GoG = "GrimoireOfGaia"
, DRPG = "divinerpg"
Expand Down
1 change: 1 addition & 0 deletions src/main/java/gregapi/data/IL.java
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ public enum IL implements IItemContainer {
AE_Torch_Quartz,
MaCu_Dye_White, MaCu_Dye_Blue, MaCu_Dye_Green, MaCu_Dye_Yellow, MaCu_Dye_Red, MaCu_Dye_Brown, MaCu_Bait_Worm, MaCu_Bait_Ant, MaCu_Bait_Maggot, MaCu_Bait_Grasshopper, MaCu_Bait_Bee, MaCu_Polished_Planks, MaCu_Polished_Logs,
MoCr_Crab_Raw, MoCr_Crab_Cooked, MoCr_Turkey_Raw, MoCr_Turkey_Cooked, MoCr_Rat_Raw, MoCr_Rat_Cooked, MoCr_Ostrich_Raw, MoCr_Ostrich_Cooked, MoCr_Turtle_Raw,
Birb_Egg_Shell,
AA_Dye_Black, AA_Fertilizer, AA_Dough_Rice, AA_Bread_Rice, AA_XP,
RC_ShuntingWire, RC_ShuntingWireFrame,
RC_Rail_Reinforced, RC_Rail_Electric, RC_Rail_Standard, RC_Rail_Wooden, RC_Rail_Adv, RC_Rail_HS,
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/gregapi/data/MD.java
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ public class MD {
, MaCr = new ModData(ModIDs.MaCr , "Magical Crops")
, MaCu = new ModData(ModIDs.MaCu , "Mariculture")
, MoCr = new ModData(ModIDs.MoCr , "Mo'Creatures")
, WiMo = new ModData(ModIDs.WiMo , "Wild Mobs")
, Birb = new ModData(ModIDs.Birb , "Exotic Birbs")
, ChocoCraft = new ModData(ModIDs.ChocoCraft , "ChocoCraft (Plus)")
, GoG = new ModData(ModIDs.GoG , "Grimoire of Gaia")
, DRPG = new ModData(ModIDs.DRPG , "Divine RPG")
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gregapi/data/RM.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public class RM {
, Press = new RecipeMapFormingPress (null, "gt.recipe.press" , "Press" , null, 0, 1, RES_PATH_GUI+"machines/Press" ,/*IN-OUT-MIN-ITEM=*/ 3, 1, 2,/*IN-OUT-MIN-FLUID=*/ 0, 0, 0,/*MIN*/ 0,/*AMP=*/ 1, "" , 1, "" , T, T, T, T, F, T, T)

, Squeezer = new RecipeMap (null, "gt.recipe.squeezer" , "Squeezer" , null, 0, 1, RES_PATH_GUI+"machines/Squeezer" ,/*IN-OUT-MIN-ITEM=*/ 1, 2, 1,/*IN-OUT-MIN-FLUID=*/ 0, 1, 0,/*MIN*/ 0,/*AMP=*/ 1, "" , 1, "" , T, T, T, T, F, T, T)
, Juicer = new RecipeMap (null, "gt.recipe.juicer" , "Juicer" , null, 0, 1, RES_PATH_GUI+"machines/Juicer" ,/*IN-OUT-MIN-ITEM=*/ 1, 2, 1,/*IN-OUT-MIN-FLUID=*/ 0, 1, 0,/*MIN*/ 0,/*AMP=*/ 1, "" , 1, "" , T, T, T, T, F, T, T)
, Juicer = new RecipeMap (null, "gt.recipe.juicer" , "Juicer" , null, 0, 1, RES_PATH_GUI+"machines/Juicer" ,/*IN-OUT-MIN-ITEM=*/ 1, 3, 1,/*IN-OUT-MIN-FLUID=*/ 0, 1, 0,/*MIN*/ 0,/*AMP=*/ 1, "" , 1, "" , T, T, T, T, F, T, T)
, Furnace = new RecipeMapFurnace (null, "mc.recipe.furnace" , "Furnace" , "smelting", 0, 1, RES_PATH_GUI+"machines/Oven" ,/*IN-OUT-MIN-ITEM=*/ 1, 1, 1,/*IN-OUT-MIN-FLUID=*/ 0, 1, 0,/*MIN*/ 0,/*AMP=*/ 1, "" , 1, "" , T, T, F, T, F, F, F)
, Microwave = new RecipeMapMicrowave (null, "gt.recipe.microwave" , "Microwave" , "smelting", 0, 1, RES_PATH_GUI+"machines/Oven" ,/*IN-OUT-MIN-ITEM=*/ 1, 1, 1,/*IN-OUT-MIN-FLUID=*/ 0, 1, 0,/*MIN*/ 0,/*AMP=*/ 1, "" , 1, "" , T, T, F, T, F, F, F)
, Cooking = new RecipeMap (null, "gt.recipe.cooker" , "Cooker" , null, 0, 1, RES_PATH_GUI+"machines/Cooker" ,/*IN-OUT-MIN-ITEM=*/ 9, 1, 1,/*IN-OUT-MIN-FLUID=*/ 3, 1, 1,/*MIN*/ 2,/*AMP=*/ 1, "" , 1, "" , T, T, T, T, F, T, T)
Expand Down
3 changes: 3 additions & 0 deletions src/main/java/gregapi/load/LoaderBookList.java
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,9 @@ public void run() {
BooksGT.BOOK_REGISTER .put(MD.MoCr, "scrollofowner" , W, (byte) 18);
BooksGT.BOOK_REGISTER .put(MD.MoCr, "scrolloffreedom" , W, (byte) 18);
}
if (MD.Birb.mLoaded) {
BooksGT.BOOK_REGISTER .put(MD.Birb, "bird_book" , W, (byte) 8);
}
if (MD.ChocoCraft.mLoaded) {
BooksGT.BOOK_REGISTER .put(MD.ChocoCraft, "Chocopedia" , W, (byte) 4);
BooksGT.BOOK_REGISTER .put(MD.ChocoCraft, "Loverly_Gysahl" , W, (byte) 51);
Expand Down
54 changes: 54 additions & 0 deletions src/main/java/gregapi/load/LoaderItemData.java
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,45 @@ public void run() {
OM.reg("seedQuartzBerry" , ST.make(MD.GaNe, "quarzBerrySeeds", 1, 0));
OM.reg("seedHellBush" , ST.make(MD.GaNe, "hellBushSeeds", 1, 0));
OM.reg(OD.itemEgg , ST.make(Items.egg, 1, 0));
OM.reg(OD.itemEgg , ST.make(MD.Birb, "pelican_egg" , 1, 0));
OM.reg(OD.itemEgg , ST.make(MD.Birb, "parrot_egg" , 1, 0));
OM.reg(OD.itemEgg , ST.make(MD.Birb, "hummingbird_egg" , 1, 0));
OM.reg(OD.itemEgg , ST.make(MD.Birb, "kiwi_egg" , 1, 0));
OM.reg(OD.itemEgg , ST.make(MD.Birb, "kingfisher_egg" , 1, 0));
OM.reg(OD.itemEgg , ST.make(MD.Birb, "crane_egg" , 1, 0));
OM.reg(OD.itemEgg , ST.make(MD.Birb, "toucan_egg" , 1, 0));
OM.reg(OD.itemEgg , ST.make(MD.Birb, "peafowl_egg" , 1, 0));
OM.reg(OD.itemEgg , ST.make(MD.Birb, "magpie_egg" , 1, 0));
OM.reg(OD.itemEgg , ST.make(MD.Birb, "owl_egg" , 1, 0));
OM.reg(OD.itemEgg , ST.make(MD.Birb, "ostrich_egg" , 1, 0));
OM.reg(OD.itemEgg , ST.make(MD.Birb, "cardinal_egg" , 1, 0));
OM.reg(OD.itemEgg , ST.make(MD.Birb, "duck_egg" , 1, 0));
OM.reg(OD.itemEgg , ST.make(MD.Birb, "gouldianfinch_egg" , 1, 0));
OM.reg(OD.itemEgg , ST.make(MD.Birb, "bluejay_egg" , 1, 0));
OM.reg(OD.itemEgg , ST.make(MD.Birb, "woodpecker_egg" , 1, 0));
OM.reg(OD.itemEgg , ST.make(MD.Birb, "booby_egg" , 1, 0));
OM.reg(OD.itemEgg , ST.make(MD.Birb, "lyrebird_egg" , 1, 0));
OM.reg(OD.itemEgg , ST.make(MD.Birb, "pigeon_egg" , 1, 0));
OM.reg(OD.itemEgg , ST.make(MD.Birb, "flamingo_egg" , 1, 0));
OM.reg(OD.itemEgg , ST.make(MD.Birb, "seagull_egg" , 1, 0));
OM.reg(OD.itemEgg , ST.make(MD.Birb, "swan_egg" , 1, 0));
OM.reg(OD.itemEgg , ST.make(MD.Birb, "cassowary_egg" , 1, 0));
OM.reg(OD.itemEgg , ST.make(MD.Birb, "heron_egg" , 1, 0));
OM.reg(OD.itemEgg , ST.make(MD.Birb, "penguin_egg" , 1, 0));
OM.reg("listAllmeatraw" , ST.make(MD.Birb, "birdmeat_small" , 1, 0));
OM.reg("listAllmeatcooked" , ST.make(MD.Birb, "cooked_birdmeat_small", 1, 0));
OM.reg("listAllmeatraw" , ST.make(MD.Birb, "birdmeat_large" , 1, 0));
OM.reg("listAllmeatcooked" , ST.make(MD.Birb, "cooked_birdmeat_large", 1, 0));
OM.reg("listAllvenisonraw" , ST.make(MD.WiMo, "venison" , 1, 0));
OM.reg("listAllvenisoncooked" , ST.make(MD.WiMo, "cooked_venison" , 1, 0));
OM.reg("listAllmeatraw" , ST.make(MD.WiMo, "chevon" , 1, 0));
OM.reg("listAllmeatcooked" , ST.make(MD.WiMo, "cooked_chevon" , 1, 0));
OM.reg("listAllmeatraw" , ST.make(MD.WiMo, "goose" , 1, 0));
OM.reg("listAllmeatcooked" , ST.make(MD.WiMo, "cooked_goose" , 1, 0));
OM.reg("listAllbeefraw" , ST.make(MD.WiMo, "bison_meat" , 1, 0));
OM.reg("listAllbeefcooked" , ST.make(MD.WiMo, "cooked_bison_meat", 1, 0));
OM.reg("listAllfishraw" , ST.make(MD.WiMo, "calamari" , 1, 0));
OM.reg("listAllfishcooked" , ST.make(MD.WiMo, "cooked_calamari" , 1, 0));
OM.reg("listAllbeefcooked" , ST.make(MD.FSP, "steamedBeef", 1, 0));
OM.reg("listAllporkcooked" , ST.make(MD.FSP, "steamedPorkchop", 1, 0));
OM.reg("listAllchickencooked" , ST.make(MD.FSP, "steamedChicken", 1, 0));
Expand Down Expand Up @@ -489,6 +528,17 @@ public void run() {
OM.reg(OD.itemPearl , ST.make(MD.TROPIC, "pearl", 1, W));
OM.reg(OD.itemTar , ST.make(MD.HBM, "item.oil_tar", 1, W));
OM.reg(DYE_OREDICTS_MIXABLE[DYE_INDEX_Black], ST.make(MD.HBM, "item.oil_tar", 1, W));
OM.reg(OD.itemFeather , ST.make(MD.ChocoCraft, "Chocobo_Feather_Yellow", 1, W));
OM.reg(OD.itemFeather , ST.make(MD.ChocoCraft, "Chocobo_Feather_Black" , 1, W));
OM.reg(OD.itemFeather , ST.make(MD.ChocoCraft, "Chocobo_Feather_Pink" , 1, W));
OM.reg(OD.itemFeather , ST.make(MD.ChocoCraft, "Chocobo_Feather_White" , 1, W));
OM.reg(OD.itemFeather , ST.make(MD.ChocoCraft, "Chocobo_Feather_Gold" , 1, W));
OM.reg(OD.itemFeather , ST.make(MD.ChocoCraft, "Chocobo_Feather_Royal" , 1, W));
OM.reg(OD.itemFeather , ST.make(MD.ChocoCraft, "Chocobo_Feather_Blue" , 1, W));
OM.reg(OD.itemFeather , ST.make(MD.ChocoCraft, "Chocobo_Feather_Green" , 1, W));
OM.reg(OD.itemFeather , ST.make(MD.ChocoCraft, "Chocobo_Feather_Red" , 1, W));
OM.reg(OD.itemFeather , ST.make(MD.Birb, "phoenix_feather", 1, W));
OM.reg(OD.itemFeather , ST.make(MD.Birb, "peacock_feather", 1, W));
OM.reg(OD.itemFeather , ST.make(MD.TF, "item.tfFeather", 1, W));
OM.reg(OD.itemFeather , ST.make(Items.feather, 1, W));
OM.reg(OD.itemLeather , ST.make(Items.leather, 1, W));
Expand All @@ -497,8 +547,12 @@ public void run() {
OM.reg(OD.itemLeatherTreated , ST.make(MD.WTCH, "ingredient", 1, 72));
OM.reg(OD.itemLeatherHardened , ST.make(MD.HaC, "hardenedleatherItem", 1));
OM.reg(OD.itemLeather , ST.make(MD.ERE, "materials", 1, 49));
OM.reg(OD.itemLeather , ST.make(MD.WiMo, "bison_leather", 1, 0));
OM.reg(OD.itemLeather , ST.make(MD.MoCr, "reptilehide", 1, 0));
OM.reg(OD.itemLeather , ST.make(MD.MoCr, "hide", 1, 0));
OM.reg(OD.itemFur , ST.make(MD.MoCr, "fur", 1, 0));
OM.reg(OD.itemFur , ST.make(MD.WiMo, "cougar_hide", 1, 0));
OM.reg(OD.itemFur , ST.make(MD.WiMo, "fur", 1, 0));
OM.reg(OD.itemFur , ST.make(MD.TF, "item.arcticFur", 1, 0));
OM.reg(OD.itemFur , ST.make(MD.TF, "item.alphaFur", 1, 0));
OM.reg(OD.itemString , ST.make(Items.string, 1, W));
Expand Down
16 changes: 9 additions & 7 deletions src/main/java/gregapi/load/LoaderItemList.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ public class LoaderItemList implements Runnable {

@Override
public void run() {
BlocksGT.EtFu_Beetroot_Crop = GameRegistry.findBlock(MD.EtFu.mID, "beetroots");
BlocksGT.EtFu_Deepslate_Redstone_Ore = GameRegistry.findBlock(MD.EtFu.mID, "deepslate_redstone_ore");
BlocksGT.EtFu_Deepslate_Lit_Redstone_Ore = GameRegistry.findBlock(MD.EtFu.mID, "deepslate_lit_redstone_ore");

GarbageGT.BLACKLIST.add(ST.make(MD.TC, "ItemThaumonomicon" , 1,42));
GarbageGT.BLACKLIST.add(ST.make(MD.RT, "opSpectreKey" , 1, W));

Expand Down Expand Up @@ -562,7 +566,8 @@ public void run() {
StoneLayer.REPLACEABLE_BLOCKS.add(ST.block(MD.EtFu, "deepslate_copper_ore" , null));
StoneLayer.REPLACEABLE_BLOCKS.add(ST.block(MD.EtFu, "deepslate_diamond_ore" , null));
StoneLayer.REPLACEABLE_BLOCKS.add(ST.block(MD.EtFu, "deepslate_lapis_ore" , null));
StoneLayer.REPLACEABLE_BLOCKS.add(ST.block(MD.EtFu, "deepslate_redstone_ore" , null));
StoneLayer.REPLACEABLE_BLOCKS.add(BlocksGT.EtFu_Deepslate_Redstone_Ore);
StoneLayer.REPLACEABLE_BLOCKS.add(BlocksGT.EtFu_Deepslate_Lit_Redstone_Ore);
StoneLayer.REPLACEABLE_BLOCKS.add(ST.block(MD.EtFu, "deepslate_emerald_ore" , null));
StoneLayer.REPLACEABLE_BLOCKS.add(ST.block(MD.EtFu, "modded_deepslate_ore" , null));
StoneLayer.REPLACEABLE_BLOCKS.add(ST.block(MD.EtFu, "deepslate_thaumcraft_ore" , null));
Expand Down Expand Up @@ -705,12 +710,6 @@ public void run() {
StoneLayer.REPLACEABLE_BLOCKS.add(ST.block(MD.DRPG, "arcaniumOre" , null));


BlocksGT.EtFu_Beetroot_Crop = GameRegistry.findBlock(MD.EtFu.mID, "beetroots");
DEB.println("TEST "+ BlocksGT.EtFu_Beetroot_Crop);
BlocksGT.EtFu_Deepslate_Redstone_Ore = GameRegistry.findBlock(MD.EtFu.mID, "deepslate_redstone_ore");
BlocksGT.EtFu_Deepslate_Lit_Redstone_Ore = GameRegistry.findBlock(MD.EtFu.mID, "deepslate_lit_redstone_ore");


MT.H2O.mTextureDust = MT.Steam.mTextureDust = MT.FreshWater.mTextureDust = MT.DistWater.mTextureDust = MT.Ice.mTextureDust = MT.Snow.mTextureDust = MT.Snow.mTextureSolid = BlockTextureCopied.get(Blocks.snow);
MT.H2O.mTextureMolten = MT.Steam.mTextureMolten = MT.FreshWater.mTextureMolten = MT.DistWater.mTextureMolten = MT.Ice.mTextureMolten = MT.Snow.mTextureMolten = BlockTextureCopied.get(Blocks.water);
MT.H2O.mTextureSolid = MT.Steam.mTextureSolid = MT.FreshWater.mTextureSolid = MT.DistWater.mTextureSolid = MT.Ice.mTextureSolid = BlockTextureCopied.get(Blocks.packed_ice);
Expand Down Expand Up @@ -1238,6 +1237,9 @@ public void run() {
IL.MoCr_Turtle_Raw .set(ST.make(MD.MoCr, "turtleraw" , 1, 0), new OreDictItemData(MT.MeatRaw , U*2, MT.Bone, U9), "foodTurtleraw");


IL.Birb_Egg_Shell .set(ST.make(MD.Birb, "eggshell" , 1, 0), new OreDictItemData(MT.Bone, U9));


IL.MaCu_Dye_White .set(ST.make(MD.MaCu, "materials" , 1,27), null, DYE_OREDICTS_MIXABLE[DYE_INDEX_White]);
IL.MaCu_Dye_Blue .set(ST.make(MD.MaCu, "materials" , 1,28), null, DYE_OREDICTS_MIXABLE[DYE_INDEX_Blue]);
IL.MaCu_Dye_Green .set(ST.make(MD.MaCu, "materials" , 1,29), null, DYE_OREDICTS_MIXABLE[DYE_INDEX_Green]);
Expand Down
15 changes: 7 additions & 8 deletions src/main/java/gregtech/loaders/c/Loader_Recipes_Food.java
Original file line number Diff line number Diff line change
Expand Up @@ -302,16 +302,15 @@ public class Loader_Recipes_Food implements Runnable {
addListener(OD.itemEgg, new IOreDictListenerEvent() {@Override public void onOreRegistration(OreDictRegistrationContainer aEvent) {
if (OD.listAllmeatsubstitute.is_(aEvent.mStack)) return;
if (FL.Water_Hot.exists())
RM.Bath .addRecipe1(T, 0, 128, aEvent.mStack, FL.Water_Hot .make(100), FL.Water.make(100), (ST.equal(aEvent.mStack, Items.egg)?IL.Food_Brown_Egg_Boiled:IL.Food_White_Egg_Boiled).get(1));
RM.Bath .addRecipe1(T, 0, 128, aEvent.mStack, FL.Water_Hot .make(100), FL.Water.make(100), (ST.equal(aEvent.mStack, Items.egg)?IL.Food_Brown_Egg_Boiled:IL.Food_White_Egg_Boiled).get(1), IL.Birb_Egg_Shell.get(1));
if (FL.Hot_Water.exists())
RM.Bath .addRecipe1(T, 0, 128, aEvent.mStack, FL.Hot_Water .make(100), FL.Water.make(100), (ST.equal(aEvent.mStack, Items.egg)?IL.Food_Brown_Egg_Boiled:IL.Food_White_Egg_Boiled).get(1));
RM.Bath .addRecipe1(T, 0, 128, aEvent.mStack, FL.Hot_Water .make(100), FL.Water.make(100), (ST.equal(aEvent.mStack, Items.egg)?IL.Food_Brown_Egg_Boiled:IL.Food_White_Egg_Boiled).get(1), IL.Birb_Egg_Shell.get(1));
if (FL.Water_Boiling.exists())
RM.Bath .addRecipe1(T, 0, 128, aEvent.mStack, FL.Water_Boiling .make(100), FL.Water.make(100), (ST.equal(aEvent.mStack, Items.egg)?IL.Food_Brown_Egg_Boiled:IL.Food_White_Egg_Boiled).get(1));
RM.Bath .addRecipe1(T, 0, 128, aEvent.mStack, FL.Water_Geothermal.make(100), FL.Water.make(100), (ST.equal(aEvent.mStack, Items.egg)?IL.Food_Brown_Egg_Boiled:IL.Food_White_Egg_Boiled).get(1));
RM.Autoclave .addRecipe2(T, 0, 128, aEvent.mStack, ST.tag(0), FL.Steam.make(800), FL.DistW.make(5), (ST.equal(aEvent.mStack, Items.egg)?IL.Food_Brown_Egg_Boiled:IL.Food_White_Egg_Boiled).get(1));
RM.Mixer .addRecipe2(T, 16, 16, aEvent.mStack, OP.stick.mat(MT.WoodTreated, 0), IL.Food_Egg_Scrambled.get(1));
RM.Juicer .addRecipe1(T, 16, 16, aEvent.mStack, IL.Food_Egg_White.get(1), IL.Food_Egg_Yolk.get(1)); // There is not gonna be a Squeezer Recipe!
RM.Centrifuge .addRecipe1(T, 16, 64, aEvent.mStack, IL.Food_Egg_White.get(1), IL.Food_Egg_Yolk.get(1));
RM.Bath .addRecipe1(T, 0, 128, aEvent.mStack, FL.Water_Boiling .make(100), FL.Water.make(100), (ST.equal(aEvent.mStack, Items.egg)?IL.Food_Brown_Egg_Boiled:IL.Food_White_Egg_Boiled).get(1), IL.Birb_Egg_Shell.get(1));
RM.Bath .addRecipe1(T, 0, 128, aEvent.mStack, FL.Water_Geothermal.make(100), FL.Water.make(100), (ST.equal(aEvent.mStack, Items.egg)?IL.Food_Brown_Egg_Boiled:IL.Food_White_Egg_Boiled).get(1), IL.Birb_Egg_Shell.get(1));
RM.Autoclave .addRecipe2(T, 0, 128, aEvent.mStack, ST.tag(0), FL.Steam.make(800), FL.DistW.make(5) , (ST.equal(aEvent.mStack, Items.egg)?IL.Food_Brown_Egg_Boiled:IL.Food_White_Egg_Boiled).get(1), IL.Birb_Egg_Shell.get(1));
RM.Juicer .addRecipe1(T, 16, 16, aEvent.mStack, IL.Food_Egg_White.get(1), IL.Food_Egg_Yolk.get(1), IL.Birb_Egg_Shell.get(1)); // There is not gonna be a Squeezer Recipe!
RM.Centrifuge .addRecipe1(T, 16, 64, aEvent.mStack, IL.Food_Egg_White.get(1), IL.Food_Egg_Yolk.get(1), IL.Birb_Egg_Shell.get(1));
RM.add_smelting(aEvent.mStack, IL.Food_Egg_Fried.get(1));
}});
addListener(OD.itemEgg, "foodScrambledegg", new IOreDictListenerEvent() {@Override public void onOreRegistration(OreDictRegistrationContainer aEvent) {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d23336a

Please sign in to comment.