This Rocks 1.5.0 - Crimson & Warped Sticks, Config, Compat

- Added Crimson and Warped sticks that generate in nether forests
- Add config to disable spawning of each block
- Migrate to Fabric Biome API
(results in better compatibility with biome datapacks)
- Optimize assets by @RDKRACZ
This commit is contained in:
Motschen
2021-09-19 13:48:20 +02:00
parent 55cb0ec293
commit f09b349756
26 changed files with 319 additions and 125 deletions

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/large_oak_stick",
"textures": {
"0": "block/crimson_stem",
"particle": "block/crimson_stem"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/large_oak_stick",
"textures": {
"0": "block/warped_stem",
"particle": "block/warped_stem"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/medium_oak_stick",
"textures": {
"0": "block/crimson_stem",
"particle": "block/crimson_stem"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/medium_oak_stick",
"textures": {
"0": "block/warped_stem",
"particle": "block/warped_stem"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/small_oak_stick",
"textures": {
"0": "block/crimson_stem",
"particle": "block/crimson_stem"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/small_oak_stick",
"textures": {
"0": "block/warped_stem",
"particle": "block/warped_stem"
}
}