0.18.0-hotfix4 update

This commit is contained in:
ZHAY10086
2025-05-14 12:24:29 +08:00
parent 03cec67bac
commit 91f960d6b0
99 changed files with 3879 additions and 1103 deletions
+73 -1
View File
@@ -2686,4 +2686,76 @@ fabricoftheorb.setBlockResistance(2.5);
fabricoftheorb.setToolClass("pickaxe");
fabricoftheorb.setBeaconBase(true);
fabricoftheorb.setToolLevel(3);
fabricoftheorb.register();
fabricoftheorb.register();
var hypergrowthactualizer = VanillaFactory.createBlock("hypergrowth_actualizer", <blockmaterial:iron>);
hypergrowthactualizer.setBlockHardness(1.0);
hypergrowthactualizer.setBlockResistance(2.5);
hypergrowthactualizer.setToolClass("pickaxe");
hypergrowthactualizer.setBeaconBase(true);
hypergrowthactualizer.setToolLevel(3);
hypergrowthactualizer.register();
var trinityhypergrowthcomponent = VanillaFactory.createBlock("trinity_hypergrowth_component", <blockmaterial:iron>);
trinityhypergrowthcomponent.setBlockHardness(1.0);
trinityhypergrowthcomponent.setBlockResistance(2.5);
trinityhypergrowthcomponent.setToolClass("pickaxe");
trinityhypergrowthcomponent.setBeaconBase(true);
trinityhypergrowthcomponent.setToolLevel(3);
trinityhypergrowthcomponent.register();
var cosmichypergrowthcomponent = VanillaFactory.createBlock("cosmic_hypergrowth_component", <blockmaterial:iron>);
cosmichypergrowthcomponent.setBlockHardness(1.0);
cosmichypergrowthcomponent.setBlockResistance(2.5);
cosmichypergrowthcomponent.setToolClass("pickaxe");
cosmichypergrowthcomponent.setBeaconBase(true);
cosmichypergrowthcomponent.setToolLevel(3);
cosmichypergrowthcomponent.register();
var definitionoffreedom = VanillaFactory.createBlock("freedom_definer", <blockmaterial:iron>);
definitionoffreedom.setBlockHardness(1.0);
definitionoffreedom.setBlockResistance(2.5);
definitionoffreedom.setToolClass("pickaxe");
definitionoffreedom.setToolLevel(3);
definitionoffreedom.register();
var definitionofwishes = VanillaFactory.createBlock("wishful_definer", <blockmaterial:iron>);
definitionofwishes.setBlockHardness(1.0);
definitionofwishes.setBlockResistance(2.5);
definitionofwishes.setToolClass("pickaxe");
definitionofwishes.setToolLevel(3);
definitionofwishes.register();
var quasarchargeddefinerdef = VanillaFactory.createBlock("quasar_charged_core_of_definition", <blockmaterial:iron>);
quasarchargeddefinerdef.setBlockHardness(1.0);
quasarchargeddefinerdef.setBlockResistance(2.5);
quasarchargeddefinerdef.setToolClass("pickaxe");
quasarchargeddefinerdef.setToolLevel(3);
quasarchargeddefinerdef.register();
var containedquasarmodule = VanillaFactory.createBlock("directed_miniature_quasar", <blockmaterial:iron>);
containedquasarmodule.setBlockHardness(1.0);
containedquasarmodule.setBlockResistance(2.5);
containedquasarmodule.setToolClass("pickaxe");
containedquasarmodule.setToolLevel(3);
containedquasarmodule.register();
var quasarburstdirector = VanillaFactory.createBlock("quasar_burst_director", <blockmaterial:iron>);
quasarburstdirector.setBlockHardness(1.0);
quasarburstdirector.setBlockResistance(2.5);
quasarburstdirector.setToolClass("pickaxe");
quasarburstdirector.setToolLevel(3);
quasarburstdirector.register();
var stoneoftheresurrectedshard = VanillaFactory.createBlock("stone_of_the_resurrected_shard", <blockmaterial:iron>);
stoneoftheresurrectedshard.setBlockHardness(1.0);
stoneoftheresurrectedshard.setBlockResistance(2.5);
stoneoftheresurrectedshard.setToolClass("pickaxe");
stoneoftheresurrectedshard.setToolLevel(3);
stoneoftheresurrectedshard.register();