This commit is contained in:
sainagh
2024-05-25 09:31:20 -07:00
parent 9bc8b6f851
commit 9bccd068fd
393 changed files with 83107 additions and 5857 deletions
+34
View File
@@ -1017,3 +1017,37 @@ 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();