Skip to content
This repository was archived by the owner on Mar 9, 2024. It is now read-only.

Commit b370486

Browse files
committed
Finished up the Soul Glass - Closes #12
1 parent 932312c commit b370486

File tree

8 files changed

+8
-1
lines changed

8 files changed

+8
-1
lines changed

images/logo.png

615 KB
Loading

images/soul_glass.png

1.6 MB
Loading

images/soul_glass_light_level.png

438 KB
Loading

images/soul_glass_recipe.png

609 KB
Loading

src/main/java/com/renevo/nethercore/NetherCoreRegistry.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ public static void registerSmelting() {
3030
GameRegistry.addSmelting(NetherCoreItems.stoneCobble, NetherCoreItems.stone, 0.2F);
3131
GameRegistry.addSmelting(NetherCoreItems.stoneBrick, NetherCoreItems.stoneBrickCracked, 0.0F);
3232

33+
GameRegistry.addSmelting(Blocks.soul_sand, NetherCoreItems.soulGlass, 0.0F);
34+
3335
// TODO: option to disable this
3436
GameRegistry.addSmelting(NetherCoreItems.compressedNetherrackOctuple, new ItemStack(Items.nether_star, 1), 10.0f);
3537
}

src/main/resources/assets/nethercore/blockstates/soul_glass.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"transform": "forge:default-block",
55
"model": "minecraft:cube_all",
66
"textures": {
7-
"all": "minecraft:blocks/glass_black"
7+
"all": "nethercore:blocks/soul_glass"
88
}
99
},
1010
"variants": {
15.4 KB
Loading
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"animation": {
3+
"frametime": 5
4+
}
5+
}

0 commit comments

Comments
 (0)