3084 lines
112 KiB
Plaintext
3084 lines
112 KiB
Plaintext
#loader contenttweaker
|
|
|
|
import mods.contenttweaker.VanillaFactory;
|
|
import mods.contenttweaker.Item;
|
|
import mods.contenttweaker.IItemRightClick;
|
|
import mods.contenttweaker.Commands;
|
|
|
|
|
|
|
|
var crimsonemperoricon = VanillaFactory.createItem("crimson_emperor_icon");
|
|
crimsonemperoricon.maxStackSize = 64;
|
|
crimsonemperoricon.beaconPayment = false;
|
|
crimsonemperoricon.register();
|
|
|
|
var scarletletter = VanillaFactory.createItem("scarlet_letter");
|
|
scarletletter.maxStackSize = 64;
|
|
scarletletter.beaconPayment = false;
|
|
scarletletter.register();
|
|
|
|
var crimsondoctrinetome = VanillaFactory.createItem("crimson_doctrine_tome");
|
|
crimsondoctrinetome.maxStackSize = 64;
|
|
crimsondoctrinetome.beaconPayment = false;
|
|
crimsondoctrinetome.register();
|
|
|
|
var greatsnakedroplet = VanillaFactory.createItem("droplet_of_the_great_snake");
|
|
greatsnakedroplet.maxStackSize = 64;
|
|
greatsnakedroplet.beaconPayment = false;
|
|
greatsnakedroplet.register();
|
|
|
|
var goodextremereactor = VanillaFactory.createItem("good_extreme_reactor_design");
|
|
goodextremereactor.maxStackSize = 64;
|
|
goodextremereactor.beaconPayment = false;
|
|
goodextremereactor.register();
|
|
|
|
var extremeturbine = VanillaFactory.createItem("extreme_turbine");
|
|
extremeturbine.maxStackSize = 64;
|
|
extremeturbine.beaconPayment = false;
|
|
extremeturbine.register();
|
|
|
|
var goodextremeturbine = VanillaFactory.createItem("good_extreme_turbine");
|
|
goodextremeturbine.maxStackSize = 64;
|
|
goodextremeturbine.beaconPayment = false;
|
|
goodextremeturbine.register();
|
|
|
|
var puzzlesolgemvoracity = VanillaFactory.createItem("puzzle_solution_gemvoracity");
|
|
puzzlesolgemvoracity.maxStackSize = 64;
|
|
puzzlesolgemvoracity.beaconPayment = false;
|
|
puzzlesolgemvoracity.register();
|
|
var puzzlesolgemvoracity2 = VanillaFactory.createItem("puzzle_solution_gemvoracity2");
|
|
puzzlesolgemvoracity2.maxStackSize = 64;
|
|
puzzlesolgemvoracity2.beaconPayment = false;
|
|
puzzlesolgemvoracity2.register();
|
|
|
|
var puzzlesolicydreadshard = VanillaFactory.createItem("puzzle_solution_icydreadshard");
|
|
puzzlesolicydreadshard.maxStackSize = 64;
|
|
puzzlesolicydreadshard.beaconPayment = false;
|
|
puzzlesolicydreadshard.register();
|
|
|
|
var infuseddreadshard = VanillaFactory.createItem("infused_dread_shard");
|
|
infuseddreadshard.maxStackSize = 64;
|
|
infuseddreadshard.beaconPayment = false;
|
|
infuseddreadshard.register();
|
|
|
|
var secondorderfractalmyth = VanillaFactory.createItem("second_order_mythic_fractal");
|
|
secondorderfractalmyth.maxStackSize = 64;
|
|
secondorderfractalmyth.beaconPayment = false;
|
|
secondorderfractalmyth.glowing = true;
|
|
secondorderfractalmyth.register();
|
|
|
|
var catalyzationchamber = VanillaFactory.createItem("catalyzation_chamber");
|
|
catalyzationchamber.maxStackSize = 64;
|
|
catalyzationchamber.beaconPayment = false;
|
|
catalyzationchamber.register();
|
|
|
|
var draconianmetalclump = VanillaFactory.createItem("draconian_metal_clump");
|
|
draconianmetalclump.maxStackSize = 64;
|
|
draconianmetalclump.beaconPayment = false;
|
|
draconianmetalclump.register();
|
|
|
|
var draconianmetalingot = VanillaFactory.createItem("draconian_metal_ingot");
|
|
draconianmetalingot.maxStackSize = 64;
|
|
draconianmetalingot.beaconPayment = false;
|
|
draconianmetalingot.register();
|
|
|
|
var lunarstar = VanillaFactory.createItem("lunar_star");
|
|
lunarstar.maxStackSize = 64;
|
|
lunarstar.beaconPayment = false;
|
|
lunarstar.register();
|
|
|
|
var pressedspice = VanillaFactory.createItem("pressed_spice");
|
|
pressedspice.maxStackSize = 64;
|
|
pressedspice.beaconPayment = false;
|
|
pressedspice.register();
|
|
|
|
var recursivecage = VanillaFactory.createItem("recursive_imprisonment_gem");
|
|
recursivecage.maxStackSize = 64;
|
|
recursivecage.beaconPayment = false;
|
|
recursivecage.register();
|
|
|
|
var puzzlesolrecursiveimprison = VanillaFactory.createItem("puzzle_solution_recursiveimprisonment");
|
|
puzzlesolrecursiveimprison.maxStackSize = 64;
|
|
puzzlesolrecursiveimprison.beaconPayment = false;
|
|
puzzlesolrecursiveimprison.register();
|
|
|
|
var runandium = VanillaFactory.createItem("runandium_ingot");
|
|
runandium.maxStackSize = 64;
|
|
runandium.beaconPayment = false;
|
|
runandium.register();
|
|
|
|
var puzzlesolrunicore = VanillaFactory.createItem("puzzle_solution_runicore");
|
|
puzzlesolrunicore.maxStackSize = 64;
|
|
puzzlesolrunicore.beaconPayment = false;
|
|
puzzlesolrunicore.register();
|
|
|
|
var shatteredheart = VanillaFactory.createItem("charged_gemstone");
|
|
shatteredheart.maxStackSize = 64;
|
|
shatteredheart.beaconPayment = false;
|
|
shatteredheart.register();
|
|
|
|
var chargedelecricshroom = VanillaFactory.createItem("charged_electric_mushroom");
|
|
chargedelecricshroom.maxStackSize = 64;
|
|
chargedelecricshroom.beaconPayment = false;
|
|
chargedelecricshroom.register();
|
|
|
|
var stormlightcrystal = VanillaFactory.createItem("stormlight_infused_crystal");
|
|
stormlightcrystal.maxStackSize = 64;
|
|
stormlightcrystal.beaconPayment = false;
|
|
stormlightcrystal.register();
|
|
|
|
var fallensprenshard = VanillaFactory.createItem("shard_of_a_fallen_spren");
|
|
fallensprenshard.maxStackSize = 64;
|
|
fallensprenshard.beaconPayment = false;
|
|
fallensprenshard.register();
|
|
|
|
var fragmentofcreation = VanillaFactory.createItem("fragment_of_creation");
|
|
fragmentofcreation.maxStackSize = 64;
|
|
fragmentofcreation.beaconPayment = false;
|
|
fragmentofcreation.register();
|
|
|
|
var draconianhelmetcore = VanillaFactory.createItem("draconian_helmet_core");
|
|
draconianhelmetcore.maxStackSize = 64;
|
|
draconianhelmetcore.beaconPayment = false;
|
|
draconianhelmetcore.register();
|
|
|
|
var draconianchestplatecore = VanillaFactory.createItem("draconian_chestplate_core");
|
|
draconianchestplatecore.maxStackSize = 64;
|
|
draconianchestplatecore.beaconPayment = false;
|
|
draconianchestplatecore.register();
|
|
|
|
var draconianleggingscore = VanillaFactory.createItem("draconian_leggings_core");
|
|
draconianleggingscore.maxStackSize = 64;
|
|
draconianleggingscore.beaconPayment = false;
|
|
draconianleggingscore.register();
|
|
|
|
var draconianbootscore = VanillaFactory.createItem("draconian_boots_core");
|
|
draconianbootscore.maxStackSize = 64;
|
|
draconianbootscore.beaconPayment = false;
|
|
draconianbootscore.register();
|
|
|
|
var draconianaxecore = VanillaFactory.createItem("draconian_axe_core");
|
|
draconianaxecore.maxStackSize = 64;
|
|
draconianaxecore.beaconPayment = false;
|
|
draconianaxecore.register();
|
|
|
|
var draconianbowcore = VanillaFactory.createItem("draconian_bow_core");
|
|
draconianbowcore.maxStackSize = 64;
|
|
draconianbowcore.beaconPayment = false;
|
|
draconianbowcore.register();
|
|
|
|
var draconianpickaxecore = VanillaFactory.createItem("draconian_pickaxe_core");
|
|
draconianpickaxecore.maxStackSize = 64;
|
|
draconianpickaxecore.beaconPayment = false;
|
|
draconianpickaxecore.register();
|
|
|
|
var draconianshovelcore = VanillaFactory.createItem("draconian_shovel_core");
|
|
draconianshovelcore.maxStackSize = 64;
|
|
draconianshovelcore.beaconPayment = false;
|
|
draconianshovelcore.register();
|
|
|
|
var draconianswordcore = VanillaFactory.createItem("draconian_sword_core");
|
|
draconianswordcore.maxStackSize = 64;
|
|
draconianswordcore.beaconPayment = false;
|
|
draconianswordcore.register();
|
|
|
|
var primordialaccelerator = VanillaFactory.createItem("primordial_accelerator");
|
|
primordialaccelerator.maxStackSize = 64;
|
|
primordialaccelerator.beaconPayment = false;
|
|
primordialaccelerator.register();
|
|
|
|
var primordiallens = VanillaFactory.createItem("primordial_catalyst");
|
|
primordiallens.maxStackSize = 64;
|
|
primordiallens.beaconPayment = false;
|
|
primordiallens.register();
|
|
|
|
var pulsatingfluix = VanillaFactory.createItem("pulsating_fluix");
|
|
pulsatingfluix.maxStackSize = 64;
|
|
pulsatingfluix.beaconPayment = false;
|
|
pulsatingfluix.register();
|
|
|
|
var coraliumeye = VanillaFactory.createItem("coralium_eye");
|
|
coraliumeye.maxStackSize = 64;
|
|
coraliumeye.beaconPayment = false;
|
|
coraliumeye.register();
|
|
|
|
var oblivioncatalyst = VanillaFactory.createItem("oblivion_catalyzer");
|
|
oblivioncatalyst.maxStackSize = 64;
|
|
oblivioncatalyst.beaconPayment = false;
|
|
oblivioncatalyst.register();
|
|
|
|
var puzzlesolwyernmon = VanillaFactory.createItem("puzzle_solution_wyvernmonument");
|
|
puzzlesolwyernmon.maxStackSize = 64;
|
|
puzzlesolwyernmon.beaconPayment = false;
|
|
puzzlesolwyernmon.register();
|
|
|
|
var puzzlesolobvcandle = VanillaFactory.createItem("puzzle_solution_oblivioncandle");
|
|
puzzlesolobvcandle.maxStackSize = 64;
|
|
puzzlesolobvcandle.beaconPayment = false;
|
|
puzzlesolobvcandle.register();
|
|
|
|
var ascendeddraconicalloy = VanillaFactory.createItem("ascended_draconic_alloy");
|
|
ascendeddraconicalloy.maxStackSize = 64;
|
|
ascendeddraconicalloy.beaconPayment = false;
|
|
ascendeddraconicalloy.register();
|
|
|
|
var silkyforesterleaf = VanillaFactory.createItem("silky_forester_leaf");
|
|
silkyforesterleaf.maxStackSize = 64;
|
|
silkyforesterleaf.beaconPayment = false;
|
|
silkyforesterleaf.register();
|
|
|
|
var thirdordermythicfractal = VanillaFactory.createItem("third_order_mythic_fractal");
|
|
thirdordermythicfractal.maxStackSize = 64;
|
|
thirdordermythicfractal.beaconPayment = false;
|
|
thirdordermythicfractal.glowing = true;
|
|
thirdordermythicfractal.register();
|
|
|
|
var eldritchwillingot = VanillaFactory.createItem("eldritch_will_ingot");
|
|
eldritchwillingot.maxStackSize = 64;
|
|
eldritchwillingot.beaconPayment = false;
|
|
eldritchwillingot.register();
|
|
|
|
var eyeoffleshmanipulation = VanillaFactory.createItem("eye_of_flesh_manipulation");
|
|
eyeoffleshmanipulation.maxStackSize = 64;
|
|
eyeoffleshmanipulation.beaconPayment = false;
|
|
eyeoffleshmanipulation.register();
|
|
|
|
var eldritchessence = VanillaFactory.createItem("eldritch_essence");
|
|
eldritchessence.maxStackSize = 64;
|
|
eldritchessence.beaconPayment = false;
|
|
eldritchessence.register();
|
|
|
|
var paradigmdominion = VanillaFactory.createItem("paradigm_of_dominion");
|
|
paradigmdominion.maxStackSize = 64;
|
|
paradigmdominion.beaconPayment = false;
|
|
paradigmdominion.register();
|
|
|
|
var warrensplitterfabrial = VanillaFactory.createItem("warren_splitter_fabrial");
|
|
warrensplitterfabrial.maxStackSize = 64;
|
|
warrensplitterfabrial.beaconPayment = false;
|
|
warrensplitterfabrial.register();
|
|
|
|
var coreofmirroring = VanillaFactory.createItem("core_of_mirroring");
|
|
coreofmirroring.maxStackSize = 64;
|
|
coreofmirroring.beaconPayment = false;
|
|
coreofmirroring.register();
|
|
|
|
var stoneofanima = VanillaFactory.createItem("stone_of_anima");
|
|
stoneofanima.maxStackSize = 64;
|
|
stoneofanima.beaconPayment = false;
|
|
stoneofanima.register();
|
|
|
|
var puzzlesolstoneanima = VanillaFactory.createItem("puzzle_solution_stoneofanima");
|
|
puzzlesolstoneanima.maxStackSize = 64;
|
|
puzzlesolstoneanima.beaconPayment = false;
|
|
puzzlesolstoneanima.register();
|
|
|
|
var swordrecursion = VanillaFactory.createItem("sword_recursion");
|
|
swordrecursion.maxStackSize = 64;
|
|
swordrecursion.beaconPayment = false;
|
|
swordrecursion.register();
|
|
|
|
var shieldrecursion = VanillaFactory.createItem("shield_recursion");
|
|
shieldrecursion.maxStackSize = 64;
|
|
shieldrecursion.beaconPayment = false;
|
|
shieldrecursion.register();
|
|
|
|
var recursionofwar = VanillaFactory.createItem("recursion_of_war");
|
|
recursionofwar.maxStackSize = 64;
|
|
recursionofwar.beaconPayment = false;
|
|
recursionofwar.register();
|
|
|
|
var motherpixonsoul = VanillaFactory.createItem("mother_pixon_soul");
|
|
motherpixonsoul.maxStackSize = 64;
|
|
motherpixonsoul.beaconPayment = false;
|
|
motherpixonsoul.register();
|
|
|
|
var soulofservitude = VanillaFactory.createItem("soul_of_colonial_servitude");
|
|
soulofservitude.maxStackSize = 64;
|
|
soulofservitude.beaconPayment = false;
|
|
soulofservitude.register();
|
|
|
|
var ensnaringsoul = VanillaFactory.createItem("ensnaring_soul");
|
|
ensnaringsoul.maxStackSize = 64;
|
|
ensnaringsoul.beaconPayment = false;
|
|
ensnaringsoul.register();
|
|
|
|
var twilightsigilofdominion = VanillaFactory.createItem("twilight_sigil_of_dominion");
|
|
twilightsigilofdominion.maxStackSize = 64;
|
|
twilightsigilofdominion.beaconPayment = false;
|
|
twilightsigilofdominion.register();
|
|
|
|
var willensnaringfabrial = VanillaFactory.createItem("will_ensnaring_fabrial");
|
|
willensnaringfabrial.maxStackSize = 64;
|
|
willensnaringfabrial.beaconPayment = false;
|
|
willensnaringfabrial.register();
|
|
|
|
var fourthordermythicfractal = VanillaFactory.createItem("fourth_order_mythic_fractal");
|
|
fourthordermythicfractal.maxStackSize = 64;
|
|
fourthordermythicfractal.beaconPayment = false;
|
|
fourthordermythicfractal.glowing = true;
|
|
fourthordermythicfractal.register();
|
|
|
|
var pearlescentartifact = VanillaFactory.createItem("pearlescent_artifact");
|
|
pearlescentartifact.maxStackSize = 64;
|
|
pearlescentartifact.beaconPayment = false;
|
|
pearlescentartifact.register();
|
|
|
|
var matterdigitalizationmodule = VanillaFactory.createItem("digital_matter_transmission_module");
|
|
matterdigitalizationmodule.maxStackSize = 64;
|
|
matterdigitalizationmodule.beaconPayment = false;
|
|
matterdigitalizationmodule.register();
|
|
|
|
var phasingsnowflake = VanillaFactory.createItem("phasing_snowflake");
|
|
phasingsnowflake.maxStackSize = 64;
|
|
phasingsnowflake.beaconPayment = false;
|
|
phasingsnowflake.register();
|
|
|
|
var phasingfluixconstruct = VanillaFactory.createItem("phasing_fluix_construct");
|
|
phasingfluixconstruct.maxStackSize = 64;
|
|
phasingfluixconstruct.beaconPayment = false;
|
|
phasingfluixconstruct.register();
|
|
|
|
var masterwizardrycatalyst = VanillaFactory.createItem("master_wizardry_catalyst");
|
|
masterwizardrycatalyst.maxStackSize = 64;
|
|
masterwizardrycatalyst.beaconPayment = false;
|
|
masterwizardrycatalyst.register();
|
|
|
|
var petrifiedfluix = VanillaFactory.createItem("petrified_fluix");
|
|
petrifiedfluix.maxStackSize = 64;
|
|
petrifiedfluix.beaconPayment = false;
|
|
petrifiedfluix.register();
|
|
|
|
var attunedfluixconstruct = VanillaFactory.createItem("attuned_fluix_construct");
|
|
attunedfluixconstruct.maxStackSize = 64;
|
|
attunedfluixconstruct.beaconPayment = false;
|
|
attunedfluixconstruct.register();
|
|
|
|
var puzzlesolattunedatconstruct = VanillaFactory.createItem("puzzle_solution_attunedfluixconstruct");
|
|
puzzlesolattunedatconstruct.maxStackSize = 64;
|
|
puzzlesolattunedatconstruct.beaconPayment = false;
|
|
puzzlesolattunedatconstruct.register();
|
|
|
|
var celestiallattice = VanillaFactory.createItem("celestial_lattice");
|
|
celestiallattice.maxStackSize = 64;
|
|
celestiallattice.beaconPayment = false;
|
|
celestiallattice.register();
|
|
|
|
var celestialjewel = VanillaFactory.createItem("celestial_jewel");
|
|
celestialjewel.maxStackSize = 64;
|
|
celestialjewel.beaconPayment = false;
|
|
celestialjewel.register();
|
|
|
|
var hihiirokane = VanillaFactory.createItem("hihi_irokane");
|
|
hihiirokane.maxStackSize = 64;
|
|
hihiirokane.beaconPayment = false;
|
|
hihiirokane.register();
|
|
|
|
var orichalcum = VanillaFactory.createItem("orichalcum");
|
|
orichalcum.maxStackSize = 64;
|
|
orichalcum.beaconPayment = false;
|
|
orichalcum.register();
|
|
|
|
var dreminfusioncrafting = VanillaFactory.createItem("dream_infusion_crafting");
|
|
dreminfusioncrafting.maxStackSize = 64;
|
|
dreminfusioncrafting.beaconPayment = false;
|
|
dreminfusioncrafting.register();
|
|
|
|
var mineralisritual = VanillaFactory.createItem("mineralis_ritual");
|
|
mineralisritual.maxStackSize = 64;
|
|
mineralisritual.beaconPayment = false;
|
|
mineralisritual.register();
|
|
|
|
var sparkledoak = VanillaFactory.createItem("puzzle_solution_sparkledoak");
|
|
sparkledoak.maxStackSize = 64;
|
|
sparkledoak.beaconPayment = false;
|
|
sparkledoak.register();
|
|
|
|
var acaciaresinbottle = VanillaFactory.createItem("acacia_resin_bottle");
|
|
acaciaresinbottle.maxStackSize = 64;
|
|
acaciaresinbottle.beaconPayment = false;
|
|
acaciaresinbottle.register();
|
|
|
|
var heavenextractbottle = VanillaFactory.createItem("heaven_extract_bottle");
|
|
heavenextractbottle.maxStackSize = 64;
|
|
heavenextractbottle.beaconPayment = false;
|
|
heavenextractbottle.register();
|
|
|
|
var swirldepthsbottle = VanillaFactory.createItem("swirl_depths_bottle");
|
|
swirldepthsbottle.maxStackSize = 64;
|
|
swirldepthsbottle.beaconPayment = false;
|
|
swirldepthsbottle.register();
|
|
|
|
var stoneichorbottle = VanillaFactory.createItem("stone_ichor_bottle");
|
|
stoneichorbottle.maxStackSize = 64;
|
|
stoneichorbottle.beaconPayment = false;
|
|
stoneichorbottle.register();
|
|
|
|
var bewitchedchord = VanillaFactory.createItem("bewitched_cord");
|
|
bewitchedchord.maxStackSize = 64;
|
|
bewitchedchord.beaconPayment = false;
|
|
bewitchedchord.register();
|
|
|
|
var whitefireember = VanillaFactory.createItem("whitefire_ember");
|
|
whitefireember.maxStackSize = 64;
|
|
whitefireember.beaconPayment = false;
|
|
whitefireember.register();
|
|
|
|
var bettergooball = VanillaFactory.createItem("better_goo_ball");
|
|
bettergooball.maxStackSize = 64;
|
|
bettergooball.beaconPayment = false;
|
|
bettergooball.register();
|
|
|
|
var eldritchmetalplate = VanillaFactory.createItem("eldritch_metal_plate");
|
|
eldritchmetalplate.maxStackSize = 64;
|
|
eldritchmetalplate.beaconPayment = false;
|
|
eldritchmetalplate.register();
|
|
|
|
var undeadwing = VanillaFactory.createItem("undead_wing");
|
|
undeadwing.maxStackSize = 64;
|
|
undeadwing.beaconPayment = false;
|
|
undeadwing.register();
|
|
|
|
var cottoncandywitheringspray = VanillaFactory.createItem("cotton_candy_withering_spray");
|
|
cottoncandywitheringspray.maxStackSize = 64;
|
|
cottoncandywitheringspray.beaconPayment = false;
|
|
cottoncandywitheringspray.register();
|
|
|
|
var starlightsphere = VanillaFactory.createItem("starlight_sphere");
|
|
starlightsphere.maxStackSize = 64;
|
|
starlightsphere.beaconPayment = false;
|
|
starlightsphere.register();
|
|
|
|
var thaumiccitrus = VanillaFactory.createItem("thaumic_citrus");
|
|
thaumiccitrus.maxStackSize = 64;
|
|
thaumiccitrus.beaconPayment = false;
|
|
thaumiccitrus.register();
|
|
|
|
var alchemicalparticle = VanillaFactory.createItem("alchemical_particle");
|
|
alchemicalparticle.maxStackSize = 64;
|
|
alchemicalparticle.beaconPayment = false;
|
|
alchemicalparticle.register();
|
|
|
|
|
|
var tungstencarrot = VanillaFactory.createItem("tungsten_carrot");
|
|
tungstencarrot.maxStackSize = 64;
|
|
tungstencarrot.beaconPayment = false;
|
|
tungstencarrot.register();
|
|
|
|
var lightofshadesmar = VanillaFactory.createItem("light_of_shadesmar");
|
|
lightofshadesmar.maxStackSize = 64;
|
|
lightofshadesmar.beaconPayment = false;
|
|
lightofshadesmar.register();
|
|
|
|
var chaoticpoppet = VanillaFactory.createItem("chaotic_poppet");
|
|
chaoticpoppet.maxStackSize = 64;
|
|
chaoticpoppet.beaconPayment = false;
|
|
chaoticpoppet.register();
|
|
|
|
var tier5mythicfractal = VanillaFactory.createItem("fifth_order_mythic_fractal");
|
|
tier5mythicfractal.maxStackSize = 64;
|
|
tier5mythicfractal.beaconPayment = false;
|
|
tier5mythicfractal.register();
|
|
|
|
var drakstarcompound = VanillaFactory.createItem("darkstar_compound");
|
|
drakstarcompound.maxStackSize = 64;
|
|
drakstarcompound.beaconPayment = false;
|
|
drakstarcompound.register();
|
|
|
|
var recursiumingot = VanillaFactory.createItem("recursium_ingot");
|
|
recursiumingot.maxStackSize = 64;
|
|
recursiumingot.beaconPayment = false;
|
|
recursiumingot.register();
|
|
|
|
var recursiumfragmentiter0 = VanillaFactory.createItem("recursium_fragment_iter0");
|
|
recursiumfragmentiter0.maxStackSize = 64;
|
|
recursiumfragmentiter0.beaconPayment = false;
|
|
recursiumfragmentiter0.register();
|
|
|
|
var recursiumfragmentiter1 = VanillaFactory.createItem("recursium_fragment_iter1");
|
|
recursiumfragmentiter1.maxStackSize = 64;
|
|
recursiumfragmentiter1.beaconPayment = false;
|
|
recursiumfragmentiter1.register();
|
|
|
|
var recursiumfragmentiter2 = VanillaFactory.createItem("recursium_fragment_iter2");
|
|
recursiumfragmentiter2.maxStackSize = 64;
|
|
recursiumfragmentiter2.beaconPayment = false;
|
|
recursiumfragmentiter2.register();
|
|
|
|
var recursiumfragmentiter3 = VanillaFactory.createItem("recursium_fragment_iter3");
|
|
recursiumfragmentiter3.maxStackSize = 64;
|
|
recursiumfragmentiter3.beaconPayment = false;
|
|
recursiumfragmentiter3.register();
|
|
|
|
var recursiumfragmentiter4 = VanillaFactory.createItem("recursium_fragment_iter4");
|
|
recursiumfragmentiter4.maxStackSize = 64;
|
|
recursiumfragmentiter4.beaconPayment = false;
|
|
recursiumfragmentiter4.register();
|
|
|
|
var recursiumfragmentiter5 = VanillaFactory.createItem("recursium_fragment_iter5");
|
|
recursiumfragmentiter5.maxStackSize = 64;
|
|
recursiumfragmentiter5.beaconPayment = false;
|
|
recursiumfragmentiter5.register();
|
|
|
|
var packsupportertoken = VanillaFactory.createItem("pack_supporter_token");
|
|
packsupportertoken.maxStackSize = 64;
|
|
packsupportertoken.beaconPayment = false;
|
|
packsupportertoken.register();
|
|
|
|
var cosmicgem = VanillaFactory.createItem("cosmic_gem");
|
|
cosmicgem.maxStackSize = 64;
|
|
cosmicgem.beaconPayment = false;
|
|
cosmicgem.register();
|
|
|
|
var cosmicfragmentiron = VanillaFactory.createItem("cosmic_fragment_iron");
|
|
cosmicfragmentiron.maxStackSize = 64;
|
|
cosmicfragmentiron.beaconPayment = false;
|
|
cosmicfragmentiron.register();
|
|
|
|
var cosmicfragmentgold = VanillaFactory.createItem("cosmic_fragment_gold");
|
|
cosmicfragmentgold.maxStackSize = 64;
|
|
cosmicfragmentgold.beaconPayment = false;
|
|
cosmicfragmentgold.register();
|
|
|
|
var cosmicfragmentlapis = VanillaFactory.createItem("cosmic_fragment_lapis");
|
|
cosmicfragmentlapis.maxStackSize = 64;
|
|
cosmicfragmentlapis.beaconPayment = false;
|
|
cosmicfragmentlapis.register();
|
|
|
|
var cosmicfragmentcoal = VanillaFactory.createItem("cosmic_fragment_coal");
|
|
cosmicfragmentcoal.maxStackSize = 64;
|
|
cosmicfragmentcoal.beaconPayment = false;
|
|
cosmicfragmentcoal.register();
|
|
|
|
var cosmicfragmentoxygen = VanillaFactory.createItem("cosmic_fragment_oxygen");
|
|
cosmicfragmentoxygen.maxStackSize = 64;
|
|
cosmicfragmentoxygen.beaconPayment = false;
|
|
cosmicfragmentoxygen.register();
|
|
|
|
var cosmicfragmenthydrogen = VanillaFactory.createItem("cosmic_fragment_hydrogen");
|
|
cosmicfragmenthydrogen.maxStackSize = 64;
|
|
cosmicfragmenthydrogen.beaconPayment = false;
|
|
cosmicfragmenthydrogen.register();
|
|
|
|
var cosmicfragmentnitrogen = VanillaFactory.createItem("cosmic_fragment_nitrogen");
|
|
cosmicfragmentnitrogen.maxStackSize = 64;
|
|
cosmicfragmentnitrogen.beaconPayment = false;
|
|
cosmicfragmentnitrogen.register();
|
|
|
|
var cosmicfragmentgunpowder = VanillaFactory.createItem("cosmic_fragment_gunpowder");
|
|
cosmicfragmentgunpowder.maxStackSize = 64;
|
|
cosmicfragmentgunpowder.beaconPayment = false;
|
|
cosmicfragmentgunpowder.register();
|
|
|
|
var cosmicfragmentnitre = VanillaFactory.createItem("cosmic_fragment_nitre");
|
|
cosmicfragmentnitre.maxStackSize = 64;
|
|
cosmicfragmentnitre.beaconPayment = false;
|
|
cosmicfragmentnitre.register();
|
|
|
|
var cosmicfragmentredstone = VanillaFactory.createItem("cosmic_fragment_redstone");
|
|
cosmicfragmentredstone.maxStackSize = 64;
|
|
cosmicfragmentredstone.beaconPayment = false;
|
|
cosmicfragmentredstone.register();
|
|
|
|
var cosmicfragmentabyss = VanillaFactory.createItem("cosmic_fragment_abyss");
|
|
cosmicfragmentabyss.maxStackSize = 64;
|
|
cosmicfragmentabyss.beaconPayment = false;
|
|
cosmicfragmentabyss.register();
|
|
|
|
var cosmicfragmentdread = VanillaFactory.createItem("cosmic_fragment_dread");
|
|
cosmicfragmentdread.maxStackSize = 64;
|
|
cosmicfragmentdread.beaconPayment = false;
|
|
cosmicfragmentdread.register();
|
|
|
|
var cosmicfragmenttin = VanillaFactory.createItem("cosmic_fragment_tin");
|
|
cosmicfragmenttin.maxStackSize = 64;
|
|
cosmicfragmenttin.beaconPayment = false;
|
|
cosmicfragmenttin.register();
|
|
|
|
var cosmicfragmentcopper = VanillaFactory.createItem("cosmic_fragment_copper");
|
|
cosmicfragmentcopper.maxStackSize = 64;
|
|
cosmicfragmentcopper.beaconPayment = false;
|
|
cosmicfragmentcopper.register();
|
|
|
|
var cosmicfragmentsilicon = VanillaFactory.createItem("cosmic_fragment_silicon");
|
|
cosmicfragmentsilicon.maxStackSize = 64;
|
|
cosmicfragmentsilicon.beaconPayment = false;
|
|
cosmicfragmentsilicon.register();
|
|
|
|
var cosmicfragmentmagnesium = VanillaFactory.createItem("cosmic_fragment_magnesium");
|
|
cosmicfragmentmagnesium.maxStackSize = 64;
|
|
cosmicfragmentmagnesium.beaconPayment = false;
|
|
cosmicfragmentmagnesium.register();
|
|
|
|
var cosmicfragmentaluminum = VanillaFactory.createItem("cosmic_fragment_aluminum");
|
|
cosmicfragmentaluminum.maxStackSize = 64;
|
|
cosmicfragmentaluminum.beaconPayment = false;
|
|
cosmicfragmentaluminum.register();
|
|
|
|
var cosmicfragmentzinc = VanillaFactory.createItem("cosmic_fragment_zinc");
|
|
cosmicfragmentzinc.maxStackSize = 64;
|
|
cosmicfragmentzinc.beaconPayment = false;
|
|
cosmicfragmentzinc.register();
|
|
|
|
var cosmicfragmentbone = VanillaFactory.createItem("cosmic_fragment_bone");
|
|
cosmicfragmentbone.maxStackSize = 64;
|
|
cosmicfragmentbone.beaconPayment = false;
|
|
cosmicfragmentbone.register();
|
|
|
|
var cosmicfragmentberyllium = VanillaFactory.createItem("cosmic_fragment_beryllium");
|
|
cosmicfragmentberyllium.maxStackSize = 64;
|
|
cosmicfragmentberyllium.beaconPayment = false;
|
|
cosmicfragmentberyllium.register();
|
|
|
|
var oneintwohundred = VanillaFactory.createItem("1_in_200");
|
|
oneintwohundred.maxStackSize = 64;
|
|
oneintwohundred.beaconPayment = false;
|
|
oneintwohundred.register();
|
|
|
|
var oneinthirtyfive = VanillaFactory.createItem("1_in_35");
|
|
oneinthirtyfive.maxStackSize = 64;
|
|
oneinthirtyfive.beaconPayment = false;
|
|
oneinthirtyfive.register();
|
|
|
|
var clunkychunkyrune = VanillaFactory.createItem("clunky_chunky_rune");
|
|
clunkychunkyrune.maxStackSize = 64;
|
|
clunkychunkyrune.beaconPayment = false;
|
|
clunkychunkyrune.register();
|
|
|
|
var quicksilverbucket = VanillaFactory.createItem("quicksilver_bucket");
|
|
quicksilverbucket.maxStackSize = 64;
|
|
quicksilverbucket.beaconPayment = false;
|
|
quicksilverbucket.register();
|
|
|
|
var secretivenightmareheart = VanillaFactory.createItem("secretive_nightmare_heart");
|
|
secretivenightmareheart.maxStackSize = 64;
|
|
secretivenightmareheart.beaconPayment = false;
|
|
secretivenightmareheart.register();
|
|
|
|
var californiumlatticecapsule = VanillaFactory.createItem("californium_lattice_capsule");
|
|
californiumlatticecapsule.maxStackSize = 64;
|
|
californiumlatticecapsule.beaconPayment = false;
|
|
californiumlatticecapsule.register();
|
|
|
|
var strangemattercapsule = VanillaFactory.createItem("strange_matter_capsule");
|
|
strangemattercapsule.maxStackSize = 64;
|
|
strangemattercapsule.beaconPayment = false;
|
|
strangemattercapsule.register();
|
|
|
|
var megeliumcapsule = VanillaFactory.createItem("megelium_capsule");
|
|
megeliumcapsule.maxStackSize = 64;
|
|
megeliumcapsule.beaconPayment = false;
|
|
megeliumcapsule.register();
|
|
|
|
var primedmegeliumcapsule = VanillaFactory.createItem("primed_megelium_capsule");
|
|
primedmegeliumcapsule.maxStackSize = 64;
|
|
primedmegeliumcapsule.beaconPayment = false;
|
|
primedmegeliumcapsule.register();
|
|
|
|
var orichalcumsliver = VanillaFactory.createItem("orichalcum_sliver");
|
|
orichalcumsliver.maxStackSize = 64;
|
|
orichalcumsliver.beaconPayment = false;
|
|
orichalcumsliver.register();
|
|
|
|
var puzzlesolghoulspi = VanillaFactory.createItem("puzzle_solution_ghoulspirit");
|
|
puzzlesolghoulspi.maxStackSize = 64;
|
|
puzzlesolghoulspi.beaconPayment = false;
|
|
puzzlesolghoulspi.register();
|
|
|
|
var meatballmancharm = VanillaFactory.createItem("meatball_man_charm");
|
|
meatballmancharm.maxStackSize = 64;
|
|
meatballmancharm.beaconPayment = false;
|
|
meatballmancharm.register();
|
|
|
|
var puzzlesoltaintedmeatball = VanillaFactory.createItem("puzzle_solution_taintedmeatball");
|
|
puzzlesoltaintedmeatball.maxStackSize = 64;
|
|
puzzlesoltaintedmeatball.beaconPayment = false;
|
|
puzzlesoltaintedmeatball.register();
|
|
|
|
var increaserange = VanillaFactory.createItem("increase_range");
|
|
increaserange.maxStackSize = 64;
|
|
increaserange.beaconPayment = false;
|
|
increaserange.register();
|
|
|
|
var infiniterange = VanillaFactory.createItem("infinite_range");
|
|
infiniterange.maxStackSize = 64;
|
|
infiniterange.beaconPayment = false;
|
|
infiniterange.register();
|
|
|
|
var sunblessing = VanillaFactory.createItem("sun_blessing");
|
|
sunblessing.maxStackSize = 64;
|
|
sunblessing.beaconPayment = false;
|
|
sunblessing.register();
|
|
|
|
var gemofthewarrior = VanillaFactory.createItem("gem_of_the_warrior");
|
|
gemofthewarrior.maxStackSize = 64;
|
|
gemofthewarrior.beaconPayment = false;
|
|
gemofthewarrior.register();
|
|
|
|
var ascendedfractal1 = VanillaFactory.createItem("first_order_ascended_fractal");
|
|
ascendedfractal1.maxStackSize = 64;
|
|
ascendedfractal1.beaconPayment = false;
|
|
ascendedfractal1.register();
|
|
|
|
var ascendedfractal2 = VanillaFactory.createItem("second_order_ascended_fractal");
|
|
ascendedfractal2.maxStackSize = 64;
|
|
ascendedfractal2.beaconPayment = false;
|
|
ascendedfractal2.register();
|
|
|
|
var ascendedfractal3 = VanillaFactory.createItem("third_order_ascended_fractal");
|
|
ascendedfractal3.maxStackSize = 64;
|
|
ascendedfractal3.beaconPayment = false;
|
|
ascendedfractal3.register();
|
|
|
|
var ascendedfractal4 = VanillaFactory.createItem("fourth_order_ascended_fractal");
|
|
ascendedfractal4.maxStackSize = 64;
|
|
ascendedfractal4.beaconPayment = false;
|
|
ascendedfractal4.register();
|
|
|
|
var ascendedfractal5 = VanillaFactory.createItem("fifth_order_ascended_fractal");
|
|
ascendedfractal5.maxStackSize = 64;
|
|
ascendedfractal5.beaconPayment = false;
|
|
ascendedfractal5.register();
|
|
|
|
var areagaia3 = VanillaFactory.createItem("25x25_area_of_grass");
|
|
areagaia3.maxStackSize = 64;
|
|
areagaia3.beaconPayment = false;
|
|
areagaia3.register();
|
|
|
|
var areagaia4 = VanillaFactory.createItem("35x35_area_of_grass");
|
|
areagaia4.maxStackSize = 64;
|
|
areagaia4.beaconPayment = false;
|
|
areagaia4.register();
|
|
|
|
var roofgaia = VanillaFactory.createItem("roof_can_be_placed_7_blocks_away");
|
|
roofgaia.maxStackSize = 64;
|
|
roofgaia.beaconPayment = false;
|
|
roofgaia.register();
|
|
|
|
var finishingmeatballcraft = VanillaFactory.createItem("how_to_finish_meatballcraft");
|
|
finishingmeatballcraft.maxStackSize = 64;
|
|
finishingmeatballcraft.beaconPayment = false;
|
|
finishingmeatballcraft.register();
|
|
|
|
var fissionautomation = VanillaFactory.createItem("fission_automation");
|
|
fissionautomation.maxStackSize = 64;
|
|
fissionautomation.beaconPayment = false;
|
|
fissionautomation.register();
|
|
|
|
var draconicupgradelocations = VanillaFactory.createItem("draconic_upgrades_locations");
|
|
draconicupgradelocations.maxStackSize = 64;
|
|
draconicupgradelocations.beaconPayment = false;
|
|
draconicupgradelocations.register();
|
|
|
|
var berserkerforgeloop = VanillaFactory.createItem("berserker_forge_loop");
|
|
berserkerforgeloop.maxStackSize = 64;
|
|
berserkerforgeloop.beaconPayment = false;
|
|
berserkerforgeloop.register();
|
|
|
|
var duplicatingenchants = VanillaFactory.createItem("duplicating_enchants");
|
|
duplicatingenchants.maxStackSize = 64;
|
|
duplicatingenchants.beaconPayment = false;
|
|
duplicatingenchants.register();
|
|
|
|
var cutshyrelandsgarnet = VanillaFactory.createItem("cut_shyrelands_garnet");
|
|
cutshyrelandsgarnet.maxStackSize = 64;
|
|
cutshyrelandsgarnet.beaconPayment = false;
|
|
cutshyrelandsgarnet.register();
|
|
|
|
var eyeofgallifrey = VanillaFactory.createItem("eye_of_gallifrey");
|
|
eyeofgallifrey.maxStackSize = 64;
|
|
eyeofgallifrey.beaconPayment = false;
|
|
eyeofgallifrey.register();
|
|
|
|
var opticaleventhorizon = VanillaFactory.createItem("optical_event_horizon");
|
|
opticaleventhorizon.maxStackSize = 64;
|
|
opticaleventhorizon.beaconPayment = false;
|
|
opticaleventhorizon.register();
|
|
|
|
var gallifreyfabrial = VanillaFactory.createItem("gallifrey_fabrial");
|
|
gallifreyfabrial.maxStackSize = 64;
|
|
gallifreyfabrial.beaconPayment = false;
|
|
gallifreyfabrial.register();
|
|
|
|
var haliteimbuementfabrial = VanillaFactory.createItem("halite_imbuement_fabrial");
|
|
haliteimbuementfabrial.maxStackSize = 64;
|
|
haliteimbuementfabrial.beaconPayment = false;
|
|
haliteimbuementfabrial.register();
|
|
|
|
var purehalitecluster = VanillaFactory.createItem("pure_halite_cluster");
|
|
purehalitecluster.maxStackSize = 64;
|
|
purehalitecluster.beaconPayment = false;
|
|
purehalitecluster.register();
|
|
|
|
var warrenrift = VanillaFactory.createItem("warren_rift");
|
|
warrenrift.maxStackSize = 64;
|
|
warrenrift.beaconPayment = false;
|
|
warrenrift.register();
|
|
|
|
var spellrecyclingcrystal = VanillaFactory.createItem("spell_recycling_crystal");
|
|
spellrecyclingcrystal.maxStackSize = 64;
|
|
spellrecyclingcrystal.beaconPayment = false;
|
|
spellrecyclingcrystal.register();
|
|
|
|
var puzzlesolrecyclespell = VanillaFactory.createItem("puzzle_solution_spellrecyclercrystal");
|
|
puzzlesolrecyclespell.maxStackSize = 64;
|
|
puzzlesolrecyclespell.beaconPayment = false;
|
|
puzzlesolrecyclespell.register();
|
|
|
|
var epictooltipper = VanillaFactory.createItem("epic_tool_tipper");
|
|
epictooltipper.maxStackSize = 64;
|
|
epictooltipper.beaconPayment = false;
|
|
epictooltipper.register();
|
|
|
|
var fillwithhighparticulatesteam = VanillaFactory.createItem("fill_with_high_particulate_steam");
|
|
fillwithhighparticulatesteam.maxStackSize = 64;
|
|
fillwithhighparticulatesteam.beaconPayment = false;
|
|
fillwithhighparticulatesteam.register();
|
|
|
|
var fluidcrystalmatrixcondensation = VanillaFactory.createItem("fluidcrystalmatrix_condensation");
|
|
fluidcrystalmatrixcondensation.maxStackSize = 64;
|
|
fluidcrystalmatrixcondensation.beaconPayment = false;
|
|
fluidcrystalmatrixcondensation.register();
|
|
|
|
var stargatechevron = VanillaFactory.createItem("stargate_chevron");
|
|
stargatechevron.maxStackSize = 64;
|
|
stargatechevron.beaconPayment = false;
|
|
stargatechevron.register();
|
|
|
|
var stargatering = VanillaFactory.createItem("stargate_ring");
|
|
stargatering.maxStackSize = 64;
|
|
stargatering.beaconPayment = false;
|
|
stargatering.register();
|
|
|
|
var stargatecontroller = VanillaFactory.createItem("stargate_controller");
|
|
stargatecontroller.maxStackSize = 64;
|
|
stargatecontroller.beaconPayment = false;
|
|
stargatecontroller.register();
|
|
|
|
var beestargate = VanillaFactory.createItem("bee_stargate");
|
|
beestargate.maxStackSize = 64;
|
|
beestargate.beaconPayment = false;
|
|
beestargate.register();
|
|
|
|
var warrenshardabyss = VanillaFactory.createItem("warren_shard_abyss");
|
|
warrenshardabyss.maxStackSize = 64;
|
|
warrenshardabyss.beaconPayment = false;
|
|
warrenshardabyss.register();
|
|
|
|
var warrenshardlelyetia = VanillaFactory.createItem("warren_shard_lelyetia");
|
|
warrenshardlelyetia.maxStackSize = 64;
|
|
warrenshardlelyetia.beaconPayment = false;
|
|
warrenshardlelyetia.register();
|
|
|
|
var warrenshardprecasia = VanillaFactory.createItem("warren_shard_precasia");
|
|
warrenshardprecasia.maxStackSize = 64;
|
|
warrenshardprecasia.beaconPayment = false;
|
|
warrenshardprecasia.register();
|
|
|
|
var warrensharddeeplands = VanillaFactory.createItem("warren_shard_deeplands");
|
|
warrensharddeeplands.maxStackSize = 64;
|
|
warrensharddeeplands.beaconPayment = false;
|
|
warrensharddeeplands.register();
|
|
|
|
var warrenshardcreeponia = VanillaFactory.createItem("warren_shard_creeponia");
|
|
warrenshardcreeponia.maxStackSize = 64;
|
|
warrenshardcreeponia.beaconPayment = false;
|
|
warrenshardcreeponia.register();
|
|
|
|
var warrenshardbarathos = VanillaFactory.createItem("warren_shard_barathos");
|
|
warrenshardbarathos.maxStackSize = 64;
|
|
warrenshardbarathos.beaconPayment = false;
|
|
warrenshardbarathos.register();
|
|
|
|
var warrenshardcrystevia = VanillaFactory.createItem("warren_shard_crystevia");
|
|
warrenshardcrystevia.maxStackSize = 64;
|
|
warrenshardcrystevia.beaconPayment = false;
|
|
warrenshardcrystevia.register();
|
|
|
|
var warrenshardgardencia = VanillaFactory.createItem("warren_shard_gardencia");
|
|
warrenshardgardencia.maxStackSize = 64;
|
|
warrenshardgardencia.beaconPayment = false;
|
|
warrenshardgardencia.register();
|
|
|
|
var warrenshardhaven = VanillaFactory.createItem("warren_shard_haven");
|
|
warrenshardhaven.maxStackSize = 64;
|
|
warrenshardhaven.beaconPayment = false;
|
|
warrenshardhaven.register();
|
|
|
|
var warrenshardiromine = VanillaFactory.createItem("warren_shard_iromine");
|
|
warrenshardiromine.maxStackSize = 64;
|
|
warrenshardiromine.beaconPayment = false;
|
|
warrenshardiromine.register();
|
|
|
|
var warrenshardceleve = VanillaFactory.createItem("warren_shard_celeve");
|
|
warrenshardceleve.maxStackSize = 64;
|
|
warrenshardceleve.beaconPayment = false;
|
|
warrenshardceleve.register();
|
|
|
|
var warrenshardcandyland = VanillaFactory.createItem("warren_shard_candyland");
|
|
warrenshardcandyland.maxStackSize = 64;
|
|
warrenshardcandyland.beaconPayment = false;
|
|
warrenshardcandyland.register();
|
|
|
|
var warrenshardmysterium = VanillaFactory.createItem("warren_shard_mysterium");
|
|
warrenshardmysterium.maxStackSize = 64;
|
|
warrenshardmysterium.beaconPayment = false;
|
|
warrenshardmysterium.register();
|
|
|
|
var warrenshardvoxponds = VanillaFactory.createItem("warren_shard_voxponds");
|
|
warrenshardvoxponds.maxStackSize = 64;
|
|
warrenshardvoxponds.beaconPayment = false;
|
|
warrenshardvoxponds.register();
|
|
|
|
var warrenshardborean = VanillaFactory.createItem("warren_shard_borean");
|
|
warrenshardborean.maxStackSize = 64;
|
|
warrenshardborean.beaconPayment = false;
|
|
warrenshardborean.register();
|
|
|
|
var warrenshardrunandor = VanillaFactory.createItem("warren_shard_runandor");
|
|
warrenshardrunandor.maxStackSize = 64;
|
|
warrenshardrunandor.beaconPayment = false;
|
|
warrenshardrunandor.register();
|
|
|
|
var warrenshardlunalus = VanillaFactory.createItem("warren_shard_lunalus");
|
|
warrenshardlunalus.maxStackSize = 64;
|
|
warrenshardlunalus.beaconPayment = false;
|
|
warrenshardlunalus.register();
|
|
|
|
var warrenshardeden = VanillaFactory.createItem("warren_shard_eden");
|
|
warrenshardeden.maxStackSize = 64;
|
|
warrenshardeden.beaconPayment = false;
|
|
warrenshardeden.register();
|
|
|
|
var warrenshardwildwood = VanillaFactory.createItem("warren_shard_wildwood");
|
|
warrenshardwildwood.maxStackSize = 64;
|
|
warrenshardwildwood.beaconPayment = false;
|
|
warrenshardwildwood.register();
|
|
|
|
var warrenshardapalachia = VanillaFactory.createItem("warren_shard_apalachia");
|
|
warrenshardapalachia.maxStackSize = 64;
|
|
warrenshardapalachia.beaconPayment = false;
|
|
warrenshardapalachia.register();
|
|
|
|
var warrenshardskythern = VanillaFactory.createItem("warren_shard_skythern");
|
|
warrenshardskythern.maxStackSize = 64;
|
|
warrenshardskythern.beaconPayment = false;
|
|
warrenshardskythern.register();
|
|
|
|
var warrenshardgreckon = VanillaFactory.createItem("warren_shard_greckon");
|
|
warrenshardgreckon.maxStackSize = 64;
|
|
warrenshardgreckon.beaconPayment = false;
|
|
warrenshardgreckon.register();
|
|
|
|
var warrensharddustopia = VanillaFactory.createItem("warren_shard_dustopia");
|
|
warrensharddustopia.maxStackSize = 64;
|
|
warrensharddustopia.beaconPayment = false;
|
|
warrensharddustopia.register();
|
|
|
|
var warrenshardimmortallis = VanillaFactory.createItem("warren_shard_immortallis");
|
|
warrenshardimmortallis.maxStackSize = 64;
|
|
warrenshardimmortallis.beaconPayment = false;
|
|
warrenshardimmortallis.register();
|
|
|
|
var warrenshardancientcavern = VanillaFactory.createItem("warren_shard_ancientcavern");
|
|
warrenshardancientcavern.maxStackSize = 64;
|
|
warrenshardancientcavern.beaconPayment = false;
|
|
warrenshardancientcavern.register();
|
|
|
|
var warrenshardshyrelands = VanillaFactory.createItem("warren_shard_shyrelands");
|
|
warrenshardshyrelands.maxStackSize = 64;
|
|
warrenshardshyrelands.beaconPayment = false;
|
|
warrenshardshyrelands.register();
|
|
|
|
var warrenshardmortum = VanillaFactory.createItem("warren_shard_mortum");
|
|
warrenshardmortum.maxStackSize = 64;
|
|
warrenshardmortum.beaconPayment = false;
|
|
warrenshardmortum.register();
|
|
|
|
var essenceofthemythicshells = VanillaFactory.createItem("essence_of_the_mythic_shells");
|
|
essenceofthemythicshells.maxStackSize = 64;
|
|
essenceofthemythicshells.beaconPayment = false;
|
|
essenceofthemythicshells.register();
|
|
|
|
|
|
|
|
var eyeoflimbo = VanillaFactory.createItem("eye_of_limbo");
|
|
eyeoflimbo.maxStackSize = 64;
|
|
eyeoflimbo.beaconPayment = false;
|
|
eyeoflimbo.register();
|
|
|
|
var puzzlesolwarrenblindfold = VanillaFactory.createItem("puzzle_solution_warrenblindfold");
|
|
puzzlesolwarrenblindfold.maxStackSize = 64;
|
|
puzzlesolwarrenblindfold.beaconPayment = false;
|
|
puzzlesolwarrenblindfold.register();
|
|
|
|
var puzzlesolmonumeatball = VanillaFactory.createItem("puzzle_solution_monumentallysentientbeatball");
|
|
puzzlesolmonumeatball.maxStackSize = 64;
|
|
puzzlesolmonumeatball.beaconPayment = false;
|
|
puzzlesolmonumeatball.register();
|
|
|
|
|
|
var jeitipsitem = VanillaFactory.createItem("jei_tipsandtricks");
|
|
jeitipsitem.maxStackSize = 64;
|
|
jeitipsitem.beaconPayment = false;
|
|
jeitipsitem.register();
|
|
|
|
var emptinesstutorial = VanillaFactory.createItem("emptiness_tutorial");
|
|
emptinesstutorial.maxStackSize = 64;
|
|
emptinesstutorial.beaconPayment = false;
|
|
emptinesstutorial.register();
|
|
|
|
var rareloottable = VanillaFactory.createItem("rare_loot_table");
|
|
rareloottable.maxStackSize = 64;
|
|
rareloottable.beaconPayment = false;
|
|
rareloottable.register();
|
|
|
|
var bossdrop = VanillaFactory.createItem("boss_drop");
|
|
bossdrop.maxStackSize = 64;
|
|
bossdrop.beaconPayment = false;
|
|
bossdrop.register();
|
|
|
|
var dungeondrop = VanillaFactory.createItem("dungeon_drop");
|
|
dungeondrop.maxStackSize = 64;
|
|
dungeondrop.beaconPayment = false;
|
|
dungeondrop.register();
|
|
|
|
var rftoolssyringe = VanillaFactory.createItem("rftools_syringe");
|
|
rftoolssyringe.maxStackSize = 64;
|
|
rftoolssyringe.beaconPayment = false;
|
|
rftoolssyringe.register();
|
|
|
|
var gluttonousoneflesh = VanillaFactory.createItem("flesh_of_the_gluttonous_one");
|
|
gluttonousoneflesh.maxStackSize = 64;
|
|
gluttonousoneflesh.beaconPayment = false;
|
|
gluttonousoneflesh.register();
|
|
|
|
var fluitofflesh = VanillaFactory.createItem("fluit_of_flesh");
|
|
fluitofflesh.maxStackSize = 64;
|
|
fluitofflesh.beaconPayment = false;
|
|
fluitofflesh.register();
|
|
|
|
var passivepackagedauto = VanillaFactory.createItem("passive_packagedauto");
|
|
passivepackagedauto.maxStackSize = 64;
|
|
passivepackagedauto.beaconPayment = false;
|
|
passivepackagedauto.register();
|
|
|
|
var demonicember = VanillaFactory.createItem("demonic_ember");
|
|
demonicember.maxStackSize = 64;
|
|
demonicember.beaconPayment = false;
|
|
demonicember.register();
|
|
|
|
var fireyfurnacesand = VanillaFactory.createItem("firey_furnace_sand");
|
|
fireyfurnacesand.maxStackSize = 64;
|
|
fireyfurnacesand.beaconPayment = false;
|
|
fireyfurnacesand.register();
|
|
|
|
var fireyfurnaceglass = VanillaFactory.createItem("firey_furnace_glass");
|
|
fireyfurnaceglass.maxStackSize = 64;
|
|
fireyfurnaceglass.beaconPayment = false;
|
|
fireyfurnaceglass.register();
|
|
|
|
var furnacelookingglass = VanillaFactory.createItem("furnace_looking_glass");
|
|
furnacelookingglass.maxStackSize = 64;
|
|
furnacelookingglass.beaconPayment = false;
|
|
furnacelookingglass.register();
|
|
|
|
var traderdrop = VanillaFactory.createItem("trader_drop");
|
|
traderdrop.maxStackSize = 64;
|
|
traderdrop.beaconPayment = false;
|
|
traderdrop.register();
|
|
|
|
var foundinoverworld = VanillaFactory.createItem("found_in_overworld");
|
|
foundinoverworld.maxStackSize = 64;
|
|
foundinoverworld.beaconPayment = false;
|
|
foundinoverworld.register();
|
|
|
|
var foundinnether = VanillaFactory.createItem("found_in_nether");
|
|
foundinnether.maxStackSize = 64;
|
|
foundinnether.beaconPayment = false;
|
|
foundinnether.register();
|
|
|
|
var foundinerebus = VanillaFactory.createItem("found_in_erebus");
|
|
foundinerebus.maxStackSize = 64;
|
|
foundinerebus.beaconPayment = false;
|
|
foundinerebus.register();
|
|
|
|
var fractallitefurnce = VanillaFactory.createItem("fractallite_furnace");
|
|
fractallitefurnce.maxStackSize = 64;
|
|
fractallitefurnce.beaconPayment = false;
|
|
fractallitefurnce.register();
|
|
|
|
var puzzlesolfurnaceguyyy = VanillaFactory.createItem("puzzle_solution_furnaceguy");
|
|
puzzlesolfurnaceguyyy.maxStackSize = 64;
|
|
puzzlesolfurnaceguyyy.beaconPayment = false;
|
|
puzzlesolfurnaceguyyy.register();
|
|
|
|
var sanitizeddarkmatter = VanillaFactory.createItem("sanitized_dark_matter");
|
|
sanitizeddarkmatter.maxStackSize = 64;
|
|
sanitizeddarkmatter.beaconPayment = false;
|
|
sanitizeddarkmatter.register();
|
|
|
|
var multithreadingcontrollerupgrade = VanillaFactory.createItem("multithreading_controller_upgrade");
|
|
multithreadingcontrollerupgrade.maxStackSize = 64;
|
|
multithreadingcontrollerupgrade.beaconPayment = false;
|
|
multithreadingcontrollerupgrade.register();
|
|
|
|
var gaiaguardianarena = VanillaFactory.createItem("gaia_guardian_arena");
|
|
gaiaguardianarena.maxStackSize = 64;
|
|
gaiaguardianarena.beaconPayment = false;
|
|
gaiaguardianarena.register();
|
|
|
|
var chaosstrikiumcluster = VanillaFactory.createItem("chaosstrikium_cluster");
|
|
chaosstrikiumcluster.maxStackSize = 64;
|
|
chaosstrikiumcluster.beaconPayment = false;
|
|
chaosstrikiumcluster.register();
|
|
|
|
var crownitechunk = VanillaFactory.createItem("crownite_chunk");
|
|
crownitechunk.maxStackSize = 64;
|
|
crownitechunk.beaconPayment = false;
|
|
crownitechunk.register();
|
|
|
|
var thralliumchunk = VanillaFactory.createItem("thrallium_fragment");
|
|
thralliumchunk.maxStackSize = 64;
|
|
thralliumchunk.beaconPayment = false;
|
|
thralliumchunk.register();
|
|
|
|
var cactiumsliver = VanillaFactory.createItem("cactium_sliver");
|
|
cactiumsliver.maxStackSize = 64;
|
|
cactiumsliver.beaconPayment = false;
|
|
cactiumsliver.register();
|
|
|
|
var puzzlesolbiomeritual = VanillaFactory.createItem("puzzle_solution_biomeritual");
|
|
puzzlesolbiomeritual.maxStackSize = 64;
|
|
puzzlesolbiomeritual.beaconPayment = false;
|
|
puzzlesolbiomeritual.register();
|
|
|
|
var propheticpaper = VanillaFactory.createItem("prophetic_paper");
|
|
propheticpaper.maxStackSize = 64;
|
|
propheticpaper.beaconPayment = false;
|
|
propheticpaper.register();
|
|
|
|
var dethornedbramble = VanillaFactory.createItem("de_thorned_bramble");
|
|
dethornedbramble.maxStackSize = 64;
|
|
dethornedbramble.beaconPayment = false;
|
|
dethornedbramble.register();
|
|
|
|
|
|
var hellishseasoning = VanillaFactory.createItem("hellish_seasoning");
|
|
hellishseasoning.maxStackSize = 64;
|
|
hellishseasoning.beaconPayment = false;
|
|
hellishseasoning.register();
|
|
|
|
var draconicseasoning = VanillaFactory.createItem("draconic_seasoning");
|
|
draconicseasoning.maxStackSize = 64;
|
|
draconicseasoning.beaconPayment = false;
|
|
draconicseasoning.register();
|
|
|
|
var warrennoodles = VanillaFactory.createItem("warren_noodles");
|
|
warrennoodles.maxStackSize = 64;
|
|
warrennoodles.beaconPayment = false;
|
|
warrennoodles.register();
|
|
|
|
var passivextendedcrafting = VanillaFactory.createItem("passive_extended_crafting");
|
|
passivextendedcrafting.maxStackSize = 64;
|
|
passivextendedcrafting.beaconPayment = false;
|
|
passivextendedcrafting.register();
|
|
|
|
var potatojulienne = VanillaFactory.createItem("julienned_potato");
|
|
potatojulienne.maxStackSize = 64;
|
|
potatojulienne.beaconPayment = false;
|
|
potatojulienne.register();
|
|
|
|
var carrotjulienne = VanillaFactory.createItem("julienned_carrot");
|
|
carrotjulienne.maxStackSize = 64;
|
|
carrotjulienne.beaconPayment = false;
|
|
carrotjulienne.register();
|
|
|
|
var recursivecatalyzationdevice = VanillaFactory.createItem("recursive_catalyzation_device");
|
|
recursivecatalyzationdevice.maxStackSize = 64;
|
|
recursivecatalyzationdevice.beaconPayment = false;
|
|
recursivecatalyzationdevice.register();
|
|
|
|
var bewitchedgrowthcatalyst = VanillaFactory.createItem("bewitched_growth_catalyst");
|
|
bewitchedgrowthcatalyst.maxStackSize = 64;
|
|
bewitchedgrowthcatalyst.beaconPayment = false;
|
|
bewitchedgrowthcatalyst.register();
|
|
|
|
var recursionofdefinition = VanillaFactory.createItem("recursion_of_clarity");
|
|
recursionofdefinition.maxStackSize = 64;
|
|
recursionofdefinition.beaconPayment = false;
|
|
recursionofdefinition.register();
|
|
|
|
var definedinferiumcatalyst = VanillaFactory.createItem("defined_inferium_catalyst");
|
|
definedinferiumcatalyst.maxStackSize = 64;
|
|
definedinferiumcatalyst.beaconPayment = false;
|
|
definedinferiumcatalyst.register();
|
|
|
|
var definedprudentiumcatalyst = VanillaFactory.createItem("defined_prudentium_catalyst");
|
|
definedprudentiumcatalyst.maxStackSize = 64;
|
|
definedprudentiumcatalyst.beaconPayment = false;
|
|
definedprudentiumcatalyst.register();
|
|
|
|
var definedintermediumcatalyst = VanillaFactory.createItem("defined_intermedium_catalyst");
|
|
definedintermediumcatalyst.maxStackSize = 64;
|
|
definedintermediumcatalyst.beaconPayment = false;
|
|
definedintermediumcatalyst.register();
|
|
|
|
var definedsuperiumcatalyst = VanillaFactory.createItem("defined_superium_catalyst");
|
|
definedsuperiumcatalyst.maxStackSize = 64;
|
|
definedsuperiumcatalyst.beaconPayment = false;
|
|
definedsuperiumcatalyst.register();
|
|
|
|
var definedsupremiumcatalyst = VanillaFactory.createItem("defined_supremium_catalyst");
|
|
definedsupremiumcatalyst.maxStackSize = 64;
|
|
definedsupremiumcatalyst.beaconPayment = false;
|
|
definedsupremiumcatalyst.register();
|
|
|
|
var definedinsaniumcatalyst = VanillaFactory.createItem("defined_insanium_catalyst");
|
|
definedinsaniumcatalyst.maxStackSize = 64;
|
|
definedinsaniumcatalyst.beaconPayment = false;
|
|
definedinsaniumcatalyst.register();
|
|
|
|
|
|
var definedinferiumcluster = VanillaFactory.createItem("defined_inferium_cluster");
|
|
definedinferiumcluster.maxStackSize = 64;
|
|
definedinferiumcluster.beaconPayment = false;
|
|
definedinferiumcluster.register();
|
|
|
|
var definedprudentiumcluster = VanillaFactory.createItem("defined_prudentium_cluster");
|
|
definedprudentiumcluster.maxStackSize = 64;
|
|
definedprudentiumcluster.beaconPayment = false;
|
|
definedprudentiumcluster.register();
|
|
|
|
var definedintermediumcluster = VanillaFactory.createItem("defined_intermedium_cluster");
|
|
definedintermediumcluster.maxStackSize = 64;
|
|
definedintermediumcluster.beaconPayment = false;
|
|
definedintermediumcluster.register();
|
|
|
|
var definedsuperiumcluster = VanillaFactory.createItem("defined_superium_cluster");
|
|
definedsuperiumcluster.maxStackSize = 64;
|
|
definedsuperiumcluster.beaconPayment = false;
|
|
definedsuperiumcluster.register();
|
|
|
|
var definedsupremiumcluster = VanillaFactory.createItem("defined_supremium_cluster");
|
|
definedsupremiumcluster.maxStackSize = 64;
|
|
definedsupremiumcluster.beaconPayment = false;
|
|
definedsupremiumcluster.register();
|
|
|
|
var definedinsaniumcluster = VanillaFactory.createItem("defined_insanium_cluster");
|
|
definedinsaniumcluster.maxStackSize = 64;
|
|
definedinsaniumcluster.beaconPayment = false;
|
|
definedinsaniumcluster.register();
|
|
|
|
|
|
var deknightingstick = VanillaFactory.createItem("deknighting_stick");
|
|
deknightingstick.maxStackSize = 64;
|
|
deknightingstick.beaconPayment = false;
|
|
deknightingstick.register();
|
|
|
|
var stoneoftheshyrewarden = VanillaFactory.createItem("stone_of_the_shyre_warden");
|
|
stoneoftheshyrewarden.maxStackSize = 64;
|
|
stoneoftheshyrewarden.beaconPayment = false;
|
|
stoneoftheshyrewarden.register();
|
|
|
|
var markofgluttony = VanillaFactory.createItem("mark_of_gluttony");
|
|
markofgluttony.maxStackSize = 64;
|
|
markofgluttony.beaconPayment = false;
|
|
markofgluttony.register();
|
|
|
|
var fisherdrop = VanillaFactory.createItem("fisher_drop");
|
|
fisherdrop.maxStackSize = 64;
|
|
fisherdrop.beaconPayment = false;
|
|
fisherdrop.register();
|
|
|
|
var stoneoflifeessence = VanillaFactory.createItem("stone_of_life_essence");
|
|
stoneoflifeessence.maxStackSize = 64;
|
|
stoneoflifeessence.beaconPayment = false;
|
|
stoneoflifeessence.register();
|
|
|
|
var focusingegg = VanillaFactory.createItem("focusing_egg");
|
|
focusingegg.maxStackSize = 64;
|
|
focusingegg.beaconPayment = false;
|
|
focusingegg.register();
|
|
|
|
var buildcraftheatexchanger = VanillaFactory.createItem("buildcraft_heat_exchanger");
|
|
buildcraftheatexchanger.maxStackSize = 64;
|
|
buildcraftheatexchanger.beaconPayment = false;
|
|
buildcraftheatexchanger.register();
|
|
|
|
var heatedorganicboardfluidprogression = VanillaFactory.createItem("heated_organic_board_fluid_progression");
|
|
heatedorganicboardfluidprogression.maxStackSize = 64;
|
|
heatedorganicboardfluidprogression.beaconPayment = false;
|
|
heatedorganicboardfluidprogression.register();
|
|
|
|
var orbitallaserdrops = VanillaFactory.createItem("orbital_laser_drops");
|
|
orbitallaserdrops.maxStackSize = 64;
|
|
orbitallaserdrops.beaconPayment = false;
|
|
orbitallaserdrops.register();
|
|
|
|
var imperfectgallifreyanalloy = VanillaFactory.createItem("imperfect_gallifreyan_alloy");
|
|
imperfectgallifreyanalloy.maxStackSize = 64;
|
|
imperfectgallifreyanalloy.beaconPayment = false;
|
|
imperfectgallifreyanalloy.register();
|
|
|
|
var imperfectgallifreyanplate = VanillaFactory.createItem("imperfect_gallifreyan_plate");
|
|
imperfectgallifreyanplate.maxStackSize = 64;
|
|
imperfectgallifreyanplate.beaconPayment = false;
|
|
imperfectgallifreyanplate.register();
|
|
|
|
var essentialclustert1 = VanillaFactory.createItem("essential_cluster_t1");
|
|
essentialclustert1.maxStackSize = 64;
|
|
essentialclustert1.beaconPayment = false;
|
|
essentialclustert1.register();
|
|
|
|
var essentialclustert2 = VanillaFactory.createItem("essential_cluster_t2");
|
|
essentialclustert2.maxStackSize = 64;
|
|
essentialclustert2.beaconPayment = false;
|
|
essentialclustert2.register();
|
|
|
|
var essentialclustert3 = VanillaFactory.createItem("essential_cluster_t3");
|
|
essentialclustert3.maxStackSize = 64;
|
|
essentialclustert3.beaconPayment = false;
|
|
essentialclustert3.register();
|
|
|
|
var essentialclustert4 = VanillaFactory.createItem("essential_cluster_t4");
|
|
essentialclustert4.maxStackSize = 64;
|
|
essentialclustert4.beaconPayment = false;
|
|
essentialclustert4.register();
|
|
|
|
var essentialclustert5 = VanillaFactory.createItem("essential_cluster_t5");
|
|
essentialclustert5.maxStackSize = 64;
|
|
essentialclustert5.beaconPayment = false;
|
|
essentialclustert5.register();
|
|
|
|
var essentialclustert6 = VanillaFactory.createItem("essential_cluster_t6");
|
|
essentialclustert6.maxStackSize = 64;
|
|
essentialclustert6.beaconPayment = false;
|
|
essentialclustert6.register();
|
|
|
|
var essenceofcreation = VanillaFactory.createItem("essence_of_creation");
|
|
essenceofcreation.maxStackSize = 64;
|
|
essenceofcreation.beaconPayment = false;
|
|
essenceofcreation.register();
|
|
|
|
var perfectedgallifreyanalloy = VanillaFactory.createItem("perfected_gallifreyan_alloy");
|
|
perfectedgallifreyanalloy.maxStackSize = 64;
|
|
perfectedgallifreyanalloy.beaconPayment = false;
|
|
perfectedgallifreyanalloy.register();
|
|
|
|
var perfectedgallifreyanplate = VanillaFactory.createItem("perfected_gallifreyan_plate");
|
|
perfectedgallifreyanplate.maxStackSize = 64;
|
|
perfectedgallifreyanplate.beaconPayment = false;
|
|
perfectedgallifreyanplate.register();
|
|
|
|
var matterdigitalizationfabrial = VanillaFactory.createItem("matter_digitalization_fabrial");
|
|
matterdigitalizationfabrial.maxStackSize = 64;
|
|
matterdigitalizationfabrial.beaconPayment = false;
|
|
matterdigitalizationfabrial.register();
|
|
|
|
var gettingmorestarlight = VanillaFactory.createItem("getting_more_starlight");
|
|
gettingmorestarlight.maxStackSize = 64;
|
|
gettingmorestarlight.beaconPayment = false;
|
|
gettingmorestarlight.register();
|
|
|
|
var harbingergluttonousflesh = VanillaFactory.createItem("harbinger_gluttnonous_flesh");
|
|
harbingergluttonousflesh.maxStackSize = 64;
|
|
harbingergluttonousflesh.beaconPayment = false;
|
|
harbingergluttonousflesh.register();
|
|
|
|
var harbingersentientflesh = VanillaFactory.createItem("harbinger_sentient_flesh");
|
|
harbingersentientflesh.maxStackSize = 64;
|
|
harbingersentientflesh.beaconPayment = false;
|
|
harbingersentientflesh.register();
|
|
|
|
var harbingerflesh = VanillaFactory.createItem("harbinger_flesh");
|
|
harbingerflesh.maxStackSize = 64;
|
|
harbingerflesh.beaconPayment = false;
|
|
harbingerflesh.register();
|
|
|
|
var harbingerhungeringflesh = VanillaFactory.createItem("harbinger_hungering_flesh");
|
|
harbingerhungeringflesh.maxStackSize = 64;
|
|
harbingerhungeringflesh.beaconPayment = false;
|
|
harbingerhungeringflesh.register();
|
|
|
|
var harbingertreeofthemeatballman = VanillaFactory.createItem("harbinger_tree_of_the_meatball_man");
|
|
harbingertreeofthemeatballman.maxStackSize = 64;
|
|
harbingertreeofthemeatballman.beaconPayment = false;
|
|
harbingertreeofthemeatballman.register();
|
|
|
|
var harbingerteggofthemeatballman = VanillaFactory.createItem("harbinger_egg_of_the_meatball_man");
|
|
harbingerteggofthemeatballman.maxStackSize = 64;
|
|
harbingerteggofthemeatballman.beaconPayment = false;
|
|
harbingerteggofthemeatballman.register();
|
|
|
|
var gluttonousfleshsingularity = VanillaFactory.createItem("gluttonous_flesh_singularity");
|
|
gluttonousfleshsingularity.maxStackSize = 64;
|
|
gluttonousfleshsingularity.beaconPayment = false;
|
|
gluttonousfleshsingularity.register();
|
|
|
|
var harbingerleather = VanillaFactory.createItem("harbinger_leather");
|
|
harbingerleather.maxStackSize = 64;
|
|
harbingerleather.beaconPayment = false;
|
|
harbingerleather.register();
|
|
|
|
var ritesofthemeatballman = VanillaFactory.createItem("rites_of_the_meatball_man");
|
|
ritesofthemeatballman.maxStackSize = 64;
|
|
ritesofthemeatballman.beaconPayment = false;
|
|
ritesofthemeatballman.register();
|
|
|
|
var hungeringfleshegg = VanillaFactory.createItem("hungering_flesh_egg");
|
|
hungeringfleshegg.maxStackSize = 64;
|
|
hungeringfleshegg.beaconPayment = false;
|
|
hungeringfleshegg.register();
|
|
|
|
var hungeringfleshfruit = VanillaFactory.createItem("hungering_flesh_fruit");
|
|
hungeringfleshfruit.maxStackSize = 64;
|
|
hungeringfleshfruit.beaconPayment = false;
|
|
hungeringfleshfruit.register();
|
|
|
|
var starofbetrayal = VanillaFactory.createItem("star_of_betrayal");
|
|
starofbetrayal.maxStackSize = 64;
|
|
starofbetrayal.beaconPayment = false;
|
|
starofbetrayal.register();
|
|
|
|
var hungeringfleshingot = VanillaFactory.createItem("hungering_flesh_ingot");
|
|
hungeringfleshingot.maxStackSize = 64;
|
|
hungeringfleshingot.beaconPayment = false;
|
|
hungeringfleshingot.register();
|
|
|
|
var hungeringfleshplate = VanillaFactory.createItem("hungering_flesh_plate");
|
|
hungeringfleshplate.maxStackSize = 64;
|
|
hungeringfleshplate.beaconPayment = false;
|
|
hungeringfleshplate.register();
|
|
|
|
var hungeringfleshgear = VanillaFactory.createItem("hungering_flesh_gear");
|
|
hungeringfleshgear.maxStackSize = 64;
|
|
hungeringfleshgear.beaconPayment = false;
|
|
hungeringfleshgear.register();
|
|
|
|
var singularbeecon = VanillaFactory.createItem("singular_beecon");
|
|
singularbeecon.maxStackSize = 64;
|
|
singularbeecon.beaconPayment = false;
|
|
singularbeecon.register();
|
|
|
|
var recyclerdrop = VanillaFactory.createItem("recycler_drop");
|
|
recyclerdrop.maxStackSize = 64;
|
|
recyclerdrop.beaconPayment = false;
|
|
recyclerdrop.register();
|
|
|
|
var masterofspellcraft = VanillaFactory.createItem("master_of_spellcraft");
|
|
masterofspellcraft.maxStackSize = 64;
|
|
masterofspellcraft.beaconPayment = false;
|
|
masterofspellcraft.register();
|
|
|
|
var gamestagerecipe = VanillaFactory.createItem("gamestage_recipe");
|
|
gamestagerecipe.maxStackSize = 64;
|
|
gamestagerecipe.beaconPayment = false;
|
|
gamestagerecipe.register();
|
|
|
|
var obtainedfrompuzzle = VanillaFactory.createItem("obtained_from_a_puzzle");
|
|
obtainedfrompuzzle.maxStackSize = 64;
|
|
obtainedfrompuzzle.beaconPayment = false;
|
|
obtainedfrompuzzle.register();
|
|
|
|
var useitem = VanillaFactory.createItem("use_item");
|
|
useitem.maxStackSize = 64;
|
|
useitem.beaconPayment = false;
|
|
useitem.register();
|
|
|
|
var cajunspice = VanillaFactory.createItem("cajun_spice");
|
|
cajunspice.maxStackSize = 64;
|
|
cajunspice.beaconPayment = false;
|
|
cajunspice.register();
|
|
|
|
var keepinonechunk = VanillaFactory.createItem("keep_in_one_chunk");
|
|
keepinonechunk.maxStackSize = 64;
|
|
keepinonechunk.beaconPayment = false;
|
|
keepinonechunk.register();
|
|
|
|
var bloodofenlightenment = VanillaFactory.createItem("blood_of_enlightenment");
|
|
bloodofenlightenment.maxStackSize = 64;
|
|
bloodofenlightenment.beaconPayment = false;
|
|
bloodofenlightenment.register();
|
|
|
|
var truename = VanillaFactory.createItem("true_name");
|
|
truename.maxStackSize = 64;
|
|
truename.beaconPayment = false;
|
|
truename.register();
|
|
|
|
var fluixmedal = VanillaFactory.createItem("fluix_medal");
|
|
fluixmedal.maxStackSize = 64;
|
|
fluixmedal.beaconPayment = false;
|
|
fluixmedal.register();
|
|
|
|
var chaoticgem = VanillaFactory.createItem("chaotic_gem");
|
|
chaoticgem.maxStackSize = 64;
|
|
chaoticgem.beaconPayment = false;
|
|
chaoticgem.register();
|
|
|
|
var witheringconstruct = VanillaFactory.createItem("withering_construct");
|
|
witheringconstruct.maxStackSize = 64;
|
|
witheringconstruct.beaconPayment = false;
|
|
witheringconstruct.register();
|
|
|
|
var hyperuranioningot = VanillaFactory.createItem("hyperuranion_ingot");
|
|
hyperuranioningot.maxStackSize = 64;
|
|
hyperuranioningot.beaconPayment = false;
|
|
hyperuranioningot.register();
|
|
|
|
var actualizinghyperuranioningot = VanillaFactory.createItem("actualizing_hyperuranion_ingot");
|
|
actualizinghyperuranioningot.maxStackSize = 64;
|
|
actualizinghyperuranioningot.beaconPayment = false;
|
|
actualizinghyperuranioningot.register();
|
|
|
|
var selfactualizingwarren = VanillaFactory.createItem("self_actualizing_warren_rift");
|
|
selfactualizingwarren.maxStackSize = 64;
|
|
selfactualizingwarren.beaconPayment = false;
|
|
selfactualizingwarren.register();
|
|
|
|
var essenceofworthiness = VanillaFactory.createItem("essence_of_worthiness");
|
|
essenceofworthiness.maxStackSize = 64;
|
|
essenceofworthiness.beaconPayment = false;
|
|
essenceofworthiness.register();
|
|
|
|
var recursionofworthiness = VanillaFactory.createItem("recursion_of_worthiness");
|
|
recursionofworthiness.maxStackSize = 64;
|
|
recursionofworthiness.beaconPayment = false;
|
|
recursionofworthiness.register();
|
|
|
|
var singularrecursion = VanillaFactory.createItem("singular_recursion");
|
|
singularrecursion.maxStackSize = 64;
|
|
singularrecursion.beaconPayment = false;
|
|
singularrecursion.register();
|
|
|
|
var entropingchannelingstone = VanillaFactory.createItem("entropic_channeling_stone");
|
|
entropingchannelingstone.maxStackSize = 64;
|
|
entropingchannelingstone.beaconPayment = false;
|
|
entropingchannelingstone.register();
|
|
|
|
var puzzlesolchaoticchanneling = VanillaFactory.createItem("puzzle_solution_chaoticchanneling");
|
|
puzzlesolchaoticchanneling.maxStackSize = 64;
|
|
puzzlesolchaoticchanneling.beaconPayment = false;
|
|
puzzlesolchaoticchanneling.register();
|
|
|
|
var entropicchannelingfabrial = VanillaFactory.createItem("entropic_channeling_fabrial");
|
|
entropicchannelingfabrial.maxStackSize = 64;
|
|
entropicchannelingfabrial.beaconPayment = false;
|
|
entropicchannelingfabrial.register();
|
|
|
|
var soulofentropy = VanillaFactory.createItem("soul_of_entropy");
|
|
soulofentropy.maxStackSize = 64;
|
|
soulofentropy.beaconPayment = false;
|
|
soulofentropy.register();
|
|
|
|
var fluixsoulfabrial = VanillaFactory.createItem("fluix_soul_fabrial");
|
|
fluixsoulfabrial.maxStackSize = 64;
|
|
fluixsoulfabrial.beaconPayment = false;
|
|
fluixsoulfabrial.register();
|
|
|
|
var touchofthearbiter = VanillaFactory.createItem("touch_of_the_arbiter");
|
|
touchofthearbiter.maxStackSize = 64;
|
|
touchofthearbiter.beaconPayment = false;
|
|
touchofthearbiter.register();
|
|
|
|
var rarifiedfluix = VanillaFactory.createItem("rarified_fluix_crystal");
|
|
rarifiedfluix.maxStackSize = 64;
|
|
rarifiedfluix.beaconPayment = false;
|
|
rarifiedfluix.register();
|
|
|
|
var tokent30 = VanillaFactory.createItem("tier30_token");
|
|
tokent30.maxStackSize = 64;
|
|
tokent30.beaconPayment = false;
|
|
tokent30.register();
|
|
|
|
var lovelyegg = VanillaFactory.createItem("lovely_egg");
|
|
lovelyegg.maxStackSize = 64;
|
|
lovelyegg.beaconPayment = false;
|
|
lovelyegg.register();
|
|
|
|
var runesofthetruetongue = VanillaFactory.createItem("runes_of_the_true_tongue");
|
|
runesofthetruetongue.maxStackSize = 64;
|
|
runesofthetruetongue.beaconPayment = false;
|
|
runesofthetruetongue.register();
|
|
|
|
|
|
var mintedfluix = VanillaFactory.createItem("minted_fluix_crystal");
|
|
mintedfluix.maxStackSize = 64;
|
|
mintedfluix.beaconPayment = false;
|
|
mintedfluix.register();
|
|
|
|
var eldunari = VanillaFactory.createItem("eldunari");
|
|
eldunari.maxStackSize = 64;
|
|
eldunari.beaconPayment = false;
|
|
eldunari.register();
|
|
|
|
var abominationoftruepower = VanillaFactory.createItem("abomination_of_true_power");
|
|
abominationoftruepower.maxStackSize = 64;
|
|
abominationoftruepower.beaconPayment = false;
|
|
abominationoftruepower.register();
|
|
|
|
|
|
var puzzlesoltruepowerabomination = VanillaFactory.createItem("puzzle_solution_truepowerabomination");
|
|
puzzlesoltruepowerabomination.maxStackSize = 64;
|
|
puzzlesoltruepowerabomination.beaconPayment = false;
|
|
puzzlesoltruepowerabomination.register();
|
|
|
|
var livelytwilightrock = VanillaFactory.createItem("lively_twilight_rock");
|
|
livelytwilightrock.maxStackSize = 64;
|
|
livelytwilightrock.beaconPayment = false;
|
|
livelytwilightrock.register();
|
|
|
|
var livelytwilightgem = VanillaFactory.createItem("lively_twilight_gem");
|
|
livelytwilightgem.maxStackSize = 64;
|
|
livelytwilightgem.beaconPayment = false;
|
|
livelytwilightgem.register();
|
|
|
|
var skelebonefragment = VanillaFactory.createItem("skelebone_fragment");
|
|
skelebonefragment.maxStackSize = 64;
|
|
skelebonefragment.beaconPayment = false;
|
|
skelebonefragment.register();
|
|
|
|
var cuendillarprimer = VanillaFactory.createItem("cuendillar_primer");
|
|
cuendillarprimer.maxStackSize = 64;
|
|
cuendillarprimer.beaconPayment = false;
|
|
cuendillarprimer.register();
|
|
|
|
var dreadcleansingfabrial = VanillaFactory.createItem("dread_cleansing_fabrial");
|
|
dreadcleansingfabrial.maxStackSize = 64;
|
|
dreadcleansingfabrial.beaconPayment = false;
|
|
dreadcleansingfabrial.register();
|
|
|
|
var scrolloftruthterra = VanillaFactory.createItem("scroll_of_truth_terra");
|
|
scrolloftruthterra.maxStackSize = 64;
|
|
scrolloftruthterra.beaconPayment = false;
|
|
scrolloftruthterra.register();
|
|
|
|
var scrolloftruthtwilightforest = VanillaFactory.createItem("scroll_of_truth_twilightforest");
|
|
scrolloftruthtwilightforest.maxStackSize = 64;
|
|
scrolloftruthtwilightforest.beaconPayment = false;
|
|
scrolloftruthtwilightforest.register();
|
|
|
|
var scrolloftruthhator = VanillaFactory.createItem("scroll_of_truth_hator");
|
|
scrolloftruthhator.maxStackSize = 64;
|
|
scrolloftruthhator.beaconPayment = false;
|
|
scrolloftruthhator.register();
|
|
|
|
var scrolloftrutharcana = VanillaFactory.createItem("scroll_of_truth_asgard");
|
|
scrolloftrutharcana.maxStackSize = 64;
|
|
scrolloftrutharcana.beaconPayment = false;
|
|
scrolloftrutharcana.register();
|
|
|
|
var puzzlesolmemrestrit = VanillaFactory.createItem("puzzle_solution_memoryrestorationritual");
|
|
puzzlesolmemrestrit.maxStackSize = 64;
|
|
puzzlesolmemrestrit.beaconPayment = false;
|
|
puzzlesolmemrestrit.register();
|
|
|
|
var perfectedfluixcrystal = VanillaFactory.createItem("perfected_fluix_crystal");
|
|
perfectedfluixcrystal.maxStackSize = 64;
|
|
perfectedfluixcrystal.beaconPayment = false;
|
|
perfectedfluixcrystal.register();
|
|
|
|
var runesofliberation = VanillaFactory.createItem("runes_of_liberation");
|
|
runesofliberation.maxStackSize = 64;
|
|
runesofliberation.beaconPayment = false;
|
|
runesofliberation.register();
|
|
|
|
var puzzlesolruneslib = VanillaFactory.createItem("puzzle_solution_runesofliberation");
|
|
puzzlesolruneslib.maxStackSize = 64;
|
|
puzzlesolruneslib.beaconPayment = false;
|
|
puzzlesolruneslib.register();
|
|
|
|
var chilledheliumcomb = VanillaFactory.createItem("chilled_helium_comb");
|
|
chilledheliumcomb.maxStackSize = 64;
|
|
chilledheliumcomb.beaconPayment = false;
|
|
chilledheliumcomb.register();
|
|
|
|
var flawlessfluixcrystal = VanillaFactory.createItem("flawless_fluix_crystal");
|
|
flawlessfluixcrystal.maxStackSize = 64;
|
|
flawlessfluixcrystal.beaconPayment = false;
|
|
flawlessfluixcrystal.register();
|
|
|
|
var constructofliberation = VanillaFactory.createItem("construct_of_liberation");
|
|
constructofliberation.maxStackSize = 64;
|
|
constructofliberation.beaconPayment = false;
|
|
constructofliberation.register();
|
|
|
|
var fabrialofliberation = VanillaFactory.createItem("fabrial_of_liberation");
|
|
fabrialofliberation.maxStackSize = 64;
|
|
fabrialofliberation.beaconPayment = false;
|
|
fabrialofliberation.register();
|
|
|
|
var swordoftruth = VanillaFactory.createItem("sword_of_truth");
|
|
swordoftruth.maxStackSize = 1;
|
|
swordoftruth.toolClass = "sword";
|
|
swordoftruth.maxDamage = 40000;
|
|
swordoftruth.register();
|
|
|
|
var ascendedfluixcrystal = VanillaFactory.createItem("ascended_fluix_crystal");
|
|
ascendedfluixcrystal.maxStackSize = 64;
|
|
ascendedfluixcrystal.beaconPayment = false;
|
|
ascendedfluixcrystal.register();
|
|
|
|
var betweenlandspotions = VanillaFactory.createItem("betweenlands_potions");
|
|
betweenlandspotions.maxStackSize = 64;
|
|
betweenlandspotions.beaconPayment = false;
|
|
betweenlandspotions.register();
|
|
|
|
var battletower = VanillaFactory.createItem("battle_tower");
|
|
battletower.maxStackSize = 64;
|
|
battletower.beaconPayment = false;
|
|
battletower.register();
|
|
|
|
var demonwillsliver = VanillaFactory.createItem("demon_will_sliver");
|
|
demonwillsliver.maxStackSize = 64;
|
|
demonwillsliver.beaconPayment = false;
|
|
demonwillsliver.register();
|
|
|
|
var corrosivewillsliver = VanillaFactory.createItem("corrosive_will_sliver");
|
|
corrosivewillsliver.maxStackSize = 64;
|
|
corrosivewillsliver.beaconPayment = false;
|
|
corrosivewillsliver.register();
|
|
|
|
var destructivewillsliver = VanillaFactory.createItem("destructive_will_sliver");
|
|
destructivewillsliver.maxStackSize = 64;
|
|
destructivewillsliver.beaconPayment = false;
|
|
destructivewillsliver.register();
|
|
|
|
var vengefulwillsliver = VanillaFactory.createItem("vengeful_will_sliver");
|
|
vengefulwillsliver.maxStackSize = 64;
|
|
vengefulwillsliver.beaconPayment = false;
|
|
vengefulwillsliver.register();
|
|
|
|
var steadfastwillsliver = VanillaFactory.createItem("steadfast_will_sliver");
|
|
steadfastwillsliver.maxStackSize = 64;
|
|
steadfastwillsliver.beaconPayment = false;
|
|
steadfastwillsliver.register();
|
|
|
|
var infiniteresonator = VanillaFactory.createItem("infinite_resonator");
|
|
infiniteresonator.maxStackSize = 64;
|
|
infiniteresonator.beaconPayment = false;
|
|
infiniteresonator.register();
|
|
|
|
var heartofthehalitewarrior = VanillaFactory.createItem("heart_of_the_halite_warrior");
|
|
heartofthehalitewarrior.maxStackSize = 64;
|
|
heartofthehalitewarrior.beaconPayment = false;
|
|
heartofthehalitewarrior.register();
|
|
|
|
var stoneofuniversalbalance = VanillaFactory.createItem("stone_of_universal_balance");
|
|
stoneofuniversalbalance.maxStackSize = 64;
|
|
stoneofuniversalbalance.beaconPayment = false;
|
|
stoneofuniversalbalance.register();
|
|
|
|
var markofsacrifice = VanillaFactory.createItem("mark_of_sacrifice");
|
|
markofsacrifice.maxStackSize = 64;
|
|
markofsacrifice.beaconPayment = false;
|
|
markofsacrifice.register();
|
|
|
|
var meatballsectawing = VanillaFactory.createItem("meatballsecta_wing");
|
|
meatballsectawing.maxStackSize = 64;
|
|
meatballsectawing.beaconPayment = false;
|
|
meatballsectawing.register();
|
|
|
|
var multiblocksticc = VanillaFactory.createItem("multiblock_sticc");
|
|
multiblocksticc.maxStackSize = 64;
|
|
multiblocksticc.beaconPayment = false;
|
|
multiblocksticc.register();
|
|
|
|
var shieldfleshworld = VanillaFactory.createItem("shield_of_the_flesh_world");
|
|
shieldfleshworld.maxStackSize = 64;
|
|
shieldfleshworld.beaconPayment = false;
|
|
shieldfleshworld.register();
|
|
|
|
var fleshworldstaff = VanillaFactory.createItem("flesh_world_staff");
|
|
fleshworldstaff.maxStackSize = 64;
|
|
fleshworldstaff.beaconPayment = false;
|
|
fleshworldstaff.register();
|
|
|
|
var hungeringworldsoul = VanillaFactory.createItem("hungering_world_soul");
|
|
hungeringworldsoul.maxStackSize = 64;
|
|
hungeringworldsoul.beaconPayment = false;
|
|
hungeringworldsoul.register();
|
|
|
|
var shieldofthemeatballman = VanillaFactory.createItem("shield_of_the_meatball_man");
|
|
shieldofthemeatballman.maxStackSize = 64;
|
|
shieldofthemeatballman.beaconPayment = false;
|
|
shieldofthemeatballman.register();
|
|
|
|
var coreoftruechaos = VanillaFactory.createItem("true_chaos");
|
|
coreoftruechaos.maxStackSize = 64;
|
|
coreoftruechaos.beaconPayment = false;
|
|
coreoftruechaos.register();
|
|
|
|
var customdimlets = VanillaFactory.createItem("custom_dimlets");
|
|
customdimlets.maxStackSize = 64;
|
|
customdimlets.beaconPayment = false;
|
|
customdimlets.register();
|
|
|
|
var customdimensions = VanillaFactory.createItem("custom_dimensions");
|
|
customdimensions.maxStackSize = 64;
|
|
customdimensions.beaconPayment = false;
|
|
customdimensions.register();
|
|
|
|
var constructofwill = VanillaFactory.createItem("construct_of_will");
|
|
constructofwill.maxStackSize = 64;
|
|
constructofwill.beaconPayment = false;
|
|
constructofwill.register();
|
|
|
|
var draconicfabrial = VanillaFactory.createItem("draconic_fabrial");
|
|
draconicfabrial.maxStackSize = 64;
|
|
draconicfabrial.beaconPayment = false;
|
|
draconicfabrial.register();
|
|
|
|
var celestialnotes = VanillaFactory.createItem("celestial_notes");
|
|
celestialnotes.maxStackSize = 64;
|
|
celestialnotes.beaconPayment = false;
|
|
celestialnotes.register();
|
|
|
|
var etbufuel = VanillaFactory.createItem("etbu_fuel");
|
|
etbufuel.maxStackSize = 64;
|
|
etbufuel.beaconPayment = false;
|
|
etbufuel.register();
|
|
|
|
var emox241fuel = VanillaFactory.createItem("emox_241_fuel");
|
|
emox241fuel.maxStackSize = 64;
|
|
emox241fuel.beaconPayment = false;
|
|
emox241fuel.register();
|
|
|
|
var emox239fuel = VanillaFactory.createItem("emox_239_fuel");
|
|
emox239fuel.maxStackSize = 64;
|
|
emox239fuel.beaconPayment = false;
|
|
emox239fuel.register();
|
|
|
|
var deepdarkmatter = VanillaFactory.createItem("deep_dark_matter");
|
|
deepdarkmatter.maxStackSize = 64;
|
|
deepdarkmatter.beaconPayment = false;
|
|
deepdarkmatter.register();
|
|
|
|
var sunspiritcheese = VanillaFactory.createItem("sun_spirit_cheese");
|
|
sunspiritcheese.maxStackSize = 64;
|
|
sunspiritcheese.beaconPayment = false;
|
|
sunspiritcheese.register();
|
|
|
|
var gaia3tips = VanillaFactory.createItem("gaia_3_tips");
|
|
gaia3tips.maxStackSize = 64;
|
|
gaia3tips.beaconPayment = false;
|
|
gaia3tips.register();
|
|
|
|
var gaia4tips = VanillaFactory.createItem("gaia_4_tips");
|
|
gaia4tips.maxStackSize = 64;
|
|
gaia4tips.beaconPayment = false;
|
|
gaia4tips.register();
|
|
|
|
var energytipsandtricks = VanillaFactory.createItem("energy_management_tipsandtricks");
|
|
energytipsandtricks.maxStackSize = 64;
|
|
energytipsandtricks.beaconPayment = false;
|
|
energytipsandtricks.register();
|
|
|
|
var passivecraftingsubnets = VanillaFactory.createItem("passive_crafting_subnets");
|
|
passivecraftingsubnets.maxStackSize = 64;
|
|
passivecraftingsubnets.beaconPayment = false;
|
|
passivecraftingsubnets.register();
|
|
|
|
var tokenconfigurator = VanillaFactory.createItem("token_configurator");
|
|
tokenconfigurator.maxStackSize = 64;
|
|
tokenconfigurator.beaconPayment = false;
|
|
tokenconfigurator.register();
|
|
|
|
var helpfultippyhat = VanillaFactory.createItem("helpful_tippy_hat");
|
|
helpfultippyhat.maxStackSize = 64;
|
|
helpfultippyhat.beaconPayment = false;
|
|
helpfultippyhat.register();
|
|
|
|
var lostsoulofentropy = VanillaFactory.createItem("lost_soul_of_entropy");
|
|
lostsoulofentropy.maxStackSize = 64;
|
|
lostsoulofentropy.beaconPayment = false;
|
|
lostsoulofentropy.register();
|
|
|
|
var thaumatoriumautomation = VanillaFactory.createItem("thaumatorium_automation");
|
|
thaumatoriumautomation.maxStackSize = 64;
|
|
thaumatoriumautomation.beaconPayment = false;
|
|
thaumatoriumautomation.register();
|
|
|
|
var runicaltarautomation = VanillaFactory.createItem("runic_altar_automation");
|
|
runicaltarautomation.maxStackSize = 64;
|
|
runicaltarautomation.beaconPayment = false;
|
|
runicaltarautomation.register();
|
|
|
|
var plasmafarm = VanillaFactory.createItem("plasma_farm");
|
|
plasmafarm.maxStackSize = 64;
|
|
plasmafarm.beaconPayment = false;
|
|
plasmafarm.register();
|
|
|
|
var diaryrealmshifter = VanillaFactory.createItem("diary_of_a_realmshifter");
|
|
diaryrealmshifter.maxStackSize = 64;
|
|
diaryrealmshifter.beaconPayment = false;
|
|
diaryrealmshifter.register();
|
|
|
|
var infiniteplatestamp = VanillaFactory.createItem("infinite_plate_stamp");
|
|
infiniteplatestamp.maxStackSize = 64;
|
|
infiniteplatestamp.beaconPayment = false;
|
|
infiniteplatestamp.register();
|
|
|
|
var infinitealchemicalplate = VanillaFactory.createItem("infinite_alchemical_plate");
|
|
infinitealchemicalplate.maxStackSize = 64;
|
|
infinitealchemicalplate.beaconPayment = false;
|
|
infinitealchemicalplate.register();
|
|
|
|
var infiniterecursiveplate = VanillaFactory.createItem("infinite_recursive_plate");
|
|
infiniterecursiveplate.maxStackSize = 64;
|
|
infiniterecursiveplate.beaconPayment = false;
|
|
infiniterecursiveplate.register();
|
|
|
|
var infiniteentropicplate = VanillaFactory.createItem("infinite_entropic_plate");
|
|
infiniteentropicplate.maxStackSize = 64;
|
|
infiniteentropicplate.beaconPayment = false;
|
|
infiniteentropicplate.register();
|
|
|
|
var cuendillarplate = VanillaFactory.createItem("cuendillar_plate");
|
|
cuendillarplate.maxStackSize = 64;
|
|
cuendillarplate.beaconPayment = false;
|
|
cuendillarplate.register();
|
|
|
|
var fractalstonedust = VanillaFactory.createItem("fractal_stone_dust");
|
|
fractalstonedust.maxStackSize = 64;
|
|
fractalstonedust.beaconPayment = false;
|
|
fractalstonedust.register();
|
|
|
|
var freedskystonedust = VanillaFactory.createItem("freed_sky_stone_dust");
|
|
freedskystonedust.maxStackSize = 64;
|
|
freedskystonedust.beaconPayment = false;
|
|
freedskystonedust.register();
|
|
|
|
var spatialcompound = VanillaFactory.createItem("spatial_compound");
|
|
spatialcompound.maxStackSize = 64;
|
|
spatialcompound.beaconPayment = false;
|
|
spatialcompound.register();
|
|
|
|
var puzzlesolfreedskystone = VanillaFactory.createItem("puzzle_solution_freedskystone");
|
|
puzzlesolfreedskystone.maxStackSize = 64;
|
|
puzzlesolfreedskystone.beaconPayment = false;
|
|
puzzlesolfreedskystone.register();
|
|
|
|
var alchemicaldeeprock = VanillaFactory.createItem("alchemical_deep_rock");
|
|
alchemicaldeeprock.maxStackSize = 64;
|
|
alchemicaldeeprock.beaconPayment = false;
|
|
alchemicaldeeprock.register();
|
|
|
|
var corruptedwool = VanillaFactory.createItem("hypercharged_wool");
|
|
corruptedwool.maxStackSize = 64;
|
|
corruptedwool.beaconPayment = false;
|
|
corruptedwool.register();
|
|
|
|
var hyperchargedredstone = VanillaFactory.createItem("hypercharged_redstone");
|
|
hyperchargedredstone.maxStackSize = 64;
|
|
hyperchargedredstone.beaconPayment = false;
|
|
hyperchargedredstone.register();
|
|
|
|
var coreofthemythicshells = VanillaFactory.createItem("core_of_the_mythic_shells");
|
|
coreofthemythicshells.maxStackSize = 64;
|
|
coreofthemythicshells.beaconPayment = false;
|
|
coreofthemythicshells.register();
|
|
|
|
var actualizationofglory = VanillaFactory.createItem("actualization_of_glory");
|
|
actualizationofglory.maxStackSize = 64;
|
|
actualizationofglory.beaconPayment = false;
|
|
actualizationofglory.register();
|
|
|
|
var actualizationofknowledge = VanillaFactory.createItem("actualization_of_knowledge");
|
|
actualizationofknowledge.maxStackSize = 64;
|
|
actualizationofknowledge.beaconPayment = false;
|
|
actualizationofknowledge.register();
|
|
|
|
var actualizationofbalance = VanillaFactory.createItem("actualization_of_balance");
|
|
actualizationofbalance.maxStackSize = 64;
|
|
actualizationofbalance.beaconPayment = false;
|
|
actualizationofbalance.register();
|
|
|
|
var actualizationofhope = VanillaFactory.createItem("actualization_of_hope");
|
|
actualizationofhope.maxStackSize = 64;
|
|
actualizationofhope.beaconPayment = false;
|
|
actualizationofhope.register();
|
|
|
|
var unboundrecursiumfragment = VanillaFactory.createItem("unbound_recursium_fragment");
|
|
unboundrecursiumfragment.maxStackSize = 64;
|
|
unboundrecursiumfragment.beaconPayment = false;
|
|
unboundrecursiumfragment.register();
|
|
|
|
var cosmicpot = VanillaFactory.createItem("cosmic_pot");
|
|
cosmicpot.maxStackSize = 64;
|
|
cosmicpot.beaconPayment = false;
|
|
cosmicpot.register();
|
|
|
|
var embodimentofglory = VanillaFactory.createItem("embodiment_of_glory");
|
|
embodimentofglory.maxStackSize = 64;
|
|
embodimentofglory.beaconPayment = false;
|
|
embodimentofglory.register();
|
|
|
|
var embodimentofbalance = VanillaFactory.createItem("embodiment_of_balance");
|
|
embodimentofbalance.maxStackSize = 64;
|
|
embodimentofbalance.beaconPayment = false;
|
|
embodimentofbalance.register();
|
|
|
|
var embodimentofhope = VanillaFactory.createItem("embodiment_of_hope");
|
|
embodimentofhope.maxStackSize = 64;
|
|
embodimentofhope.beaconPayment = false;
|
|
embodimentofhope.register();
|
|
|
|
var embodimentofknowledge = VanillaFactory.createItem("embodiment_of_knowledge");
|
|
embodimentofknowledge.maxStackSize = 64;
|
|
embodimentofknowledge.beaconPayment = false;
|
|
embodimentofknowledge.register();
|
|
|
|
var shardofrestoredfaith = VanillaFactory.createItem("shard_of_restored_faith");
|
|
shardofrestoredfaith.maxStackSize = 64;
|
|
shardofrestoredfaith.beaconPayment = false;
|
|
shardofrestoredfaith.register();
|
|
|
|
var shardoforgottenfearofdeth = VanillaFactory.createItem("shard_of_forgotten_fear_of_death");
|
|
shardoforgottenfearofdeth.maxStackSize = 64;
|
|
shardoforgottenfearofdeth.beaconPayment = false;
|
|
shardoforgottenfearofdeth.register();
|
|
|
|
var shardoforgivenlosttime = VanillaFactory.createItem("shard_of_forgiven_lost_time");
|
|
shardoforgivenlosttime.maxStackSize = 64;
|
|
shardoforgivenlosttime.beaconPayment = false;
|
|
shardoforgivenlosttime.register();
|
|
|
|
var shardofrekindledheritage = VanillaFactory.createItem("shard_of_rekindled_heritage");
|
|
shardofrekindledheritage.maxStackSize = 64;
|
|
shardofrekindledheritage.beaconPayment = false;
|
|
shardofrekindledheritage.register();
|
|
|
|
var shardofnohiddenintentions = VanillaFactory.createItem("shard_of_no_hidden_intentions");
|
|
shardofnohiddenintentions.maxStackSize = 64;
|
|
shardofnohiddenintentions.beaconPayment = false;
|
|
shardofnohiddenintentions.register();
|
|
|
|
var shardofphysicalhealing = VanillaFactory.createItem("shard_of_physical_healing");
|
|
shardofphysicalhealing.maxStackSize = 64;
|
|
shardofphysicalhealing.beaconPayment = false;
|
|
shardofphysicalhealing.register();
|
|
|
|
var shardofrealizedworth = VanillaFactory.createItem("shard_of_realized_worth");
|
|
shardofrealizedworth.maxStackSize = 64;
|
|
shardofrealizedworth.beaconPayment = false;
|
|
shardofrealizedworth.register();
|
|
|
|
var shardofrestoredrelationship = VanillaFactory.createItem("shard_of_restored_relationship");
|
|
shardofrestoredrelationship.maxStackSize = 64;
|
|
shardofrestoredrelationship.beaconPayment = false;
|
|
shardofrestoredrelationship.register();
|
|
|
|
var shardofsurrender = VanillaFactory.createItem("shard_of_surrender");
|
|
shardofsurrender.maxStackSize = 64;
|
|
shardofsurrender.beaconPayment = false;
|
|
shardofsurrender.register();
|
|
|
|
var shardofindividualfreedom = VanillaFactory.createItem("shard_of_individual_freedom");
|
|
shardofindividualfreedom.maxStackSize = 64;
|
|
shardofindividualfreedom.beaconPayment = false;
|
|
shardofindividualfreedom.register();
|
|
|
|
var shardofcontrolledgluttony = VanillaFactory.createItem("shard_of_controlled_gluttony");
|
|
shardofcontrolledgluttony.maxStackSize = 64;
|
|
shardofcontrolledgluttony.beaconPayment = false;
|
|
shardofcontrolledgluttony.register();
|
|
|
|
var shardofhumbleeducation = VanillaFactory.createItem("shard_of_humble_education");
|
|
shardofhumbleeducation.maxStackSize = 64;
|
|
shardofhumbleeducation.beaconPayment = false;
|
|
shardofhumbleeducation.register();
|
|
|
|
var shardofshadesmar = VanillaFactory.createItem("living_shard_of_shadesmar");
|
|
shardofshadesmar.maxStackSize = 64;
|
|
shardofshadesmar.beaconPayment = false;
|
|
shardofshadesmar.register();
|
|
|
|
var runeoffreedom = VanillaFactory.createItem("rune_of_freedom");
|
|
runeoffreedom.maxStackSize = 64;
|
|
runeoffreedom.beaconPayment = false;
|
|
runeoffreedom.register();
|
|
|
|
var freedomsteelingot = VanillaFactory.createItem("freedomsteel_ingot");
|
|
freedomsteelingot.maxStackSize = 64;
|
|
freedomsteelingot.beaconPayment = false;
|
|
freedomsteelingot.register();
|
|
|
|
var tokenofthemeatballman = VanillaFactory.createItem("token_of_the_meatball_man");
|
|
tokenofthemeatballman.maxStackSize = 64;
|
|
tokenofthemeatballman.beaconPayment = false;
|
|
tokenofthemeatballman.register();
|
|
|
|
var finis = VanillaFactory.createItem("finis");
|
|
finis.maxStackSize = 64;
|
|
finis.beaconPayment = false;
|
|
finis.register();
|
|
|
|
var recursivecoffeepot = VanillaFactory.createItem("recursive_iced_coffee_pot");
|
|
recursivecoffeepot.maxStackSize = 64;
|
|
recursivecoffeepot.beaconPayment = false;
|
|
recursivecoffeepot.register();
|
|
|
|
var hiddenpowercallstonedrop = VanillaFactory.createItem("hiddenpowercallstone_loot");
|
|
hiddenpowercallstonedrop.maxStackSize = 64;
|
|
hiddenpowercallstonedrop.beaconPayment = false;
|
|
hiddenpowercallstonedrop.register();
|
|
|
|
var warrenconfigurator = VanillaFactory.createItem("warren_configurator");
|
|
warrenconfigurator.maxStackSize = 64;
|
|
warrenconfigurator.beaconPayment = false;
|
|
warrenconfigurator.register();
|
|
|
|
var actualizedstarlightsphere = VanillaFactory.createItem("actualized_starlight_sphere");
|
|
actualizedstarlightsphere.maxStackSize = 64;
|
|
actualizedstarlightsphere.beaconPayment = false;
|
|
actualizedstarlightsphere.register();
|
|
|
|
|
|
var inquiringstone = VanillaFactory.createItem("seeker_stone");
|
|
inquiringstone.maxStackSize = 64;
|
|
inquiringstone.beaconPayment = false;
|
|
inquiringstone.register();
|
|
|
|
var warrenpebble = VanillaFactory.createItem("reality_pebble");
|
|
warrenpebble.maxStackSize = 64;
|
|
warrenpebble.beaconPayment = false;
|
|
warrenpebble.register();
|
|
|
|
var opalescentmatter = VanillaFactory.createItem("opalescent_matter");
|
|
opalescentmatter.maxStackSize = 64;
|
|
opalescentmatter.beaconPayment = false;
|
|
opalescentmatter.register();
|
|
|
|
|
|
var unleashedmithril1 = VanillaFactory.createItem("unleashed_mithril_1");
|
|
unleashedmithril1.maxStackSize = 64;
|
|
unleashedmithril1.beaconPayment = false;
|
|
unleashedmithril1.register();
|
|
|
|
var unleashedmithril2 = VanillaFactory.createItem("unleashed_mithril_2");
|
|
unleashedmithril2.maxStackSize = 64;
|
|
unleashedmithril2.beaconPayment = false;
|
|
unleashedmithril2.register();
|
|
|
|
var unleashedmithril3 = VanillaFactory.createItem("unleashed_mithril_3");
|
|
unleashedmithril3.maxStackSize = 64;
|
|
unleashedmithril3.beaconPayment = false;
|
|
unleashedmithril3.register();
|
|
|
|
|
|
var echowarrenalloy = VanillaFactory.createItem("echo_warren_alloy");
|
|
echowarrenalloy.maxStackSize = 64;
|
|
echowarrenalloy.beaconPayment = false;
|
|
echowarrenalloy.register();
|
|
|
|
var actualizedwarrenalloy = VanillaFactory.createItem("actualized_warren_alloy");
|
|
actualizedwarrenalloy.maxStackSize = 64;
|
|
actualizedwarrenalloy.beaconPayment = false;
|
|
actualizedwarrenalloy.register();
|
|
|
|
|
|
var bladeofthesamuraiqueen = VanillaFactory.createItem("blade_of_the_samurai_queen");
|
|
bladeofthesamuraiqueen.maxStackSize = 64;
|
|
bladeofthesamuraiqueen.beaconPayment = false;
|
|
bladeofthesamuraiqueen.register();
|
|
|
|
|
|
var alchemicaldust = VanillaFactory.createItem("alchemical_dust");
|
|
alchemicaldust.maxStackSize = 64;
|
|
alchemicaldust.beaconPayment = false;
|
|
alchemicaldust.register();
|
|
|
|
var arcanefissilealloy = VanillaFactory.createItem("arcane_fissile_alloy");
|
|
arcanefissilealloy.maxStackSize = 64;
|
|
arcanefissilealloy.beaconPayment = false;
|
|
arcanefissilealloy.register();
|
|
|
|
var depletedfissilealloy = VanillaFactory.createItem("depleted_arcane_fissile_alloy");
|
|
depletedfissilealloy.maxStackSize = 64;
|
|
depletedfissilealloy.beaconPayment = false;
|
|
depletedfissilealloy.register();
|
|
|
|
var arcanefissiledust = VanillaFactory.createItem("arcane_fissile_dust");
|
|
arcanefissiledust.maxStackSize = 64;
|
|
arcanefissiledust.beaconPayment = false;
|
|
arcanefissiledust.register();
|
|
|
|
var apothecaryfissilealloy = VanillaFactory.createItem("apothecary_fissile_alloy");
|
|
apothecaryfissilealloy.maxStackSize = 64;
|
|
apothecaryfissilealloy.beaconPayment = false;
|
|
apothecaryfissilealloy.register();
|
|
|
|
|
|
var depletedapothecaryfissilealloy = VanillaFactory.createItem("depleted_apothecary_fissile_alloy");
|
|
depletedapothecaryfissilealloy.maxStackSize = 64;
|
|
depletedapothecaryfissilealloy.beaconPayment = false;
|
|
depletedapothecaryfissilealloy.register();
|
|
|
|
var apothecaryfissiledust = VanillaFactory.createItem("apothecary_fissile_dust");
|
|
apothecaryfissiledust.maxStackSize = 64;
|
|
apothecaryfissiledust.beaconPayment = false;
|
|
apothecaryfissiledust.register();
|
|
|
|
var spacewarpingalloy1 = VanillaFactory.createItem("kampylotitum");
|
|
spacewarpingalloy1.maxStackSize = 64;
|
|
spacewarpingalloy1.beaconPayment = false;
|
|
spacewarpingalloy1.register();
|
|
|
|
var spacewarpingalloy2 = VanillaFactory.createItem("elleipsinyum");
|
|
spacewarpingalloy2.maxStackSize = 64;
|
|
spacewarpingalloy2.beaconPayment = false;
|
|
spacewarpingalloy2.register();
|
|
|
|
var spacewarpingalloy3 = VanillaFactory.createItem("ekkremesynium");
|
|
spacewarpingalloy3.maxStackSize = 64;
|
|
spacewarpingalloy3.beaconPayment = false;
|
|
spacewarpingalloy3.register();
|
|
|
|
var silvanfissilealloy = VanillaFactory.createItem("silvan_fissile_alloy");
|
|
silvanfissilealloy.maxStackSize = 64;
|
|
silvanfissilealloy.beaconPayment = false;
|
|
silvanfissilealloy.register();
|
|
|
|
var depsilvanfissilealloy = VanillaFactory.createItem("depleted_silvan_fissile_alloy");
|
|
depsilvanfissilealloy.maxStackSize = 64;
|
|
depsilvanfissilealloy.beaconPayment = false;
|
|
depsilvanfissilealloy.register();
|
|
|
|
var silvanfissiledust = VanillaFactory.createItem("silvan_fissile_dust");
|
|
silvanfissiledust.maxStackSize = 64;
|
|
silvanfissiledust.beaconPayment = false;
|
|
silvanfissiledust.register();
|
|
|
|
var innervedfissilealloy = VanillaFactory.createItem("innerved_fissile_alloy");
|
|
innervedfissilealloy.maxStackSize = 64;
|
|
innervedfissilealloy.beaconPayment = false;
|
|
innervedfissilealloy.register();
|
|
|
|
var depinnervedfissilealloy = VanillaFactory.createItem("depleted_innerved_fissile_alloy");
|
|
depinnervedfissilealloy.maxStackSize = 64;
|
|
depinnervedfissilealloy.beaconPayment = false;
|
|
depinnervedfissilealloy.register();
|
|
|
|
var innervedfissiledust = VanillaFactory.createItem("innerved_fissile_dust");
|
|
innervedfissiledust.maxStackSize = 64;
|
|
innervedfissiledust.beaconPayment = false;
|
|
innervedfissiledust.register();
|
|
|
|
var radiantfissilealloy = VanillaFactory.createItem("radiant_fissile_alloy");
|
|
radiantfissilealloy.maxStackSize = 64;
|
|
radiantfissilealloy.beaconPayment = false;
|
|
radiantfissilealloy.register();
|
|
|
|
var depradiantfissilealloy = VanillaFactory.createItem("depleted_radiant_fissile_alloy");
|
|
depradiantfissilealloy.maxStackSize = 64;
|
|
depradiantfissilealloy.beaconPayment = false;
|
|
depradiantfissilealloy.register();
|
|
|
|
var radiantfissiledust = VanillaFactory.createItem("radiant_fissile_dust");
|
|
radiantfissiledust.maxStackSize = 64;
|
|
radiantfissiledust.beaconPayment = false;
|
|
radiantfissiledust.register();
|
|
|
|
var soulofkashan = VanillaFactory.createItem("soul_of_kashan");
|
|
soulofkashan.maxStackSize = 64;
|
|
soulofkashan.beaconPayment = false;
|
|
soulofkashan.register();
|
|
|
|
var puretwilightmatter = VanillaFactory.createItem("pure_twilight_matter");
|
|
puretwilightmatter.maxStackSize = 64;
|
|
puretwilightmatter.beaconPayment = false;
|
|
puretwilightmatter.register();
|
|
|
|
var shardofthecosmos = VanillaFactory.createItem("shard_of_the_cosmos");
|
|
shardofthecosmos.maxStackSize = 64;
|
|
shardofthecosmos.beaconPayment = false;
|
|
shardofthecosmos.register();
|
|
|
|
var fractalliteoath = VanillaFactory.createItem("true_tongue_oath");
|
|
fractalliteoath.maxStackSize = 64;
|
|
fractalliteoath.beaconPayment = false;
|
|
fractalliteoath.register();
|
|
|
|
var trinityrunes = VanillaFactory.createItem("trinity_runes");
|
|
trinityrunes.maxStackSize = 64;
|
|
trinityrunes.beaconPayment = false;
|
|
trinityrunes.register();
|
|
|
|
var runesofthelover = VanillaFactory.createItem("runes_of_the_lover");
|
|
runesofthelover.maxStackSize = 1;
|
|
runesofthelover.beaconPayment = false;
|
|
runesofthelover.register();
|
|
|
|
var stoneofthelover = VanillaFactory.createItem("stone_of_the_lover");
|
|
stoneofthelover.maxStackSize = 64;
|
|
stoneofthelover.beaconPayment = false;
|
|
stoneofthelover.register();
|
|
|
|
var callofthelover = VanillaFactory.createItem("call_of_the_lover");
|
|
callofthelover.maxStackSize = 64;
|
|
callofthelover.beaconPayment = false;
|
|
callofthelover.register();
|
|
|
|
var recursionofthelover = VanillaFactory.createItem("recursion_of_the_lover");
|
|
recursionofthelover.maxStackSize = 64;
|
|
recursionofthelover.beaconPayment = false;
|
|
recursionofthelover.register();
|
|
|
|
var runesoftheloved = VanillaFactory.createItem("runes_of_the_loved");
|
|
runesoftheloved.maxStackSize = 1;
|
|
runesoftheloved.beaconPayment = false;
|
|
runesoftheloved.register();
|
|
|
|
var stoneoftheloved = VanillaFactory.createItem("stone_of_the_loved");
|
|
stoneoftheloved.maxStackSize = 64;
|
|
stoneoftheloved.beaconPayment = false;
|
|
stoneoftheloved.register();
|
|
|
|
var calloftheloved = VanillaFactory.createItem("call_of_the_loved");
|
|
calloftheloved.maxStackSize = 64;
|
|
calloftheloved.beaconPayment = false;
|
|
calloftheloved.register();
|
|
|
|
var recursionoftheloved = VanillaFactory.createItem("recursion_of_the_loved");
|
|
recursionoftheloved.maxStackSize = 64;
|
|
recursionoftheloved.beaconPayment = false;
|
|
recursionoftheloved.register();
|
|
|
|
|
|
var runesofthelove = VanillaFactory.createItem("runes_of_the_love");
|
|
runesofthelove.maxStackSize = 1;
|
|
runesofthelove.beaconPayment = false;
|
|
runesofthelove.register();
|
|
|
|
var stoneofthelove = VanillaFactory.createItem("stone_of_the_love");
|
|
stoneofthelove.maxStackSize = 64;
|
|
stoneofthelove.beaconPayment = false;
|
|
stoneofthelove.register();
|
|
|
|
var callofthelove = VanillaFactory.createItem("call_of_the_love");
|
|
callofthelove.maxStackSize = 64;
|
|
callofthelove.beaconPayment = false;
|
|
callofthelove.register();
|
|
|
|
var recursionofthelove = VanillaFactory.createItem("recursion_of_the_love");
|
|
recursionofthelove.maxStackSize = 64;
|
|
recursionofthelove.beaconPayment = false;
|
|
recursionofthelove.register();
|
|
|
|
|
|
var puzzlesolcher = VanillaFactory.createItem("puzzle_solution_cherubim");
|
|
puzzlesolcher.maxStackSize = 64;
|
|
puzzlesolcher.beaconPayment = false;
|
|
puzzlesolcher.register();
|
|
|
|
var unleashedtriquetra = VanillaFactory.createItem("unleashed_triquetra");
|
|
unleashedtriquetra.maxStackSize = 64;
|
|
unleashedtriquetra.beaconPayment = false;
|
|
unleashedtriquetra.register();
|
|
|
|
var cuendillarcatalyst1 = VanillaFactory.createItem("cuendillar_catalyst_1");
|
|
cuendillarcatalyst1.maxStackSize = 64;
|
|
cuendillarcatalyst1.beaconPayment = false;
|
|
cuendillarcatalyst1.register();
|
|
|
|
var cuendillarcatalyst2 = VanillaFactory.createItem("cuendillar_catalyst_2");
|
|
cuendillarcatalyst2.maxStackSize = 64;
|
|
cuendillarcatalyst2.beaconPayment = false;
|
|
cuendillarcatalyst2.register();
|
|
|
|
var cuendillarcatalyst3 = VanillaFactory.createItem("cuendillar_catalyst_3");
|
|
cuendillarcatalyst3.maxStackSize = 64;
|
|
cuendillarcatalyst3.beaconPayment = false;
|
|
cuendillarcatalyst3.register();
|
|
|
|
var singularfractal = VanillaFactory.createItem("singular_fractal");
|
|
singularfractal.maxStackSize = 64;
|
|
singularfractal.beaconPayment = false;
|
|
singularfractal.register();
|
|
|
|
var infiniteprocessor = VanillaFactory.createItem("infinite_processor");
|
|
infiniteprocessor.maxStackSize = 64;
|
|
infiniteprocessor.beaconPayment = false;
|
|
infiniteprocessor.register();
|
|
|
|
var recursivequantum = VanillaFactory.createItem("recursive_quantum");
|
|
recursivequantum.maxStackSize = 64;
|
|
recursivequantum.beaconPayment = false;
|
|
recursivequantum.register();
|
|
|
|
var fractallitequantum = VanillaFactory.createItem("fractallite_quantum");
|
|
fractallitequantum.maxStackSize = 64;
|
|
fractallitequantum.beaconPayment = false;
|
|
fractallitequantum.register();
|
|
|
|
var plateclumprecursive = VanillaFactory.createItem("plate_clump_recursive");
|
|
plateclumprecursive.maxStackSize = 64;
|
|
plateclumprecursive.beaconPayment = false;
|
|
plateclumprecursive.register();
|
|
|
|
var plateclumpfractal = VanillaFactory.createItem("plate_clump_fractal");
|
|
plateclumpfractal.maxStackSize = 64;
|
|
plateclumpfractal.beaconPayment = false;
|
|
plateclumpfractal.register();
|
|
|
|
var slightlydensepebble = VanillaFactory.createItem("slightly_dense_pebble");
|
|
slightlydensepebble.maxStackSize = 64;
|
|
slightlydensepebble.beaconPayment = false;
|
|
slightlydensepebble.register();
|
|
|
|
var standardoftheshyreempire = VanillaFactory.createItem("standard_of_the_shyre_empire");
|
|
standardoftheshyreempire.maxStackSize = 64;
|
|
standardoftheshyreempire.beaconPayment = false;
|
|
standardoftheshyreempire.register();
|
|
|
|
var spooderglasses = VanillaFactory.createItem("spooder_glasses");
|
|
spooderglasses.maxStackSize = 64;
|
|
spooderglasses.beaconPayment = false;
|
|
spooderglasses.register();
|
|
|
|
var massiveboomboom = VanillaFactory.createItem("massive_boomboom");
|
|
massiveboomboom.maxStackSize = 64;
|
|
massiveboomboom.beaconPayment = false;
|
|
massiveboomboom.register();
|
|
|
|
var emccrown = VanillaFactory.createItem("emc_crown");
|
|
emccrown.maxStackSize = 64;
|
|
emccrown.beaconPayment = false;
|
|
emccrown.register();
|
|
|
|
var atomicglasses = VanillaFactory.createItem("atomic_glasses");
|
|
atomicglasses.maxStackSize = 64;
|
|
atomicglasses.beaconPayment = false;
|
|
atomicglasses.register();
|
|
|
|
var coolwalkingstick = VanillaFactory.createItem("cool_walking_stick");
|
|
coolwalkingstick.maxStackSize = 64;
|
|
coolwalkingstick.beaconPayment = false;
|
|
coolwalkingstick.register();
|
|
|
|
var horribleuneditedfanfic = VanillaFactory.createItem("horrible_unedited_fanfiction");
|
|
horribleuneditedfanfic.maxStackSize = 64;
|
|
horribleuneditedfanfic.beaconPayment = false;
|
|
horribleuneditedfanfic.register();
|
|
|
|
var nullpointer = VanillaFactory.createItem("null_pointer");
|
|
nullpointer.maxStackSize = 64;
|
|
nullpointer.beaconPayment = false;
|
|
nullpointer.register();
|
|
|
|
var redishwhitehat = VanillaFactory.createItem("p0rtals_redish_white_hat");
|
|
redishwhitehat.maxStackSize = 64;
|
|
redishwhitehat.beaconPayment = false;
|
|
redishwhitehat.register();
|
|
|
|
var collarbells = VanillaFactory.createItem("collar_bells");
|
|
collarbells.maxStackSize = 64;
|
|
collarbells.beaconPayment = false;
|
|
collarbells.register();
|
|
|
|
var shieldofthearbiter = VanillaFactory.createItem("shield_of_the_arbiter");
|
|
shieldofthearbiter.maxStackSize = 64;
|
|
shieldofthearbiter.beaconPayment = false;
|
|
shieldofthearbiter.register();
|
|
|
|
var trinityingot = VanillaFactory.createItem("trinity_ingot");
|
|
trinityingot.maxStackSize = 64;
|
|
trinityingot.beaconPayment = false;
|
|
trinityingot.register();
|
|
|
|
var bigbangmatter = VanillaFactory.createItem("big_bang_matter");
|
|
bigbangmatter.maxStackSize = 64;
|
|
bigbangmatter.beaconPayment = false;
|
|
bigbangmatter.register();
|
|
|
|
var ascendedgallifreyanalloy = VanillaFactory.createItem("ascended_gallifreyan_alloy");
|
|
ascendedgallifreyanalloy.maxStackSize = 64;
|
|
ascendedgallifreyanalloy.beaconPayment = false;
|
|
ascendedgallifreyanalloy.register();
|
|
|
|
var tokenofpeace = VanillaFactory.createItem("token_of_forgiveness");
|
|
tokenofpeace.maxStackSize = 64;
|
|
tokenofpeace.beaconPayment = false;
|
|
tokenofpeace.register();
|
|
|
|
var tokenofforgiveness = VanillaFactory.createItem("offer_of_restored_balance");
|
|
tokenofforgiveness.maxStackSize = 64;
|
|
tokenofforgiveness.beaconPayment = false;
|
|
tokenofforgiveness.register();
|
|
|
|
var gemofpuretaint = VanillaFactory.createItem("gem_of_pure_taint");
|
|
gemofpuretaint.maxStackSize = 64;
|
|
gemofpuretaint.beaconPayment = false;
|
|
gemofpuretaint.register();
|
|
|
|
var taintedclaw = VanillaFactory.createItem("tainted_claw");
|
|
taintedclaw.maxStackSize = 64;
|
|
taintedclaw.beaconPayment = false;
|
|
taintedclaw.register();
|
|
|
|
var voidchains = VanillaFactory.createItem("void_chains");
|
|
voidchains.maxStackSize = 64;
|
|
voidchains.beaconPayment = false;
|
|
voidchains.register();
|
|
|
|
var voidichoriumgem = VanillaFactory.createItem("void_ichorium_gem");
|
|
voidichoriumgem.maxStackSize = 64;
|
|
voidichoriumgem.beaconPayment = false;
|
|
voidichoriumgem.register();
|
|
|
|
var charmofthefallingtower = VanillaFactory.createItem("charm_of_the_falling_tower");
|
|
charmofthefallingtower.maxStackSize = 64;
|
|
charmofthefallingtower.beaconPayment = false;
|
|
charmofthefallingtower.register();
|
|
|
|
var multiblockinputswapping = VanillaFactory.createItem("multiblock_input_swapping");
|
|
multiblockinputswapping.maxStackSize = 64;
|
|
multiblockinputswapping.beaconPayment = false;
|
|
multiblockinputswapping.register();
|
|
|
|
var curseddragonegg = VanillaFactory.createItem("cursed_dragon_egg");
|
|
curseddragonegg.maxStackSize = 64;
|
|
curseddragonegg.beaconPayment = false;
|
|
curseddragonegg.register();
|
|
|
|
var taintedalchemiccatalyst = VanillaFactory.createItem("tainted_alchemic_catalyst");
|
|
taintedalchemiccatalyst.maxStackSize = 64;
|
|
taintedalchemiccatalyst.beaconPayment = false;
|
|
taintedalchemiccatalyst.register();
|
|
|
|
var recursionoftaint = VanillaFactory.createItem("recursion_of_taint");
|
|
recursionoftaint.maxStackSize = 64;
|
|
recursionoftaint.beaconPayment = false;
|
|
recursionoftaint.register();
|
|
|
|
var shieldofthekinginpurple = VanillaFactory.createItem("shield_of_the_king_in_purple");
|
|
shieldofthekinginpurple.maxStackSize = 64;
|
|
shieldofthekinginpurple.beaconPayment = false;
|
|
shieldofthekinginpurple.register();
|
|
|
|
var taintshield = VanillaFactory.createItem("taint_shield");
|
|
taintshield.maxStackSize = 64;
|
|
taintshield.beaconPayment = false;
|
|
taintshield.register();
|
|
|
|
var taintgun = VanillaFactory.createItem("taint_gun");
|
|
taintgun.maxStackSize = 64;
|
|
taintgun.beaconPayment = false;
|
|
taintgun.register();
|
|
|
|
var ultimatetaintgun = VanillaFactory.createItem("the_ultimate_taint_gun");
|
|
ultimatetaintgun.maxStackSize = 64;
|
|
ultimatetaintgun.beaconPayment = false;
|
|
ultimatetaintgun.register();
|
|
|
|
var uncannyvoidcluster = VanillaFactory.createItem("uncanny_void_cluster");
|
|
uncannyvoidcluster.maxStackSize = 64;
|
|
uncannyvoidcluster.beaconPayment = false;
|
|
uncannyvoidcluster.register();
|
|
|
|
var puzzlesolundeadsoil = VanillaFactory.createItem("puzzle_solution_undeadsoil");
|
|
puzzlesolundeadsoil.maxStackSize = 64;
|
|
puzzlesolundeadsoil.beaconPayment = false;
|
|
puzzlesolundeadsoil.register();
|
|
|
|
var respectofthelordoflust = VanillaFactory.createItem("respect_of_the_lord_of_lust");
|
|
respectofthelordoflust.maxStackSize = 64;
|
|
respectofthelordoflust.beaconPayment = false;
|
|
respectofthelordoflust.register();
|
|
|
|
var respectofthelordofpride = VanillaFactory.createItem("respect_of_the_lord_of_pride");
|
|
respectofthelordofpride.maxStackSize = 64;
|
|
respectofthelordofpride.beaconPayment = false;
|
|
respectofthelordofpride.register();
|
|
|
|
var respectofthelordofenvy = VanillaFactory.createItem("respect_of_the_lord_of_envy");
|
|
respectofthelordofenvy.maxStackSize = 64;
|
|
respectofthelordofenvy.beaconPayment = false;
|
|
respectofthelordofenvy.register();
|
|
|
|
var respectofthelordofgreed = VanillaFactory.createItem("respect_of_the_lord_of_greed");
|
|
respectofthelordofgreed.maxStackSize = 64;
|
|
respectofthelordofgreed.beaconPayment = false;
|
|
respectofthelordofgreed.register();
|
|
|
|
var respectofthelordofwrath = VanillaFactory.createItem("respect_of_the_lord_of_wrath");
|
|
respectofthelordofwrath.maxStackSize = 64;
|
|
respectofthelordofwrath.beaconPayment = false;
|
|
respectofthelordofwrath.register();
|
|
|
|
var respectofthelordofsloth = VanillaFactory.createItem("respect_of_the_lord_of_sloth");
|
|
respectofthelordofsloth.maxStackSize = 64;
|
|
respectofthelordofsloth.beaconPayment = false;
|
|
respectofthelordofsloth.register();
|
|
|
|
var oathofthelordofgluttony = VanillaFactory.createItem("oath_of_the_lord_of_gluttony");
|
|
oathofthelordofgluttony.maxStackSize = 64;
|
|
oathofthelordofgluttony.beaconPayment = false;
|
|
oathofthelordofgluttony.register();
|
|
|
|
var respectofdeath = VanillaFactory.createItem("respect_of_death");
|
|
respectofdeath.maxStackSize = 64;
|
|
respectofdeath.beaconPayment = false;
|
|
respectofdeath.register();
|
|
|
|
var puzzlesolvaowdeath = VanillaFactory.createItem("puzzle_solution_vowtodeath");
|
|
puzzlesolvaowdeath.maxStackSize = 64;
|
|
puzzlesolvaowdeath.beaconPayment = false;
|
|
puzzlesolvaowdeath.register();
|
|
|
|
var fractallitetaint = VanillaFactory.createItem("fractallite_taint");
|
|
fractallitetaint.maxStackSize = 64;
|
|
fractallitetaint.beaconPayment = false;
|
|
fractallitetaint.register();
|
|
|
|
var recursionofgluttony = VanillaFactory.createItem("recursion_of_gluttony");
|
|
recursionofgluttony.maxStackSize = 64;
|
|
recursionofgluttony.beaconPayment = false;
|
|
recursionofgluttony.register();
|
|
|
|
var wishofinfinity = VanillaFactory.createItem("wish_of_infinity");
|
|
wishofinfinity.maxStackSize = 64;
|
|
wishofinfinity.beaconPayment = false;
|
|
wishofinfinity.register();
|
|
|
|
var ingotofinfinitewishes = VanillaFactory.createItem("ingot_of_infinite_wishes");
|
|
ingotofinfinitewishes.maxStackSize = 64;
|
|
ingotofinfinitewishes.beaconPayment = false;
|
|
ingotofinfinitewishes.register();
|
|
|
|
var gundevillimb = VanillaFactory.createItem("gun_devil_limb");
|
|
gundevillimb.maxStackSize = 64;
|
|
gundevillimb.beaconPayment = false;
|
|
gundevillimb.register();
|
|
|
|
var bulletofthegundevil = VanillaFactory.createItem("bullet_of_the_gun_devil");
|
|
bulletofthegundevil.maxStackSize = 64;
|
|
bulletofthegundevil.beaconPayment = false;
|
|
bulletofthegundevil.register();
|
|
|
|
var magazineofthegundevil = VanillaFactory.createItem("magazine_of_the_gun_devil");
|
|
magazineofthegundevil.maxStackSize = 64;
|
|
magazineofthegundevil.beaconPayment = false;
|
|
magazineofthegundevil.register();
|
|
|
|
var universalconstellation = VanillaFactory.createItem("universal_constellation");
|
|
universalconstellation.maxStackSize = 64;
|
|
universalconstellation.beaconPayment = false;
|
|
universalconstellation.register();
|
|
|
|
var dustofinfinitewishes = VanillaFactory.createItem("dust_of_infinite_wishes");
|
|
dustofinfinitewishes.maxStackSize = 64;
|
|
dustofinfinitewishes.beaconPayment = false;
|
|
dustofinfinitewishes.register();
|
|
|
|
var eleintstone = VanillaFactory.createItem("eleint_stone");
|
|
eleintstone.maxStackSize = 64;
|
|
eleintstone.beaconPayment = false;
|
|
eleintstone.register();
|
|
|
|
var gemofdimensionalascension = VanillaFactory.createItem("gem_of_dimensional_ascension");
|
|
gemofdimensionalascension.maxStackSize = 64;
|
|
gemofdimensionalascension.beaconPayment = false;
|
|
gemofdimensionalascension.register();
|
|
|
|
var puzzlesoldimensionalascension = VanillaFactory.createItem("puzzle_solution_dimensionalascension");
|
|
puzzlesoldimensionalascension.maxStackSize = 64;
|
|
puzzlesoldimensionalascension.beaconPayment = false;
|
|
puzzlesoldimensionalascension.register();
|
|
|
|
var recursionofdimensionalascension = VanillaFactory.createItem("recursion_of_dimensional_ascension");
|
|
recursionofdimensionalascension.maxStackSize = 64;
|
|
recursionofdimensionalascension.beaconPayment = false;
|
|
recursionofdimensionalascension.register();
|
|
|
|
var infinitetaintedplate = VanillaFactory.createItem("infinite_tainted_plate");
|
|
infinitetaintedplate.maxStackSize = 64;
|
|
infinitetaintedplate.beaconPayment = false;
|
|
infinitetaintedplate.register();
|
|
|
|
var fieryrecursionfragment = VanillaFactory.createItem("fiery_recursion_fragment");
|
|
fieryrecursionfragment.maxStackSize = 64;
|
|
fieryrecursionfragment.beaconPayment = false;
|
|
fieryrecursionfragment.register();
|
|
|
|
var everburningdust = VanillaFactory.createItem("everburning_dust");
|
|
everburningdust.maxStackSize = 64;
|
|
everburningdust.beaconPayment = false;
|
|
everburningdust.register();
|
|
|
|
var everburningrecursionfragment = VanillaFactory.createItem("everburning_recursion_fragment");
|
|
everburningrecursionfragment.maxStackSize = 64;
|
|
everburningrecursionfragment.beaconPayment = false;
|
|
everburningrecursionfragment.register();
|
|
|
|
|
|
var everburningplating = VanillaFactory.createItem("everburning_plating");
|
|
everburningplating.maxStackSize = 64;
|
|
everburningplating.beaconPayment = false;
|
|
everburningplating.register();
|
|
|
|
var quasarchargedgem = VanillaFactory.createItem("quasar_charged_gem");
|
|
quasarchargedgem.maxStackSize = 64;
|
|
quasarchargedgem.beaconPayment = false;
|
|
quasarchargedgem.register();
|
|
|
|
var gravitationaltimecrystal = VanillaFactory.createItem("gravitational_time_crystal");
|
|
gravitationaltimecrystal.maxStackSize = 64;
|
|
gravitationaltimecrystal.beaconPayment = false;
|
|
gravitationaltimecrystal.register();
|
|
|
|
var warrenplate = VanillaFactory.createItem("warren_plate");
|
|
warrenplate.maxStackSize = 64;
|
|
warrenplate.beaconPayment = false;
|
|
warrenplate.register();
|
|
|
|
var powerwroughtbrightsteelalloyplate = VanillaFactory.createItem("power_wrought_brightsteel_alloy_plate");
|
|
powerwroughtbrightsteelalloyplate.maxStackSize = 64;
|
|
powerwroughtbrightsteelalloyplate.beaconPayment = false;
|
|
powerwroughtbrightsteelalloyplate.register();
|
|
|
|
var quasarchargeddust = VanillaFactory.createItem("quasar_charged_dust");
|
|
quasarchargeddust.maxStackSize = 64;
|
|
quasarchargeddust.beaconPayment = false;
|
|
quasarchargeddust.register();
|
|
|
|
var cleansedbrightsteelalloyplate = VanillaFactory.createItem("cleansed_brightsteel_alloy_plate");
|
|
cleansedbrightsteelalloyplate.maxStackSize = 64;
|
|
cleansedbrightsteelalloyplate.beaconPayment = false;
|
|
cleansedbrightsteelalloyplate.register();
|
|
|
|
var dimensionallyascendedgarnet = VanillaFactory.createItem("dimensionally_ascended_garnet");
|
|
dimensionallyascendedgarnet.maxStackSize = 64;
|
|
dimensionallyascendedgarnet.beaconPayment = false;
|
|
dimensionallyascendedgarnet.register();
|
|
|
|
var alchemicallyhyperactivecrystal = VanillaFactory.createItem("alchemically_hyperactive_crystal");
|
|
alchemicallyhyperactivecrystal.maxStackSize = 64;
|
|
alchemicallyhyperactivecrystal.beaconPayment = false;
|
|
alchemicallyhyperactivecrystal.register();
|
|
|
|
var darkmatterscatteringelement = VanillaFactory.createItem("dark_matter_scattering_element");
|
|
darkmatterscatteringelement.maxStackSize = 64;
|
|
darkmatterscatteringelement.beaconPayment = false;
|
|
darkmatterscatteringelement.register();
|
|
|
|
var fractalstoneclump = VanillaFactory.createItem("fractal_metal_clump");
|
|
fractalstoneclump.maxStackSize = 64;
|
|
fractalstoneclump.beaconPayment = false;
|
|
fractalstoneclump.register();
|
|
|
|
var fractalmetalplate = VanillaFactory.createItem("fractal_metal_plate");
|
|
fractalmetalplate.maxStackSize = 64;
|
|
fractalmetalplate.beaconPayment = false;
|
|
fractalmetalplate.register();
|
|
|
|
var trinitynugget = VanillaFactory.createItem("trinity_nugget");
|
|
trinitynugget.maxStackSize = 64;
|
|
trinitynugget.beaconPayment = false;
|
|
trinitynugget.register();
|
|
|
|
var echowarrenbar = VanillaFactory.createItem("echo_warren_bar");
|
|
echowarrenbar.maxStackSize = 64;
|
|
echowarrenbar.beaconPayment = false;
|
|
echowarrenbar.register();
|
|
|
|
var timecrystallattice = VanillaFactory.createItem("time_crystal_lattice");
|
|
timecrystallattice.maxStackSize = 64;
|
|
timecrystallattice.beaconPayment = false;
|
|
timecrystallattice.register();
|
|
|
|
var galaxysuperconductor = VanillaFactory.createItem("galaxy_superconductor");
|
|
galaxysuperconductor.maxStackSize = 64;
|
|
galaxysuperconductor.beaconPayment = false;
|
|
galaxysuperconductor.register();
|
|
|
|
var fractallitefocuslens = VanillaFactory.createItem("fractallite_focus_lens");
|
|
fractallitefocuslens.maxStackSize = 64;
|
|
fractallitefocuslens.beaconPayment = false;
|
|
fractallitefocuslens.register();
|
|
|
|
var spacetimeshapeprimer = VanillaFactory.createItem("cosmic_string_primer");
|
|
spacetimeshapeprimer.maxStackSize = 64;
|
|
spacetimeshapeprimer.beaconPayment = false;
|
|
spacetimeshapeprimer.register();
|
|
|
|
var spacetimeshape = VanillaFactory.createItem("cosmic_string");
|
|
spacetimeshape.maxStackSize = 64;
|
|
spacetimeshape.beaconPayment = false;
|
|
spacetimeshape.register();
|
|
|
|
var nightmareofannoyance = VanillaFactory.createItem("nightmare_of_annoyance");
|
|
nightmareofannoyance.maxStackSize = 64;
|
|
nightmareofannoyance.beaconPayment = false;
|
|
nightmareofannoyance.register();
|
|
|
|
var strangestoneessence = VanillaFactory.createItem("strange_stone_essence");
|
|
strangestoneessence.maxStackSize = 64;
|
|
strangestoneessence.beaconPayment = false;
|
|
strangestoneessence.register();
|
|
|
|
var neutroniumpearl = VanillaFactory.createItem("neutronium_pearl");
|
|
neutroniumpearl.maxStackSize = 64;
|
|
neutroniumpearl.beaconPayment = false;
|
|
neutroniumpearl.register();
|
|
|
|
var mixedmetalshard = VanillaFactory.createItem("mixed_metal_shard");
|
|
mixedmetalshard.maxStackSize = 64;
|
|
mixedmetalshard.beaconPayment = false;
|
|
mixedmetalshard.register();
|
|
|
|
var blackholealloy = VanillaFactory.createItem("black_hole_alloy_clump");
|
|
blackholealloy.maxStackSize = 64;
|
|
blackholealloy.beaconPayment = false;
|
|
blackholealloy.register();
|
|
|
|
var softenedblackholealloy = VanillaFactory.createItem("softened_black_hole_alloy_clump");
|
|
softenedblackholealloy.maxStackSize = 64;
|
|
softenedblackholealloy.beaconPayment = false;
|
|
softenedblackholealloy.register();
|
|
|
|
var drawnblackholealloy = VanillaFactory.createItem("drawn_black_hole_alloy_clump");
|
|
drawnblackholealloy.maxStackSize = 64;
|
|
drawnblackholealloy.beaconPayment = false;
|
|
drawnblackholealloy.register();
|
|
|
|
var quenchedblackholealloy = VanillaFactory.createItem("quenched_black_hole_alloy_clump");
|
|
quenchedblackholealloy.maxStackSize = 64;
|
|
quenchedblackholealloy.beaconPayment = false;
|
|
quenchedblackholealloy.register();
|
|
|
|
var blackholealloyingot = VanillaFactory.createItem("black_hole_alloy_ingot");
|
|
blackholealloyingot.maxStackSize = 64;
|
|
blackholealloyingot.beaconPayment = false;
|
|
blackholealloyingot.register();
|
|
|
|
var galacticcore = VanillaFactory.createItem("galactic_core");
|
|
galacticcore.maxStackSize = 64;
|
|
galacticcore.beaconPayment = false;
|
|
galacticcore.register();
|
|
|
|
var galacticpowerunit = VanillaFactory.createItem("galactic_power_unit");
|
|
galacticpowerunit.maxStackSize = 64;
|
|
galacticpowerunit.beaconPayment = false;
|
|
galacticpowerunit.register();
|
|
|
|
var cosmicstringconduit = VanillaFactory.createItem("cosmic_string_conduit");
|
|
cosmicstringconduit.maxStackSize = 64;
|
|
cosmicstringconduit.beaconPayment = false;
|
|
cosmicstringconduit.register();
|
|
|
|
var eyeofharmonypowerunit = VanillaFactory.createItem("eye_of_harmony_power_unit");
|
|
eyeofharmonypowerunit.maxStackSize = 64;
|
|
eyeofharmonypowerunit.beaconPayment = false;
|
|
eyeofharmonypowerunit.register();
|
|
|
|
var definedbar = VanillaFactory.createItem("defined_bar");
|
|
definedbar.maxStackSize = 64;
|
|
definedbar.beaconPayment = false;
|
|
definedbar.register();
|
|
|
|
var saltofknowledge = VanillaFactory.createItem("salt_of_knowledge");
|
|
saltofknowledge.maxStackSize = 64;
|
|
saltofknowledge.beaconPayment = false;
|
|
saltofknowledge.register();
|
|
|
|
|
|
var clearingtaint = VanillaFactory.createItem("clearing_taint");
|
|
clearingtaint.maxStackSize = 64;
|
|
clearingtaint.beaconPayment = false;
|
|
clearingtaint.register();
|
|
|
|
var lostcitiesworldgen = VanillaFactory.createItem("lost_cities_worldgen");
|
|
lostcitiesworldgen.maxStackSize = 64;
|
|
lostcitiesworldgen.beaconPayment = false;
|
|
lostcitiesworldgen.register();
|
|
|
|
|
|
var experienceconfigurator = VanillaFactory.createItem("experience_configurator");
|
|
experienceconfigurator.maxStackSize = 64;
|
|
experienceconfigurator.beaconPayment = false;
|
|
experienceconfigurator.register();
|
|
|
|
var chargedsignalum = VanillaFactory.createItem("charged_signalum");
|
|
chargedsignalum.maxStackSize = 64;
|
|
chargedsignalum.beaconPayment = false;
|
|
chargedsignalum.register();
|
|
|
|
var superchargedsignalum = VanillaFactory.createItem("supercharged_signalum");
|
|
superchargedsignalum.maxStackSize = 64;
|
|
superchargedsignalum.beaconPayment = false;
|
|
superchargedsignalum.register();
|
|
|
|
|
|
var thaumicbrush = VanillaFactory.createItem("thaumic_brush");
|
|
thaumicbrush.maxStackSize = 64;
|
|
thaumicbrush.beaconPayment = false;
|
|
thaumicbrush.register();
|
|
|
|
var warrenpeat = VanillaFactory.createItem("warren_peat");
|
|
warrenpeat.maxStackSize = 64;
|
|
warrenpeat.beaconPayment = false;
|
|
warrenpeat.register();
|
|
|
|
var huntermobs = VanillaFactory.createItem("hunter_mobs");
|
|
huntermobs.maxStackSize = 64;
|
|
huntermobs.beaconPayment = false;
|
|
huntermobs.register();
|
|
|
|
var hunterlevel1 = VanillaFactory.createItem("hunter_level_1");
|
|
hunterlevel1.maxStackSize = 64;
|
|
hunterlevel1.beaconPayment = false;
|
|
hunterlevel1.register();
|
|
|
|
var hunterlevel3 = VanillaFactory.createItem("hunter_level_3");
|
|
hunterlevel3.maxStackSize = 64;
|
|
hunterlevel3.beaconPayment = false;
|
|
hunterlevel3.register();
|
|
|
|
var hunterlevel5 = VanillaFactory.createItem("hunter_level_5");
|
|
hunterlevel5.maxStackSize = 64;
|
|
hunterlevel5.beaconPayment = false;
|
|
hunterlevel5.register();
|
|
|
|
var hunterlevel9 = VanillaFactory.createItem("hunter_level_9");
|
|
hunterlevel9.maxStackSize = 64;
|
|
hunterlevel9.beaconPayment = false;
|
|
hunterlevel9.register();
|
|
|
|
var hunterlevel12 = VanillaFactory.createItem("hunter_level_12");
|
|
hunterlevel12.maxStackSize = 64;
|
|
hunterlevel12.beaconPayment = false;
|
|
hunterlevel12.register();
|
|
|
|
var hunterlevel13 = VanillaFactory.createItem("hunter_level_13");
|
|
hunterlevel13.maxStackSize = 64;
|
|
hunterlevel13.beaconPayment = false;
|
|
hunterlevel13.register();
|
|
|
|
var hunterlevel17 = VanillaFactory.createItem("hunter_level_17");
|
|
hunterlevel17.maxStackSize = 64;
|
|
hunterlevel17.beaconPayment = false;
|
|
hunterlevel17.register();
|
|
|
|
var hunterlevel19 = VanillaFactory.createItem("hunter_level_19");
|
|
hunterlevel19.maxStackSize = 64;
|
|
hunterlevel19.beaconPayment = false;
|
|
hunterlevel19.register();
|
|
|
|
var hunterlevel20 = VanillaFactory.createItem("hunter_level_20");
|
|
hunterlevel20.maxStackSize = 64;
|
|
hunterlevel20.beaconPayment = false;
|
|
hunterlevel20.register();
|
|
|
|
var hunterlevel30 = VanillaFactory.createItem("hunter_level_30");
|
|
hunterlevel30.maxStackSize = 64;
|
|
hunterlevel30.beaconPayment = false;
|
|
hunterlevel30.register();
|
|
|
|
var hunterlevel40 = VanillaFactory.createItem("hunter_level_40");
|
|
hunterlevel40.maxStackSize = 64;
|
|
hunterlevel40.beaconPayment = false;
|
|
hunterlevel40.register();
|
|
|
|
var hunterlevel50 = VanillaFactory.createItem("hunter_level_50");
|
|
hunterlevel50.maxStackSize = 64;
|
|
hunterlevel50.beaconPayment = false;
|
|
hunterlevel50.register();
|
|
|
|
var farminghunterlevels = VanillaFactory.createItem("farming_hunter_levels");
|
|
farminghunterlevels.maxStackSize = 64;
|
|
farminghunterlevels.beaconPayment = false;
|
|
farminghunterlevels.register();
|
|
|
|
var superenchantingstrippingautomation = VanillaFactory.createItem("super_enchanting_stripping_automation");
|
|
superenchantingstrippingautomation.maxStackSize = 64;
|
|
superenchantingstrippingautomation.beaconPayment = false;
|
|
superenchantingstrippingautomation.register();
|
|
|
|
var greatcoolant = VanillaFactory.createItem("coolant_great");
|
|
greatcoolant.maxStackSize = 64;
|
|
greatcoolant.beaconPayment = false;
|
|
greatcoolant.register();
|
|
|
|
var greatcoil = VanillaFactory.createItem("coil_great");
|
|
greatcoil.maxStackSize = 64;
|
|
greatcoil.beaconPayment = false;
|
|
greatcoil.register();
|
|
|
|
var goodwootdrops = VanillaFactory.createItem("good_woot_drops");
|
|
goodwootdrops.maxStackSize = 64;
|
|
goodwootdrops.beaconPayment = false;
|
|
goodwootdrops.register();
|
|
|
|
var karotfarm = VanillaFactory.createItem("karot_farm");
|
|
karotfarm.maxStackSize = 64;
|
|
karotfarm.beaconPayment = false;
|
|
karotfarm.register();
|
|
|
|
|
|
var mythicradiationshield = VanillaFactory.createItem("mythic_radiation_shielding");
|
|
mythicradiationshield.maxStackSize = 64;
|
|
mythicradiationshield.beaconPayment = false;
|
|
mythicradiationshield.register();
|
|
|
|
var recursiveradiationshield = VanillaFactory.createItem("recursive_radiation_shielding");
|
|
recursiveradiationshield.maxStackSize = 64;
|
|
recursiveradiationshield.beaconPayment = false;
|
|
recursiveradiationshield.register();
|
|
|
|
var fractalliteradshield = VanillaFactory.createItem("fractallite_radiation_shielding");
|
|
fractalliteradshield.maxStackSize = 64;
|
|
fractalliteradshield.beaconPayment = false;
|
|
fractalliteradshield.register();
|
|
|
|
var cursedcradle = VanillaFactory.createItem("cursed_cradle");
|
|
cursedcradle.maxStackSize = 64;
|
|
cursedcradle.beaconPayment = false;
|
|
cursedcradle.register();
|
|
|
|
var infusionpseudoautomation = VanillaFactory.createItem("infusion_pseudo_automation");
|
|
infusionpseudoautomation.maxStackSize = 64;
|
|
infusionpseudoautomation.beaconPayment = false;
|
|
infusionpseudoautomation.register();
|
|
|
|
var puzzlesolrainbowcore = VanillaFactory.createItem("puzzle_solution_rainbowcore");
|
|
puzzlesolrainbowcore.maxStackSize = 64;
|
|
puzzlesolrainbowcore.beaconPayment = false;
|
|
puzzlesolrainbowcore.register();
|
|
|
|
var recursionsharpeninglens = VanillaFactory.createItem("recursion_sharpening_lens");
|
|
recursionsharpeninglens.maxStackSize = 64;
|
|
recursionsharpeninglens.beaconPayment = false;
|
|
recursionsharpeninglens.register();
|
|
|
|
var valkyrieconstruct = VanillaFactory.createItem("valkyrie_construct");
|
|
valkyrieconstruct.maxStackSize = 64;
|
|
valkyrieconstruct.beaconPayment = false;
|
|
valkyrieconstruct.register();
|
|
|
|
var hyperchitinousfabrial = VanillaFactory.createItem("hyperchitinous_fabrial");
|
|
hyperchitinousfabrial.maxStackSize = 64;
|
|
hyperchitinousfabrial.beaconPayment = false;
|
|
hyperchitinousfabrial.register();
|
|
|
|
var divinestellarfabrial = VanillaFactory.createItem("divine_stellar_fabrial");
|
|
divinestellarfabrial.maxStackSize = 64;
|
|
divinestellarfabrial.beaconPayment = false;
|
|
divinestellarfabrial.register();
|
|
|
|
var ichortaintcondensate = VanillaFactory.createItem("ichor_taint_condensate");
|
|
ichortaintcondensate.maxStackSize = 64;
|
|
ichortaintcondensate.beaconPayment = false;
|
|
ichortaintcondensate.register();
|
|
|
|
var pearlescentfabrial = VanillaFactory.createItem("pearlescent_fabrial");
|
|
pearlescentfabrial.maxStackSize = 64;
|
|
pearlescentfabrial.beaconPayment = false;
|
|
pearlescentfabrial.register();
|
|
|
|
|
|
|
|
|
|
|