update 0.18.1
This commit is contained in:
@@ -0,0 +1,122 @@
|
||||
#modloaded randomtweaker
|
||||
#priority -10
|
||||
#reloadable
|
||||
|
||||
import mods.jei.JEI;
|
||||
import mods.randomtweaker.jei.IJeiPanel;
|
||||
import mods.randomtweaker.jei.IJeiUtils;
|
||||
|
||||
var aoaextractionlootJEI as IJeiPanel = JEI.createJei("aoa_extraction_loot", "Extraction Skill");
|
||||
aoaextractionlootJEI.setModid("Advent of Ascension");
|
||||
aoaextractionlootJEI.setIcon(<aoa3:extraction_device>);
|
||||
aoaextractionlootJEI.addRecipeCatalyst(<aoa3:extraction_device>);
|
||||
aoaextractionlootJEI.addRecipeCatalyst(<aoa3:stone_bowl>);
|
||||
aoaextractionlootJEI.addRecipeCatalyst(<aoa3:diamond_bowl>);
|
||||
aoaextractionlootJEI.setBackground(IJeiUtils.createBackground(150, 55));
|
||||
aoaextractionlootJEI.addSlot(IJeiUtils.createItemSlot(40, 25, true)); // input
|
||||
aoaextractionlootJEI.addSlot(IJeiUtils.createItemSlot(95, 25, false)); // output
|
||||
aoaextractionlootJEI.addElement(IJeiUtils.createArrowElement(64, 25, 0));
|
||||
aoaextractionlootJEI.addElement(IJeiUtils.createImageElement("mouseLeft", 68, 6, 13, 14, 0, 0, "contenttweaker:textures/gui/mouse_right.png", 16, 16));
|
||||
aoaextractionlootJEI.onTooltip(function(mouseX, mouseY) as string[]{
|
||||
if (mouseX <= 81 && mouseX >= 68 && mouseY <= 22 && mouseY >= 6) {
|
||||
return ["Right click"];
|
||||
}
|
||||
return [];
|
||||
});
|
||||
aoaextractionlootJEI.register();
|
||||
|
||||
|
||||
val aoaextraction1 = JEI.createJeiRecipe("aoa_extraction_loot");
|
||||
aoaextraction1.addInput(<aoa3:stone_bowl>);
|
||||
aoaextraction1.setOutputs([<minecraft:coal>]);
|
||||
aoaextraction1.build();
|
||||
|
||||
val aoaextraction2 = JEI.createJeiRecipe("aoa_extraction_loot");
|
||||
aoaextraction2.addInput(<aoa3:stone_bowl>);
|
||||
aoaextraction2.setOutputs([<minecraft:flint>]);
|
||||
aoaextraction2.build();
|
||||
|
||||
val aoaextraction3 = JEI.createJeiRecipe("aoa_extraction_loot");
|
||||
aoaextraction3.addInput(<aoa3:stone_bowl>);
|
||||
aoaextraction3.setOutputs([<aoa3:holly_arrow>]);
|
||||
aoaextraction3.build();
|
||||
|
||||
val aoaextraction4 = JEI.createJeiRecipe("aoa_extraction_loot");
|
||||
aoaextraction4.addInput(<aoa3:stone_bowl>);
|
||||
aoaextraction4.setOutputs([<minecraft:blaze_powder>]);
|
||||
aoaextraction4.build();
|
||||
|
||||
val aoaextraction5 = JEI.createJeiRecipe("aoa_extraction_loot");
|
||||
aoaextraction5.addInput(<aoa3:stone_bowl>);
|
||||
aoaextraction5.setOutputs([<aoa3:limonite_ingot>]);
|
||||
aoaextraction5.build();
|
||||
|
||||
val aoaextraction6 = JEI.createJeiRecipe("aoa_extraction_loot");
|
||||
aoaextraction6.addInput(<aoa3:stone_bowl>);
|
||||
aoaextraction6.setOutputs([<minecraft:bone>]);
|
||||
aoaextraction6.build();
|
||||
|
||||
val aoaextraction7 = JEI.createJeiRecipe("aoa_extraction_loot");
|
||||
aoaextraction7.addInput(<aoa3:stone_bowl>);
|
||||
aoaextraction7.setOutputs([<aoa3:silver_coin>]);
|
||||
aoaextraction7.build();
|
||||
|
||||
val aoaextraction8 = JEI.createJeiRecipe("aoa_extraction_loot");
|
||||
aoaextraction8.addInput(<aoa3:stone_bowl>);
|
||||
aoaextraction8.setOutputs([<minecraft:emerald>]);
|
||||
aoaextraction8.build();
|
||||
|
||||
val aoaextraction9 = JEI.createJeiRecipe("aoa_extraction_loot");
|
||||
aoaextraction9.addInput(<aoa3:stone_bowl>);
|
||||
aoaextraction9.setOutputs([<minecraft:experience_bottle>]);
|
||||
aoaextraction9.build();
|
||||
|
||||
val aoaextraction10 = JEI.createJeiRecipe("aoa_extraction_loot");
|
||||
aoaextraction10.addInput(<aoa3:stone_bowl>);
|
||||
aoaextraction10.setOutputs([<aoa3:rosite_ingot>]);
|
||||
aoaextraction10.build();
|
||||
|
||||
val aoaextraction11 = JEI.createJeiRecipe("aoa_extraction_loot");
|
||||
aoaextraction11.addInput(<aoa3:stone_bowl>);
|
||||
aoaextraction11.setOutputs([<minecraft:blaze_rod>]);
|
||||
aoaextraction11.build();
|
||||
|
||||
val aoaextraction12 = JEI.createJeiRecipe("aoa_extraction_loot");
|
||||
aoaextraction12.addInput(<aoa3:stone_bowl>);
|
||||
aoaextraction12.setOutputs([<aoa3:limonite_bullet>]);
|
||||
aoaextraction12.build();
|
||||
|
||||
val aoaextraction13 = JEI.createJeiRecipe("aoa_extraction_loot");
|
||||
aoaextraction13.addInput(<aoa3:stone_bowl>);
|
||||
aoaextraction13.setOutputs([<aoa3:grenade>]);
|
||||
aoaextraction13.build();
|
||||
|
||||
val aoaextraction14 = JEI.createJeiRecipe("aoa_extraction_loot");
|
||||
aoaextraction14.addInput(<aoa3:stone_bowl>);
|
||||
aoaextraction14.setOutputs([<minecraft:diamond>]);
|
||||
aoaextraction14.build();
|
||||
|
||||
val aoaextraction15 = JEI.createJeiRecipe("aoa_extraction_loot");
|
||||
aoaextraction15.addInput(<aoa3:stone_bowl>);
|
||||
aoaextraction15.setOutputs([<aoa3:gem_bag>]);
|
||||
aoaextraction15.build();
|
||||
|
||||
val aoaextraction16 = JEI.createJeiRecipe("aoa_extraction_loot");
|
||||
aoaextraction16.addInput(<aoa3:stone_bowl>);
|
||||
aoaextraction16.setOutputs([<aoa3:shiny_box>]);
|
||||
aoaextraction16.build();
|
||||
|
||||
val aoaextraction17 = JEI.createJeiRecipe("aoa_extraction_loot");
|
||||
aoaextraction17.addInput(<aoa3:stone_bowl>);
|
||||
aoaextraction17.setOutputs([<aoa3:gold_coin>]);
|
||||
aoaextraction17.build();
|
||||
|
||||
val aoaextraction18 = JEI.createJeiRecipe("aoa_extraction_loot");
|
||||
aoaextraction18.addInput(<aoa3:stone_bowl>);
|
||||
aoaextraction18.setOutputs([<aoa3:magic_repair_dust>]);
|
||||
aoaextraction18.build();
|
||||
|
||||
val aoaextraction19 = JEI.createJeiRecipe("aoa_extraction_loot");
|
||||
aoaextraction19.addInput(<aoa3:stone_bowl>);
|
||||
aoaextraction19.setOutputs([<aoa3:occult_shovel>]);
|
||||
aoaextraction19.build();
|
||||
@@ -0,0 +1,391 @@
|
||||
#modloaded randomtweaker
|
||||
#priority -10
|
||||
#reloadable
|
||||
|
||||
import mods.jei.JEI;
|
||||
import mods.randomtweaker.jei.IJeiPanel;
|
||||
import mods.randomtweaker.jei.IJeiUtils;
|
||||
|
||||
var extrabotanylootJEI as IJeiPanel = JEI.createJei("extrabotany_weirdbag_table", "Botany Bags Loot");
|
||||
extrabotanylootJEI.setModid("MeatballCraft");
|
||||
extrabotanylootJEI.setIcon(<extrabotany:rewardbag:3>);
|
||||
extrabotanylootJEI.addRecipeCatalyst(<extrabotany:rewardbag:3>);
|
||||
extrabotanylootJEI.setBackground(IJeiUtils.createBackground(150, 55));
|
||||
extrabotanylootJEI.addSlot(IJeiUtils.createItemSlot(40, 25, true)); // input
|
||||
extrabotanylootJEI.addSlot(IJeiUtils.createItemSlot(95, 25, false)); // output
|
||||
extrabotanylootJEI.addElement(IJeiUtils.createArrowElement(64, 25, 0));
|
||||
extrabotanylootJEI.addElement(IJeiUtils.createImageElement("mouseLeft", 68, 6, 13, 14, 0, 0, "contenttweaker:textures/gui/mouse_right.png", 16, 16));
|
||||
extrabotanylootJEI.onTooltip(function(mouseX, mouseY) as string[]{
|
||||
if (mouseX <= 81 && mouseX >= 68 && mouseY <= 22 && mouseY >= 6) {
|
||||
return ["Right click"];
|
||||
}
|
||||
return [];
|
||||
});
|
||||
extrabotanylootJEI.register();
|
||||
|
||||
|
||||
val einsbotanyloot1 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
einsbotanyloot1.addInput(<extrabotany:rewardbag:0>);
|
||||
einsbotanyloot1.setOutputs([<botania:petal:0>]);
|
||||
einsbotanyloot1.build();
|
||||
|
||||
val einsbotanyloot2 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
einsbotanyloot2.addInput(<extrabotany:rewardbag:0>);
|
||||
einsbotanyloot2.setOutputs([<botania:petal:1>]);
|
||||
einsbotanyloot2.build();
|
||||
|
||||
val einsbotanyloot3 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
einsbotanyloot3.addInput(<extrabotany:rewardbag:0>);
|
||||
einsbotanyloot3.setOutputs([<botania:petal:2>]);
|
||||
einsbotanyloot3.build();
|
||||
|
||||
val einsbotanyloot4 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
einsbotanyloot4.addInput(<extrabotany:rewardbag:0>);
|
||||
einsbotanyloot4.setOutputs([<botania:petal:3>]);
|
||||
einsbotanyloot4.build();
|
||||
|
||||
val einsbotanyloot5 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
einsbotanyloot5.addInput(<extrabotany:rewardbag:0>);
|
||||
einsbotanyloot5.setOutputs([<botania:petal:4>]);
|
||||
einsbotanyloot5.build();
|
||||
|
||||
val einsbotanyloot6 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
einsbotanyloot6.addInput(<extrabotany:rewardbag:0>);
|
||||
einsbotanyloot6.setOutputs([<botania:petal:5>]);
|
||||
einsbotanyloot6.build();
|
||||
|
||||
val einsbotanyloot7 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
einsbotanyloot7.addInput(<extrabotany:rewardbag:0>);
|
||||
einsbotanyloot7.setOutputs([<botania:petal:6>]);
|
||||
einsbotanyloot7.build();
|
||||
|
||||
val einsbotanyloot8 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
einsbotanyloot8.addInput(<extrabotany:rewardbag:0>);
|
||||
einsbotanyloot8.setOutputs([<botania:petal:7>]);
|
||||
einsbotanyloot8.build();
|
||||
|
||||
val einsbotanyloot9 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
einsbotanyloot9.addInput(<extrabotany:rewardbag:0>);
|
||||
einsbotanyloot9.setOutputs([<botania:petal:8>]);
|
||||
einsbotanyloot9.build();
|
||||
|
||||
val einsbotanyloot10 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
einsbotanyloot10.addInput(<extrabotany:rewardbag:0>);
|
||||
einsbotanyloot10.setOutputs([<botania:petal:9>]);
|
||||
einsbotanyloot10.build();
|
||||
|
||||
val einsbotanyloot11 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
einsbotanyloot11.addInput(<extrabotany:rewardbag:0>);
|
||||
einsbotanyloot11.setOutputs([<botania:petal:10>]);
|
||||
einsbotanyloot11.build();
|
||||
|
||||
val einsbotanyloot12 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
einsbotanyloot12.addInput(<extrabotany:rewardbag:0>);
|
||||
einsbotanyloot12.setOutputs([<botania:petal:11>]);
|
||||
einsbotanyloot12.build();
|
||||
|
||||
val einsbotanyloot13 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
einsbotanyloot13.addInput(<extrabotany:rewardbag:0>);
|
||||
einsbotanyloot13.setOutputs([<botania:petal:12>]);
|
||||
einsbotanyloot13.build();
|
||||
|
||||
val einsbotanyloot14 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
einsbotanyloot14.addInput(<extrabotany:rewardbag:0>);
|
||||
einsbotanyloot14.setOutputs([<botania:petal:13>]);
|
||||
einsbotanyloot14.build();
|
||||
|
||||
val einsbotanyloot15 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
einsbotanyloot15.addInput(<extrabotany:rewardbag:0>);
|
||||
einsbotanyloot15.setOutputs([<botania:petal:14>]);
|
||||
einsbotanyloot15.build();
|
||||
|
||||
val einsbotanyloot16 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
einsbotanyloot16.addInput(<extrabotany:rewardbag:0>);
|
||||
einsbotanyloot16.setOutputs([<botania:petal:15>]);
|
||||
einsbotanyloot16.build();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
val zweibotanyloot1 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
zweibotanyloot1.addInput(<extrabotany:rewardbag:1>);
|
||||
zweibotanyloot1.setOutputs([<botania:rune:0>]);
|
||||
zweibotanyloot1.build();
|
||||
|
||||
val zweibotanyloot2 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
zweibotanyloot2.addInput(<extrabotany:rewardbag:1>);
|
||||
zweibotanyloot2.setOutputs([<botania:rune:1>]);
|
||||
zweibotanyloot2.build();
|
||||
|
||||
val zweibotanyloot3 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
zweibotanyloot3.addInput(<extrabotany:rewardbag:1>);
|
||||
zweibotanyloot3.setOutputs([<botania:rune:2>]);
|
||||
zweibotanyloot3.build();
|
||||
|
||||
val zweibotanyloot4 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
zweibotanyloot4.addInput(<extrabotany:rewardbag:1>);
|
||||
zweibotanyloot4.setOutputs([<botania:rune:3>]);
|
||||
zweibotanyloot4.build();
|
||||
|
||||
val zweibotanyloot5 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
zweibotanyloot5.addInput(<extrabotany:rewardbag:1>);
|
||||
zweibotanyloot5.setOutputs([<botania:rune:4>]);
|
||||
zweibotanyloot5.build();
|
||||
|
||||
val zweibotanyloot6 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
zweibotanyloot6.addInput(<extrabotany:rewardbag:1>);
|
||||
zweibotanyloot6.setOutputs([<botania:rune:5>]);
|
||||
zweibotanyloot6.build();
|
||||
|
||||
val zweibotanyloot7 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
zweibotanyloot7.addInput(<extrabotany:rewardbag:1>);
|
||||
zweibotanyloot7.setOutputs([<botania:rune:6>]);
|
||||
zweibotanyloot7.build();
|
||||
|
||||
val zweibotanyloot8 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
zweibotanyloot8.addInput(<extrabotany:rewardbag:1>);
|
||||
zweibotanyloot8.setOutputs([<botania:rune:7>]);
|
||||
zweibotanyloot8.build();
|
||||
|
||||
val zweibotanyloot9 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
zweibotanyloot9.addInput(<extrabotany:rewardbag:1>);
|
||||
zweibotanyloot9.setOutputs([<botania:rune:8>]);
|
||||
zweibotanyloot9.build();
|
||||
|
||||
val zweibotanyloot10 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
zweibotanyloot10.addInput(<extrabotany:rewardbag:1>);
|
||||
zweibotanyloot10.setOutputs([<botania:rune:9>]);
|
||||
zweibotanyloot10.build();
|
||||
|
||||
val zweibotanyloot11 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
zweibotanyloot11.addInput(<extrabotany:rewardbag:1>);
|
||||
zweibotanyloot11.setOutputs([<botania:rune:10>]);
|
||||
zweibotanyloot11.build();
|
||||
|
||||
val zweibotanyloot12 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
zweibotanyloot12.addInput(<extrabotany:rewardbag:1>);
|
||||
zweibotanyloot12.setOutputs([<botania:rune:11>]);
|
||||
zweibotanyloot12.build();
|
||||
|
||||
val zweibotanyloot13 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
zweibotanyloot13.addInput(<extrabotany:rewardbag:1>);
|
||||
zweibotanyloot13.setOutputs([<botania:rune:12>]);
|
||||
zweibotanyloot13.build();
|
||||
|
||||
val zweibotanyloot14 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
zweibotanyloot14.addInput(<extrabotany:rewardbag:1>);
|
||||
zweibotanyloot14.setOutputs([<botania:rune:13>]);
|
||||
zweibotanyloot14.build();
|
||||
|
||||
val zweibotanyloot15 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
zweibotanyloot15.addInput(<extrabotany:rewardbag:1>);
|
||||
zweibotanyloot15.setOutputs([<botania:rune:14>]);
|
||||
zweibotanyloot15.build();
|
||||
|
||||
val zweibotanyloot16 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
zweibotanyloot16.addInput(<extrabotany:rewardbag:1>);
|
||||
zweibotanyloot16.setOutputs([<botania:rune:15>]);
|
||||
zweibotanyloot16.build();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
val dreibotanyloot1 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
dreibotanyloot1.addInput(<extrabotany:rewardbag:2>);
|
||||
dreibotanyloot1.setOutputs([<botania:manaresource:0>]);
|
||||
dreibotanyloot1.build();
|
||||
|
||||
val dreibotanyloot2 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
dreibotanyloot2.addInput(<extrabotany:rewardbag:2>);
|
||||
dreibotanyloot2.setOutputs([<botania:manaresource:1>]);
|
||||
dreibotanyloot2.build();
|
||||
|
||||
val dreibotanyloot3 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
dreibotanyloot3.addInput(<extrabotany:rewardbag:2>);
|
||||
dreibotanyloot3.setOutputs([<botania:manaresource:2>]);
|
||||
dreibotanyloot3.build();
|
||||
|
||||
val dreibotanyloot4 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
dreibotanyloot4.addInput(<extrabotany:rewardbag:2>);
|
||||
dreibotanyloot4.setOutputs([<botania:manaresource:4>]);
|
||||
dreibotanyloot4.build();
|
||||
|
||||
val dreibotanyloot5 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
dreibotanyloot5.addInput(<extrabotany:rewardbag:2>);
|
||||
dreibotanyloot5.setOutputs([<botania:manaresource:23>]);
|
||||
dreibotanyloot5.build();
|
||||
|
||||
val dreibotanyloot6 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
dreibotanyloot6.addInput(<extrabotany:rewardbag:2>);
|
||||
dreibotanyloot6.setOutputs([<botania:manaresource:14>]);
|
||||
dreibotanyloot6.build();
|
||||
|
||||
val dreibotanyloot7 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
dreibotanyloot7.addInput(<extrabotany:rewardbag:2>);
|
||||
dreibotanyloot7.setOutputs([<botania:manaresource:5>]);
|
||||
dreibotanyloot7.build();
|
||||
|
||||
val dreibotanyloot8 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
dreibotanyloot8.addInput(<extrabotany:rewardbag:2>);
|
||||
dreibotanyloot8.setOutputs([<botania:manaresource:7>]);
|
||||
dreibotanyloot8.build();
|
||||
|
||||
val dreibotanyloot9 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
dreibotanyloot9.addInput(<extrabotany:rewardbag:2>);
|
||||
dreibotanyloot9.setOutputs([<botania:manaresource:8>]);
|
||||
dreibotanyloot9.build();
|
||||
|
||||
val dreibotanyloot10 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
dreibotanyloot10.addInput(<extrabotany:rewardbag:2>);
|
||||
dreibotanyloot10.setOutputs([<botania:manaresource:9>]);
|
||||
dreibotanyloot10.build();
|
||||
|
||||
val dreibotanyloot11 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
dreibotanyloot11.addInput(<extrabotany:rewardbag:2>);
|
||||
dreibotanyloot11.setOutputs([<extrabotany:material:3>]);
|
||||
dreibotanyloot11.build();
|
||||
|
||||
|
||||
|
||||
|
||||
val vierbotanyloot1 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
vierbotanyloot1.addInput(<extrabotany:rewardbag:3>);
|
||||
vierbotanyloot1.setOutputs([<minecraft:iron_ingot>]);
|
||||
vierbotanyloot1.build();
|
||||
|
||||
val vierbotanyloot2 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
vierbotanyloot2.addInput(<extrabotany:rewardbag:3>);
|
||||
vierbotanyloot2.setOutputs([<minecraft:diamond>]);
|
||||
vierbotanyloot2.build();
|
||||
|
||||
val vierbotanyloot3 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
vierbotanyloot3.addInput(<extrabotany:rewardbag:3>);
|
||||
vierbotanyloot3.setOutputs([<minecraft:coal>]);
|
||||
vierbotanyloot3.build();
|
||||
|
||||
val vierbotanyloot4 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
vierbotanyloot4.addInput(<extrabotany:rewardbag:3>);
|
||||
vierbotanyloot4.setOutputs([<minecraft:gold_ingot>]);
|
||||
vierbotanyloot4.build();
|
||||
|
||||
val vierbotanyloot5 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
vierbotanyloot5.addInput(<extrabotany:rewardbag:3>);
|
||||
vierbotanyloot5.setOutputs([<minecraft:ender_pearl>]);
|
||||
vierbotanyloot5.build();
|
||||
|
||||
val vierbotanyloot6 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
vierbotanyloot6.addInput(<extrabotany:rewardbag:3>);
|
||||
vierbotanyloot6.setOutputs([<minecraft:redstone>]);
|
||||
vierbotanyloot6.build();
|
||||
|
||||
val vierbotanyloot7 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
vierbotanyloot7.addInput(<extrabotany:rewardbag:3>);
|
||||
vierbotanyloot7.setOutputs([<botania:blacklotus:0>]);
|
||||
vierbotanyloot7.build();
|
||||
|
||||
val vierbotanyloot8 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
vierbotanyloot8.addInput(<extrabotany:rewardbag:3>);
|
||||
vierbotanyloot8.setOutputs([<botania:overgrowthseed>]);
|
||||
vierbotanyloot8.build();
|
||||
|
||||
val vierbotanyloot9 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
vierbotanyloot9.addInput(<extrabotany:rewardbag:3>);
|
||||
vierbotanyloot9.setOutputs([<extrabotany:buddhistrelics>]);
|
||||
vierbotanyloot9.build();
|
||||
|
||||
|
||||
|
||||
val harrypotterbotanyloot1 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
harrypotterbotanyloot1.addInput(<extrabotany:rewardbag943>);
|
||||
harrypotterbotanyloot1.setOutputs([<extrabotany:rewardbag:0>]);
|
||||
harrypotterbotanyloot1.build();
|
||||
|
||||
val harrypotterbotanyloot2 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
harrypotterbotanyloot2.addInput(<extrabotany:rewardbag943>);
|
||||
harrypotterbotanyloot2.setOutputs([<extrabotany:rewardbag:1>]);
|
||||
harrypotterbotanyloot2.build();
|
||||
|
||||
val harrypotterbotanyloot3 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
harrypotterbotanyloot3.addInput(<extrabotany:rewardbag943>);
|
||||
harrypotterbotanyloot3.setOutputs([<extrabotany:rewardbag:2>]);
|
||||
harrypotterbotanyloot3.build();
|
||||
|
||||
val harrypotterbotanyloot4 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
harrypotterbotanyloot4.addInput(<extrabotany:rewardbag943>);
|
||||
harrypotterbotanyloot4.setOutputs([<extrabotany:rewardbag:3>]);
|
||||
harrypotterbotanyloot4.build();
|
||||
|
||||
val harrypotterbotanyloot5 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
harrypotterbotanyloot5.addInput(<extrabotany:rewardbag943>);
|
||||
harrypotterbotanyloot5.setOutputs([<botania:manaresource:14>]);
|
||||
harrypotterbotanyloot5.build();
|
||||
|
||||
val harrypotterbotanyloot6 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
harrypotterbotanyloot6.addInput(<extrabotany:rewardbag943>);
|
||||
harrypotterbotanyloot6.setOutputs([<botania:manaresource:4>]);
|
||||
harrypotterbotanyloot6.build();
|
||||
|
||||
val harrypotterbotanyloot7 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
harrypotterbotanyloot7.addInput(<extrabotany:rewardbag943>);
|
||||
harrypotterbotanyloot7.setOutputs([<extrabotany:material:6>]);
|
||||
harrypotterbotanyloot7.build();
|
||||
|
||||
val harrypotterbotanyloot8 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
harrypotterbotanyloot8.addInput(<extrabotany:rewardbag943>);
|
||||
harrypotterbotanyloot8.setOutputs([<extrabotany:material:3>]);
|
||||
harrypotterbotanyloot8.build();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
val limitedbotanyloot1 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
limitedbotanyloot1.addInput(<extrabotany:specialbag>);
|
||||
limitedbotanyloot1.setOutputs([<extrabotany:rewardbag:0>]);
|
||||
limitedbotanyloot1.build();
|
||||
|
||||
val limitedbotanyloot2 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
limitedbotanyloot2.addInput(<extrabotany:specialbag>);
|
||||
limitedbotanyloot2.setOutputs([<extrabotany:rewardbag:1>]);
|
||||
limitedbotanyloot2.build();
|
||||
|
||||
val limitedbotanyloot3 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
limitedbotanyloot3.addInput(<extrabotany:specialbag>);
|
||||
limitedbotanyloot3.setOutputs([<extrabotany:rewardbag:2>]);
|
||||
limitedbotanyloot3.build();
|
||||
|
||||
val limitedbotanyloot4 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
limitedbotanyloot4.addInput(<extrabotany:specialbag>);
|
||||
limitedbotanyloot4.setOutputs([<extrabotany:rewardbag:3>]);
|
||||
limitedbotanyloot4.build();
|
||||
|
||||
val limitedbotanyloot5 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
limitedbotanyloot5.addInput(<extrabotany:specialbag>);
|
||||
limitedbotanyloot5.setOutputs([<extrabotany:rewardbag943>]);
|
||||
limitedbotanyloot5.build();
|
||||
|
||||
val limitedbotanyloot6 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
limitedbotanyloot6.addInput(<extrabotany:specialbag>);
|
||||
limitedbotanyloot6.setOutputs([<extrabotany:lens:6>]);
|
||||
limitedbotanyloot6.build();
|
||||
|
||||
val limitedbotanyloot8 = JEI.createJeiRecipe("extrabotany_weirdbag_table");
|
||||
limitedbotanyloot8.addInput(<extrabotany:specialbag>);
|
||||
limitedbotanyloot8.setOutputs([<extrabotany:material:3>]);
|
||||
limitedbotanyloot8.build();
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,50 @@
|
||||
#modloaded randomtweaker
|
||||
#priority -10
|
||||
#reloadable
|
||||
|
||||
import mods.jei.JEI;
|
||||
import mods.randomtweaker.jei.IJeiPanel;
|
||||
import mods.randomtweaker.jei.IJeiUtils;
|
||||
|
||||
var meatextremereactorJEI as IJeiPanel = JEI.createJei("extreme_reactor_meatball", "Extreme Reactor");
|
||||
meatextremereactorJEI.setModid("Extreme Reactors");
|
||||
meatextremereactorJEI.setIcon(<bigreactors:reactorcontroller>);
|
||||
meatextremereactorJEI.addRecipeCatalyst(<bigreactors:reactorcontroller>);
|
||||
meatextremereactorJEI.addRecipeCatalyst(<bigreactors:reactorcontrolrod>);
|
||||
meatextremereactorJEI.addRecipeCatalyst(<bigreactors:reactorfuelrod>);
|
||||
meatextremereactorJEI.setBackground(IJeiUtils.createBackground(150, 100));
|
||||
meatextremereactorJEI.addSlot(IJeiUtils.createItemSlot(40, 25, true)); // input
|
||||
meatextremereactorJEI.addSlot(IJeiUtils.createItemSlot(60, 55, true)); // input
|
||||
meatextremereactorJEI.addSlot(IJeiUtils.createItemSlot(60, 80, true)); // input
|
||||
meatextremereactorJEI.addSlot(IJeiUtils.createItemSlot(95, 25, false)); // output
|
||||
meatextremereactorJEI.addElement(IJeiUtils.createArrowElement(64, 25, 0));
|
||||
meatextremereactorJEI.register();
|
||||
|
||||
|
||||
val extremereactorcoolant1 = JEI.createJeiRecipe("extreme_reactor_meatball");
|
||||
extremereactorcoolant1.addInput(<bigreactors:ingotyellorium>);
|
||||
extremereactorcoolant1.addInput(<contenttweaker:coolant_great>);
|
||||
extremereactorcoolant1.addInput(<ore:blockDraconium>);
|
||||
extremereactorcoolant1.setOutputs([<bigreactors:ingotcyanite>]);
|
||||
extremereactorcoolant1.build();
|
||||
|
||||
val extremereactorcoolant2 = JEI.createJeiRecipe("extreme_reactor_meatball");
|
||||
extremereactorcoolant2.addInput(<bigreactors:ingotyellorium>);
|
||||
extremereactorcoolant2.addInput(<contenttweaker:coolant_great>);
|
||||
extremereactorcoolant2.addInput(<ore:blockEnderium>);
|
||||
extremereactorcoolant2.setOutputs([<bigreactors:ingotcyanite>]);
|
||||
extremereactorcoolant2.build();
|
||||
|
||||
val extremereactorcoolant3 = JEI.createJeiRecipe("extreme_reactor_meatball");
|
||||
extremereactorcoolant3.addInput(<bigreactors:ingotyellorium>);
|
||||
extremereactorcoolant3.addInput(<contenttweaker:coolant_great>);
|
||||
extremereactorcoolant3.addInput(<forge:bucketfilled>.withTag({FluidName: "cryotheum", Amount: 1000}));
|
||||
extremereactorcoolant3.setOutputs([<bigreactors:ingotcyanite>]);
|
||||
extremereactorcoolant3.build();
|
||||
|
||||
val extremereactorcoolant4 = JEI.createJeiRecipe("extreme_reactor_meatball");
|
||||
extremereactorcoolant4.addInput(<bigreactors:ingotyellorium>);
|
||||
extremereactorcoolant4.addInput(<contenttweaker:coolant_great>);
|
||||
extremereactorcoolant4.addInput(<ore:blockElectrumFlux>);
|
||||
extremereactorcoolant4.setOutputs([<bigreactors:ingotcyanite>]);
|
||||
extremereactorcoolant4.build();
|
||||
@@ -0,0 +1,47 @@
|
||||
#modloaded randomtweaker
|
||||
#priority -10
|
||||
#reloadable
|
||||
|
||||
import mods.jei.JEI;
|
||||
import mods.randomtweaker.jei.IJeiPanel;
|
||||
import mods.randomtweaker.jei.IJeiUtils;
|
||||
|
||||
var meatextremereacsteamJEI as IJeiPanel = JEI.createJei("extreme_reactorsteam_meatball", "Extreme Reactor Steam Production");
|
||||
meatextremereacsteamJEI.setModid("Extreme Reactors");
|
||||
meatextremereacsteamJEI.setIcon(<bigreactors:reactorcontroller>);
|
||||
meatextremereacsteamJEI.addRecipeCatalyst(<bigreactors:turbinecontroller>);
|
||||
meatextremereacsteamJEI.addRecipeCatalyst(<bigreactors:turbinerotorshaft>);
|
||||
meatextremereacsteamJEI.addRecipeCatalyst(<bigreactors:turbinerotorblade>);
|
||||
meatextremereacsteamJEI.addRecipeCatalyst(<bigreactors:turbinebearing>);
|
||||
meatextremereacsteamJEI.setBackground(IJeiUtils.createBackground(150, 100));
|
||||
meatextremereacsteamJEI.addSlot(IJeiUtils.createLiquidSlot(40, 25, 20, 20, 2000, true, true, true)); // input
|
||||
meatextremereacsteamJEI.addSlot(IJeiUtils.createItemSlot(60, 55, true)); // input
|
||||
meatextremereacsteamJEI.addSlot(IJeiUtils.createItemSlot(60, 80, true)); // input
|
||||
meatextremereacsteamJEI.addSlot(IJeiUtils.createLiquidSlot(95, 25, 20, 20, 2000, true, false, true)); // output
|
||||
meatextremereacsteamJEI.addElement(IJeiUtils.createArrowElement(64, 25, 0));
|
||||
meatextremereacsteamJEI.register();
|
||||
|
||||
|
||||
val extremereactorcoolantst1 = JEI.createJeiRecipe("extreme_reactorsteam_meatball");
|
||||
extremereactorcoolantst1.addInput(<fluid:water>*2000);
|
||||
extremereactorcoolantst1.addInput(<contenttweaker:coolant_great>);
|
||||
extremereactorcoolantst1.addInput(<ore:blockDraconium>);
|
||||
extremereactorcoolantst1.addOutput(<fluid:steam>*2000);
|
||||
extremereactorcoolantst1.build();
|
||||
|
||||
val extremereactorcoolantst2 = JEI.createJeiRecipe("extreme_reactorsteam_meatball");
|
||||
extremereactorcoolantst2.addInput(<fluid:water>*2000);
|
||||
extremereactorcoolantst2.addInput(<contenttweaker:coolant_great>);
|
||||
extremereactorcoolantst2.addInput(<ore:blockEnderium>);
|
||||
extremereactorcoolantst2.addOutput(<fluid:steam>*2000);
|
||||
extremereactorcoolantst2.build();
|
||||
|
||||
val extremereactorcoolantst3 = JEI.createJeiRecipe("extreme_reactorsteam_meatball");
|
||||
extremereactorcoolantst3.addInput(<fluid:water>*2000);
|
||||
extremereactorcoolantst3.addInput(<contenttweaker:coolant_great>);
|
||||
extremereactorcoolantst3.addInput(<forge:bucketfilled>.withTag({FluidName: "cryotheum", Amount: 1000}));
|
||||
extremereactorcoolantst3.addOutput(<fluid:steam>*2000);
|
||||
extremereactorcoolantst3.build();
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,40 @@
|
||||
#modloaded randomtweaker
|
||||
#priority -10
|
||||
#reloadable
|
||||
|
||||
import mods.jei.JEI;
|
||||
import mods.randomtweaker.jei.IJeiPanel;
|
||||
import mods.randomtweaker.jei.IJeiUtils;
|
||||
|
||||
var meatextremeturbineJEI as IJeiPanel = JEI.createJei("extreme_turbine_meatball", "Extreme Turbine");
|
||||
meatextremeturbineJEI.setModid("Extreme Reactors");
|
||||
meatextremeturbineJEI.setIcon(<bigreactors:turbinecontroller>);
|
||||
meatextremeturbineJEI.addRecipeCatalyst(<bigreactors:reactorcontroller>);
|
||||
meatextremeturbineJEI.addRecipeCatalyst(<bigreactors:reactorcontrolrod>);
|
||||
meatextremeturbineJEI.addRecipeCatalyst(<bigreactors:reactorfuelrod>);
|
||||
meatextremeturbineJEI.addRecipeCatalyst(<bigreactors:reactorcoolantport>);
|
||||
meatextremeturbineJEI.setBackground(IJeiUtils.createBackground(150, 100));
|
||||
meatextremeturbineJEI.addSlot(IJeiUtils.createLiquidSlot(40, 25, 20, 20, 2000, true, true, true)); // input
|
||||
meatextremeturbineJEI.addSlot(IJeiUtils.createItemSlot(60, 55, true)); // input
|
||||
meatextremeturbineJEI.addSlot(IJeiUtils.createItemSlot(60, 80, true)); // input
|
||||
meatextremeturbineJEI.addSlot(IJeiUtils.createLiquidSlot(95, 25, 20, 20, 2000, true, false, true)); // output
|
||||
meatextremeturbineJEI.addElement(IJeiUtils.createArrowElement(64, 25, 0));
|
||||
meatextremeturbineJEI.register();
|
||||
|
||||
|
||||
val extremereactorcoolant1 = JEI.createJeiRecipe("extreme_turbine_meatball");
|
||||
extremereactorcoolant1.addInput(<fluid:steam>*2000);
|
||||
extremereactorcoolant1.addInput(<contenttweaker:coil_great>);
|
||||
extremereactorcoolant1.addInput(<ore:blockLudicrite>);
|
||||
extremereactorcoolant1.addOutput(<fluid:water>*2000);
|
||||
extremereactorcoolant1.build();
|
||||
|
||||
val extremereactorcoolant2 = JEI.createJeiRecipe("extreme_turbine_meatball");
|
||||
extremereactorcoolant2.addInput(<fluid:steam>*2000);
|
||||
extremereactorcoolant2.addInput(<contenttweaker:coil_great>);
|
||||
extremereactorcoolant2.addInput(<ore:blockEnderium>);
|
||||
extremereactorcoolant2.addOutput(<fluid:water>*2000);
|
||||
extremereactorcoolant2.build();
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,192 @@
|
||||
#modloaded randomtweaker
|
||||
#priority -10
|
||||
#reloadable
|
||||
|
||||
import mods.jei.JEI;
|
||||
import mods.randomtweaker.jei.IJeiPanel;
|
||||
import mods.randomtweaker.jei.IJeiUtils;
|
||||
|
||||
var markofthefallentowerJEI as IJeiPanel = JEI.createJei("fallen_tower_ritual", "Mark of the Fallen Tower");
|
||||
markofthefallentowerJEI.setModid("Railcraft");
|
||||
markofthefallentowerJEI.setIcon(<bloodmagic:ritual_controller>);
|
||||
markofthefallentowerJEI.addRecipeCatalyst(<contenttweaker:mark_fallen_tower>);
|
||||
markofthefallentowerJEI.addRecipeCatalyst(<bloodmagic:ritual_diviner:0>);
|
||||
markofthefallentowerJEI.addRecipeCatalyst(<bloodmagic:ritual_diviner:1>);
|
||||
markofthefallentowerJEI.addRecipeCatalyst(<bloodmagic:ritual_diviner:2>);
|
||||
markofthefallentowerJEI.setBackground(IJeiUtils.createBackground(150, 175));
|
||||
markofthefallentowerJEI.addSlot(IJeiUtils.createLiquidSlot(40, 50, 20, 20, 2000, true, true, true)); // input
|
||||
markofthefallentowerJEI.addSlot(IJeiUtils.createItemSlot(40, 25, true));
|
||||
markofthefallentowerJEI.addSlot(IJeiUtils.createItemSlot(95, 25, false));
|
||||
markofthefallentowerJEI.addSlot(IJeiUtils.createItemSlot(120, 25, false));
|
||||
markofthefallentowerJEI.addSlot(IJeiUtils.createItemSlot(95, 50, false));
|
||||
markofthefallentowerJEI.addSlot(IJeiUtils.createItemSlot(120, 50, false));
|
||||
markofthefallentowerJEI.addSlot(IJeiUtils.createItemSlot(95, 75, false));
|
||||
markofthefallentowerJEI.addSlot(IJeiUtils.createItemSlot(120, 75, false));
|
||||
markofthefallentowerJEI.addSlot(IJeiUtils.createItemSlot(95, 100, false));
|
||||
markofthefallentowerJEI.addSlot(IJeiUtils.createItemSlot(120, 100, false));
|
||||
markofthefallentowerJEI.addSlot(IJeiUtils.createItemSlot(95, 125, false));
|
||||
markofthefallentowerJEI.addSlot(IJeiUtils.createItemSlot(120, 125, false));
|
||||
markofthefallentowerJEI.addElement(IJeiUtils.createArrowElement(64, 25, 0));
|
||||
markofthefallentowerJEI.register();
|
||||
|
||||
|
||||
val fallentowerjei1 = JEI.createJeiRecipe("fallen_tower_ritual");
|
||||
fallentowerjei1.addInput(<fluid:lifeessence>*50000);
|
||||
fallentowerjei1.addInput(<contenttweaker:baku_heart>);
|
||||
fallentowerjei1.addOutput(<ore:oreDemonStone>);
|
||||
fallentowerjei1.build();
|
||||
|
||||
val fallentowerjei2 = JEI.createJeiRecipe("fallen_tower_ritual");
|
||||
fallentowerjei2.addInput(<fluid:lifeessence>*5000000);
|
||||
fallentowerjei2.addInput(<contenttweaker:coralium_eye>);
|
||||
fallentowerjei2.addOutput(<ore:oreTartarite>);
|
||||
fallentowerjei2.addOutput(<ore:oreEthaxiumStone>);
|
||||
fallentowerjei2.addOutput(<ore:oreCoralium>);
|
||||
fallentowerjei2.addOutput(<ore:oreCoraliumStone>);
|
||||
fallentowerjei2.addOutput(<ore:orePearlescentCoralium>);
|
||||
fallentowerjei2.build();
|
||||
|
||||
val fallentowerjei3 = JEI.createJeiRecipe("fallen_tower_ritual");
|
||||
fallentowerjei3.addInput(<fluid:lifeessence>*5000000);
|
||||
fallentowerjei3.addInput(<contenttweaker:cosmic_gem>);
|
||||
fallentowerjei3.addOutput(<ore:oreCosmicFabric>);
|
||||
fallentowerjei3.addOutput(<ore:oreCoraliumStone>);
|
||||
fallentowerjei3.build();
|
||||
|
||||
val fallentowerjei4 = JEI.createJeiRecipe("fallen_tower_ritual");
|
||||
fallentowerjei4.addInput(<fluid:lifeessence>*1000000);
|
||||
fallentowerjei4.addInput(<minecraft:diamond_block>);
|
||||
fallentowerjei4.addOutput(<ore:oreIron>);
|
||||
fallentowerjei4.addOutput(<ore:oreGold>);
|
||||
fallentowerjei4.addOutput(<ore:oreLapis>);
|
||||
fallentowerjei4.addOutput(<ore:oreDiamond>);
|
||||
fallentowerjei4.addOutput(<ore:oreEmerald>);
|
||||
fallentowerjei4.addOutput(<ore:oreRedstone>);
|
||||
fallentowerjei4.build();
|
||||
|
||||
val fallentowerjei5 = JEI.createJeiRecipe("fallen_tower_ritual");
|
||||
fallentowerjei5.addInput(<fluid:lifeessence>*3000000);
|
||||
fallentowerjei5.addInput(<contenttweaker:divine_stellar_fabrial>);
|
||||
fallentowerjei5.addOutput(<ore:oreAnglesite>);
|
||||
fallentowerjei5.addOutput(<ore:oreBenitoite>);
|
||||
fallentowerjei5.addOutput(<ore:oreAlchemicalMatter>);
|
||||
fallentowerjei5.addOutput(<ore:oreDilithium>);
|
||||
fallentowerjei5.addOutput(<ore:oreRutile>);
|
||||
fallentowerjei5.build();
|
||||
|
||||
val fallentowerjei6 = JEI.createJeiRecipe("fallen_tower_ritual");
|
||||
fallentowerjei6.addInput(<fluid:lifeessence>*50000);
|
||||
fallentowerjei6.addInput(<contenttweaker:draconic_fabrial>);
|
||||
fallentowerjei6.addOutput(<ore:oreMeteoricDraconium>);
|
||||
fallentowerjei6.build();
|
||||
|
||||
val fallentowerjei7 = JEI.createJeiRecipe("fallen_tower_ritual");
|
||||
fallentowerjei7.addInput(<fluid:lifeessence>*5000000);
|
||||
fallentowerjei7.addInput(<contenttweaker:hator_spinel>);
|
||||
fallentowerjei7.addOutput(<ore:oreFieryPyrite>);
|
||||
fallentowerjei7.build();
|
||||
|
||||
val fallentowerjei8 = JEI.createJeiRecipe("fallen_tower_ritual");
|
||||
fallentowerjei8.addInput(<fluid:lifeessence>*50000);
|
||||
fallentowerjei8.addInput(<contenttweaker:hungering_world_soul>);
|
||||
fallentowerjei8.addOutput(<ore:oreDenseDimensionalShard>);
|
||||
fallentowerjei8.build();
|
||||
|
||||
val fallentowerjei9 = JEI.createJeiRecipe("fallen_tower_ritual");
|
||||
fallentowerjei9.addInput(<fluid:lifeessence>*300000);
|
||||
fallentowerjei9.addInput(<contenttweaker:hyperchitinous_fabrial>);
|
||||
fallentowerjei9.addOutput(<ore:oreJade>);
|
||||
fallentowerjei9.addOutput(<ore:oreQuartz>);
|
||||
fallentowerjei9.addOutput(<ore:oreFossil>);
|
||||
fallentowerjei9.addOutput(<ore:oreGneiss>);
|
||||
fallentowerjei9.addOutput(<ore:orePetrifiedWood>);
|
||||
fallentowerjei9.build();
|
||||
|
||||
val fallentowerjei10 = JEI.createJeiRecipe("fallen_tower_ritual");
|
||||
fallentowerjei10.addInput(<fluid:lifeessence>*250000);
|
||||
fallentowerjei10.addInput(<minecraft:gold_block>);
|
||||
fallentowerjei10.addOutput(<ore:oreIron>);
|
||||
fallentowerjei10.addOutput(<ore:oreGold>);
|
||||
fallentowerjei10.addOutput(<ore:oreLapis>);
|
||||
fallentowerjei10.addOutput(<ore:oreDiamond>);
|
||||
fallentowerjei10.addOutput(<ore:oreEmerald>);
|
||||
fallentowerjei10.addOutput(<ore:oreRedstone>);
|
||||
fallentowerjei10.build();
|
||||
|
||||
val fallentowerjei11 = JEI.createJeiRecipe("fallen_tower_ritual");
|
||||
fallentowerjei11.addInput(<fluid:lifeessence>*500000);
|
||||
fallentowerjei11.addInput(<contenttweaker:pearlescent_fabrial>);
|
||||
fallentowerjei11.addOutput(<ore:oreValonite>);
|
||||
fallentowerjei11.addOutput(<ore:oreOctine>);
|
||||
fallentowerjei11.addOutput(<ore:oreBetweenSulfur>);
|
||||
fallentowerjei11.addOutput(<ore:oreBone>);
|
||||
fallentowerjei11.addOutput(<ore:oreScabyst>);
|
||||
fallentowerjei11.addOutput(<ore:oreSyrmorite>);
|
||||
fallentowerjei11.addOutput(<ore:oreAquaMiddleGem>);
|
||||
fallentowerjei11.addOutput(<ore:oreCrimsonMiddleGem>);
|
||||
fallentowerjei11.addOutput(<ore:oreGreenMiddleGem>);
|
||||
fallentowerjei11.build();
|
||||
|
||||
val fallentowerjei12 = JEI.createJeiRecipe("fallen_tower_ritual");
|
||||
fallentowerjei12.addInput(<fluid:lifeessence>*5000000);
|
||||
fallentowerjei12.addInput(<contenttweaker:weight_of_the_heart>);
|
||||
fallentowerjei12.addOutput(<ore:oreCursedSapphire>);
|
||||
fallentowerjei12.addOutput(<ore:oreAquamarine>);
|
||||
fallentowerjei12.build();
|
||||
|
||||
val fallentowerjei13 = JEI.createJeiRecipe("fallen_tower_ritual");
|
||||
fallentowerjei13.addInput(<fluid:lifeessence>*50000);
|
||||
fallentowerjei13.addInput(<contenttweaker:valkyrie_construct>);
|
||||
fallentowerjei13.addOutput(<ore:oreDenseGravitite>);
|
||||
fallentowerjei13.addOutput(<ore:oreZanite>);
|
||||
fallentowerjei13.addOutput(<ore:oreAmbrosium>);
|
||||
fallentowerjei13.build();
|
||||
|
||||
val fallentowerjei14 = JEI.createJeiRecipe("fallen_tower_ritual");
|
||||
fallentowerjei14.addInput(<fluid:lifeessence>*5000000);
|
||||
fallentowerjei14.addInput(<contenttweaker:charm_of_the_falling_tower>);
|
||||
fallentowerjei14.addOutput(<ore:oreVoidIchorium>);
|
||||
fallentowerjei14.build();
|
||||
|
||||
val fallentowerjei15 = JEI.createJeiRecipe("fallen_tower_ritual");
|
||||
fallentowerjei15.addInput(<fluid:lifeessence>*5000000);
|
||||
fallentowerjei15.addInput(<contenttweaker:sword_shield>);
|
||||
fallentowerjei15.addOutput(<ore:oreRhenium>);
|
||||
fallentowerjei15.addOutput(<ore:oreHolographic>);
|
||||
fallentowerjei15.build();
|
||||
|
||||
|
||||
|
||||
val fallentowerjei16 = JEI.createJeiRecipe("fallen_tower_ritual");
|
||||
fallentowerjei16.addInput(<fluid:lifeessence>*50000);
|
||||
fallentowerjei16.addInput(<minecraft:iron_block>);
|
||||
fallentowerjei16.addOutput(<ore:oreIron>);
|
||||
fallentowerjei16.addOutput(<ore:oreGold>);
|
||||
fallentowerjei16.addOutput(<ore:oreLapis>);
|
||||
fallentowerjei16.addOutput(<ore:oreDiamond>);
|
||||
fallentowerjei16.addOutput(<ore:oreEmerald>);
|
||||
fallentowerjei16.addOutput(<ore:oreRedstone>);
|
||||
fallentowerjei16.build();
|
||||
|
||||
val fallentowerjei17 = JEI.createJeiRecipe("fallen_tower_ritual");
|
||||
fallentowerjei17.addInput(<fluid:lifeessence>*5000000);
|
||||
fallentowerjei17.addInput(<contenttweaker:infused_sol_stone>);
|
||||
fallentowerjei17.addOutput(<ore:orePsi>);
|
||||
fallentowerjei17.build();
|
||||
|
||||
val fallentowerjei18 = JEI.createJeiRecipe("fallen_tower_ritual");
|
||||
fallentowerjei18.addInput(<fluid:lifeessence>*5000000);
|
||||
fallentowerjei18.addInput(<contenttweaker:headstone>);
|
||||
fallentowerjei18.addOutput(<ore:oreStormlightStone>);
|
||||
fallentowerjei18.addOutput(<ore:oreDraconium>);
|
||||
fallentowerjei18.build();
|
||||
|
||||
val fallentowerjei19 = JEI.createJeiRecipe("fallen_tower_ritual");
|
||||
fallentowerjei19.addInput(<fluid:lifeessence>*5000000);
|
||||
fallentowerjei19.addInput(<contenttweaker:sacred_acorn>);
|
||||
fallentowerjei19.addOutput(<ore:oreUltimate>);
|
||||
fallentowerjei19.addOutput(<ore:oreMatrix>);
|
||||
fallentowerjei19.build();
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,194 @@
|
||||
#modloaded randomtweaker
|
||||
#priority -10
|
||||
#reloadable
|
||||
|
||||
import mods.jei.JEI;
|
||||
import mods.randomtweaker.jei.IJeiPanel;
|
||||
import mods.randomtweaker.jei.IJeiUtils;
|
||||
|
||||
var intestineslootJEI as IJeiPanel = JEI.createJei("intestines_loot_table", "Intestines Drops");
|
||||
intestineslootJEI.setModid("MeatballCraft");
|
||||
intestineslootJEI.setIcon(<mod_lavacow:intestine>);
|
||||
intestineslootJEI.addRecipeCatalyst(<mod_lavacow:intestine>);
|
||||
intestineslootJEI.setBackground(IJeiUtils.createBackground(150, 55));
|
||||
intestineslootJEI.addSlot(IJeiUtils.createItemSlot(40, 25, true)); // input
|
||||
intestineslootJEI.addSlot(IJeiUtils.createItemSlot(95, 25, false)); // output
|
||||
intestineslootJEI.addElement(IJeiUtils.createArrowElement(64, 25, 0));
|
||||
intestineslootJEI.addElement(IJeiUtils.createImageElement("mouseLeft", 68, 6, 13, 14, 0, 0, "contenttweaker:textures/gui/mouse_right.png", 16, 16));
|
||||
intestineslootJEI.onTooltip(function(mouseX, mouseY) as string[]{
|
||||
if (mouseX <= 81 && mouseX >= 68 && mouseY <= 22 && mouseY >= 6) {
|
||||
return ["Right click"];
|
||||
}
|
||||
return [];
|
||||
});
|
||||
intestineslootJEI.register();
|
||||
|
||||
|
||||
val intestinesloot1 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot1.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot1.setOutputs([<minecraft:slime_ball>]);
|
||||
intestinesloot1.build();
|
||||
|
||||
val intestinesloot2 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot2.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot2.setOutputs([<minecraft:dye:15>]);
|
||||
intestinesloot2.build();
|
||||
|
||||
val intestinesloot3 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot3.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot3.setOutputs([<mod_lavacow:sharptooth>]);
|
||||
intestinesloot3.build();
|
||||
|
||||
val intestinesloot4 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot4.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot4.setOutputs([<minecraft:beetroot_seeds>]);
|
||||
intestinesloot4.build();
|
||||
|
||||
val intestinesloot5 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot5.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot5.setOutputs([<minecraft:wheat_seeds>]);
|
||||
intestinesloot5.build();
|
||||
|
||||
val intestinesloot6 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot6.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot6.setOutputs([<minecraft:melon_seeds>]);
|
||||
intestinesloot6.build();
|
||||
|
||||
val intestinesloot7 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot7.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot7.setOutputs([<minecraft:pumpkin_seeds>]);
|
||||
intestinesloot7.build();
|
||||
|
||||
val intestinesloot8 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot8.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot8.setOutputs([<minecraft:clay_ball>]);
|
||||
intestinesloot8.build();
|
||||
|
||||
val intestinesloot9 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot9.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot9.setOutputs([<mod_lavacow:chitin>]);
|
||||
intestinesloot9.build();
|
||||
|
||||
val intestinesloot10 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot10.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot10.setOutputs([<minecraft:gold_nugget>]);
|
||||
intestinesloot10.build();
|
||||
|
||||
val intestinesloot11 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot11.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot11.setOutputs([<minecraft:iron_nugget>]);
|
||||
intestinesloot11.build();
|
||||
|
||||
val intestinesloot12 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot12.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot12.setOutputs([<minecraft:diamond>]);
|
||||
intestinesloot12.build();
|
||||
|
||||
val intestinesloot13 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot13.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot13.setOutputs([<aoa3:runium_chunk>]);
|
||||
intestinesloot13.build();
|
||||
|
||||
val intestinesloot14 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot14.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot14.setOutputs([<aoa3:holly_top_seeds>]);
|
||||
intestinesloot14.build();
|
||||
|
||||
val intestinesloot15 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot15.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot15.setOutputs([<contenttweaker:golem_core>]);
|
||||
intestinesloot15.build();
|
||||
|
||||
val intestinesloot16 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot16.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot16.setOutputs([<minecraft:nether_star>]);
|
||||
intestinesloot16.build();
|
||||
|
||||
val intestinesloot17 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot17.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot17.setOutputs([<contenttweaker:champion_token>]);
|
||||
intestinesloot17.build();
|
||||
|
||||
val intestinesloot18 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot18.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot18.setOutputs([<draconicevolution:draconium_dust>]);
|
||||
intestinesloot18.build();
|
||||
|
||||
val intestinesloot19 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot19.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot19.setOutputs([<contenttweaker:call_of_the_full_moon>]);
|
||||
intestinesloot19.build();
|
||||
|
||||
val intestinesloot20 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot20.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot20.setOutputs([<contenttweaker:call_of_the_bloodhunt>]);
|
||||
intestinesloot20.build();
|
||||
|
||||
val intestinesloot21 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot21.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot21.setOutputs([<contenttweaker:mark_of_the_soul_scurry>]);
|
||||
intestinesloot21.build();
|
||||
|
||||
val intestinesloot22 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot22.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot22.setOutputs([<contenttweaker:signal_beacon>]);
|
||||
intestinesloot22.build();
|
||||
|
||||
val intestinesloot23 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot23.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot23.setOutputs([<contenttweaker:call_of_the_death_games>]);
|
||||
intestinesloot23.build();
|
||||
|
||||
val intestinesloot24 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot24.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot24.setOutputs([<contenttweaker:creepy_explosive>]);
|
||||
intestinesloot24.build();
|
||||
|
||||
val intestinesloot25 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot25.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot25.setOutputs([<contenttweaker:embiggener>]);
|
||||
intestinesloot25.build();
|
||||
|
||||
val intestinesloot26 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot26.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot26.setOutputs([<contenttweaker:call_of_enigma>]);
|
||||
intestinesloot26.build();
|
||||
|
||||
val intestinesloot27 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot27.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot27.setOutputs([<contenttweaker:witchery_summons>]);
|
||||
intestinesloot27.build();
|
||||
|
||||
val intestinesloot28 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot28.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot28.setOutputs([<contenttweaker:recursive_paper_illager>]);
|
||||
intestinesloot28.build();
|
||||
|
||||
val intestinesloot29 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot29.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot29.setOutputs([<contenttweaker:recursive_paper_dunerider>]);
|
||||
intestinesloot29.build();
|
||||
|
||||
val intestinesloot30 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot30.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot30.setOutputs([<contenttweaker:recursive_paper_abyssal>]);
|
||||
intestinesloot30.build();
|
||||
|
||||
val intestinesloot31 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot31.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot31.setOutputs([<contenttweaker:recursive_paper_buggy>]);
|
||||
intestinesloot31.build();
|
||||
|
||||
val intestinesloot32 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot32.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot32.setOutputs([<contenttweaker:recursive_paper_faithfulundead>]);
|
||||
intestinesloot32.build();
|
||||
|
||||
val intestinesloot33 = JEI.createJeiRecipe("intestines_loot_table");
|
||||
intestinesloot33.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot33.setOutputs([<enderio:item_capacitor_grainy>]);
|
||||
intestinesloot33.build();
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
#modloaded randomtweaker
|
||||
#priority -10
|
||||
#reloadable
|
||||
|
||||
import mods.jei.JEI;
|
||||
import mods.randomtweaker.jei.IJeiPanel;
|
||||
import mods.randomtweaker.jei.IJeiUtils;
|
||||
|
||||
var railcraftboilerJEI as IJeiPanel = JEI.createJei("railcraft_boiler_meatball", "Boiler");
|
||||
railcraftboilerJEI.setModid("Railcraft");
|
||||
railcraftboilerJEI.setIcon(<railcraft:boiler_firebox_solid>);
|
||||
railcraftboilerJEI.addRecipeCatalyst(<railcraft:boiler_firebox_solid>);
|
||||
railcraftboilerJEI.addRecipeCatalyst(<railcraft:boiler_tank_pressure_high>);
|
||||
railcraftboilerJEI.setBackground(IJeiUtils.createBackground(150, 100));
|
||||
railcraftboilerJEI.addSlot(IJeiUtils.createLiquidSlot(40, 25, 20, 20, 2000, true, true, true)); // input
|
||||
railcraftboilerJEI.addSlot(IJeiUtils.createItemSlot(60, 55, true)); // input
|
||||
railcraftboilerJEI.addSlot(IJeiUtils.createLiquidSlot(95, 25, 20, 20, 2000, true, false, true)); // output
|
||||
railcraftboilerJEI.addElement(IJeiUtils.createArrowElement(64, 25, 0));
|
||||
railcraftboilerJEI.register();
|
||||
|
||||
|
||||
val extremereactorcoolantst1 = JEI.createJeiRecipe("extreme_reactorsteam_meatball");
|
||||
extremereactorcoolantst1.addInput(<fluid:water>*2000);
|
||||
extremereactorcoolantst1.addInput(<minecraft:coal>);
|
||||
extremereactorcoolantst1.addOutput(<fluid:steam>*2000);
|
||||
extremereactorcoolantst1.build();
|
||||
|
||||
@@ -84,6 +84,11 @@ rightclick12.addInput(<contenttweaker:call_of_the_arbiter>);
|
||||
rightclick12.setOutputs([<contenttweaker:scale_of_the_ancient_heart>]);
|
||||
rightclick12.build();
|
||||
|
||||
val rightclick13 = JEI.createJeiRecipe("right_click_meatball");
|
||||
rightclick13.addInput(<contenttweaker:call_of_the_arbiter>);
|
||||
rightclick13.setOutputs([<contenttweaker:stone_of_the_fallen_tower>]);
|
||||
rightclick13.build();
|
||||
|
||||
val rclickdimlet1 = JEI.createJeiRecipe("right_click_meatball");
|
||||
rclickdimlet1.addInput(<rftoolsdim:dimlet_parcel>);
|
||||
rclickdimlet1.setOutputs([<rftoolsdim:dimlet_base>]);
|
||||
@@ -259,6 +264,11 @@ rclickdimlet35.addInput(<contenttweaker:quasar_core>);
|
||||
rclickdimlet35.setOutputs([<contenttweaker:miniature_quasar>]);
|
||||
rclickdimlet35.build();
|
||||
|
||||
val rclickdimlet36 = JEI.createJeiRecipe("right_click_meatball");
|
||||
rclickdimlet36.addInput(<bloodarsenal:bound_stick>);
|
||||
rclickdimlet36.setOutputs([<bloodmagic:blood_shard:1>]);
|
||||
rclickdimlet36.build();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user