This commit is contained in:
sainagh
2025-01-15 16:18:41 -08:00
parent f7532d1672
commit caeb0bd183
6066 changed files with 73099 additions and 844957 deletions
+18
View File
@@ -0,0 +1,18 @@
#loader contenttweaker
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
import mods.contenttweaker.IItemRightClick;
import mods.contenttweaker.Commands;
import mods.ctintegration.baubles.IBaubleInventory;
var singulargravityhoney = VanillaFactory.createBaubleItem("singular_gravity_honey");
singulargravityhoney.baubleType = "RING";
singulargravityhoney.register();
var blackholehoney = VanillaFactory.createBaubleItem("black_hole_honey");
blackholehoney.baubleType = "RING";
blackholehoney.register();