wierd scripts error
This commit is contained in:
@@ -524,11 +524,11 @@ demonicember.localizedName = "恶魔余烬";
|
||||
demonicember.register();
|
||||
|
||||
val darkmatter = mods.contenttweaker.tconstruct.MaterialBuilder.create("rebalanced_dark_matter");
|
||||
worthy.color = 0x3f1266;
|
||||
worthy.craftable = false;
|
||||
worthy.liquid = <fluid:whisper_of_worthiness>;
|
||||
worthy.castable = true;
|
||||
worthy.addItem(<item:contenttweaker:stone_of_worthiness>,1,2500);
|
||||
darkmatter.color = 0x321a3b;
|
||||
darkmatter.craftable = true;
|
||||
// abyssalflesh.liquid = <fluid:molten_barathosynium>;
|
||||
darkmatter.castable = false;
|
||||
darkmatter.addItem(<item:contenttweaker:sanitized_dark_matter>,1,144);
|
||||
darkmatter.representativeItem = <item:contenttweaker:sanitized_dark_matter>;
|
||||
darkmatter.addHeadMaterialStats(1200, 13.62f, 9.04f, 5);
|
||||
darkmatter.addHandleMaterialStats(2.03, 350);
|
||||
@@ -584,10 +584,10 @@ trinity.register();
|
||||
|
||||
val worthy = mods.contenttweaker.tconstruct.MaterialBuilder.create("worthy");
|
||||
worthy.color = 0x3f1266;
|
||||
worthy.craftable = true;
|
||||
// abyssalflesh.liquid = <fluid:molten_barathosynium>;
|
||||
worthy.castable = false;
|
||||
worthy.addItem(<item:contenttweaker:stone_of_worthiness>,1,144);
|
||||
worthy.craftable = false;
|
||||
worthy.liquid = <fluid:whisper_of_worthiness>;
|
||||
worthy.castable = true;
|
||||
worthy.addItem(<item:contenttweaker:stone_of_worthiness>,1,2500);
|
||||
worthy.representativeItem = <item:contenttweaker:stone_of_worthiness>;
|
||||
worthy.addHeadMaterialStats(100, 1.62f, 6000.04f, 1);
|
||||
worthy.addHandleMaterialStats(1.03, 100);
|
||||
|
||||
Reference in New Issue
Block a user