Skip to content

Commit

Permalink
glacio portal + aurorite block
Browse files Browse the repository at this point in the history
no recipe for aurorite block yet though
  • Loading branch information
ethanicusss committed Dec 26, 2024
1 parent 3099be4 commit 70d8785
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"block": "createastral:aurorite_block",
"dim": "ad_astra:glacio",
"ignitionType": "ITEM",
"ignitionSource": "createastral:astral_conduit",
"returnDim": "ad_astra:mars",
"r": 38,
"g": 128,
"b": 192
}
12 changes: 9 additions & 3 deletions kubejs/startup_scripts/block_registry.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,29 @@ onEvent("block.registry", (event) => {
.displayName("Mercurian Stone")
.tagBlock("minecraft:mineable/pickaxe");

event
event
.create("createastral:aurorite_block")
.material("stone")
.hardness(24)
.tagBlock("minecraft:mineable/pickaxe");

event
.create("createastral:sturdy_cage")
.material("lantern")
.defaultTranslucent()
.hardness(26)
.displayName("Sturdy Cage")
.tagBlock("minecraft:mineable/pickaxe");

event
event
.create("createastral:contained_end")
.material("bone")
.hardness(26)
.displayName("Contained End")
.tagBlock("minecraft:mineable/pickaxe")
.lightLevel(0.5);

event
event
.create("createastral:ultramatter")
.material("bone")
.hardness(26)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"animation": {
"interpolate": true,
"frametime": 10
}
}

0 comments on commit 70d8785

Please sign in to comment.