finished adding spikes for all rocks

This commit is contained in:
Pyritie 2025-05-13 16:24:00 +01:00
parent e102e89f09
commit 96aae3ae33
21 changed files with 3090 additions and 2628 deletions

View file

@ -0,0 +1,8 @@
{
"type": "beneath:nether_spikes",
"config": {
"raw": "tfc:rock/hardened/andesite",
"spike": "tfc:rock/spike/andesite",
"anchor_blocks": "ad_astra:moon_stone_replaceables"
}
}

View file

@ -1,7 +1,7 @@
{
"type": "beneath:nether_spikes",
"config": {
"raw": "minecraft:basalt",
"raw": "tfc:rock/hardened/basalt",
"spike": "tfc:rock/spike/basalt",
"anchor_blocks": "ad_astra:moon_stone_replaceables"
}

View file

@ -0,0 +1,8 @@
{
"type": "beneath:nether_spikes",
"config": {
"raw": "tfc:rock/hardened/dacite",
"spike": "tfc:rock/spike/dacite",
"anchor_blocks": "ad_astra:moon_stone_replaceables"
}
}

View file

@ -0,0 +1,8 @@
{
"type": "beneath:nether_spikes",
"config": {
"raw": "tfc:rock/hardened/diorite",
"spike": "tfc:rock/spike/diorite",
"anchor_blocks": "ad_astra:moon_stone_replaceables"
}
}

View file

@ -0,0 +1,8 @@
{
"type": "beneath:nether_spikes",
"config": {
"raw": "tfc:rock/hardened/gabbro",
"spike": "tfc:rock/spike/gabbro",
"anchor_blocks": "ad_astra:moon_stone_replaceables"
}
}

View file

@ -0,0 +1,8 @@
{
"type": "beneath:nether_spikes",
"config": {
"raw": "tfg:rock/hardened_glacio_stone",
"spike": "tfg:spike/glacio_stone_spike",
"anchor_blocks": "ad_astra:moon_stone_replaceables"
}
}

View file

@ -0,0 +1,8 @@
{
"type": "beneath:nether_spikes",
"config": {
"raw": "tfg:rock/hardened_moon_deepslate",
"spike": "tfg:spike/moon_deepslate_spike",
"anchor_blocks": "ad_astra:moon_stone_replaceables"
}
}

View file

@ -0,0 +1,8 @@
{
"type": "beneath:nether_spikes",
"config": {
"raw": "tfg:rock/hardened_moon_stone",
"spike": "tfg:spike/moon_stone_spike",
"anchor_blocks": "ad_astra:moon_stone_replaceables"
}
}

View file

@ -0,0 +1,8 @@
{
"type": "beneath:nether_spikes",
"config": {
"raw": "tfc:rock/hardened/rhyolite",
"spike": "tfc:rock/spike/rhyolite",
"anchor_blocks": "ad_astra:moon_stone_replaceables"
}
}