Files
meatballcraft/scripts/CustomItems2.zs
T
sainagh 9bccd068fd 0.15.2
2024-05-25 09:31:20 -07:00

1053 lines
38 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 superstacker = VanillaFactory.createItem("super_stacker");
superstacker.maxStackSize = 64;
superstacker.beaconPayment = false;
superstacker.register();
var bigstackaurorablock = VanillaFactory.createItem("big_stack_aurorablock");
bigstackaurorablock.maxStackSize = 64;
bigstackaurorablock.beaconPayment = false;
bigstackaurorablock.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();