Skip to content

Commit 0a93f14

Browse files
committed
omg marimo
marimo item
1 parent ebd4aac commit 0a93f14

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"credit": "Made with Blockbench",
3+
"textures": {
4+
"0": "createastral:item/marimo/marimo",
5+
"particle": "createastral:item/marimo/marimo"
6+
},
7+
"elements": [
8+
{
9+
"from": [6, 6, 6],
10+
"to": [10, 10, 10],
11+
"rotation": {"angle": 0, "axis": "y", "origin": [6, 6, 6]},
12+
"faces": {
13+
"north": {"uv": [0, 0, 4, 4], "texture": "#0"},
14+
"east": {"uv": [0, 4, 4, 8], "texture": "#0"},
15+
"south": {"uv": [4, 0, 8, 4], "texture": "#0"},
16+
"west": {"uv": [4, 4, 8, 8], "texture": "#0"},
17+
"up": {"uv": [4, 12, 0, 8], "texture": "#0"},
18+
"down": {"uv": [12, 0, 8, 4], "texture": "#0"}
19+
}
20+
}
21+
]
22+
}
Loading

kubejs/startup_scripts/item_registry.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ onEvent("item.registry", (event) => {
4545
event.create("createastral:fragile_rocket_fin");
4646
event.create("createastral:broken_fragile_rocket_fin");
4747
event.create("createastral:gold_casted_rocket_fin");
48+
event.create("createastral:marimo");
4849

4950
//Astral Foods
5051
event

0 commit comments

Comments
 (0)