This Rocks 1.7.0 - 1.19.4, Bamboo, Mangrove & Cherry Sticks

- Update to 1.19.4
- Add bamboo, mangrove and cherry sticks that generate in their respective biomes
- Overhaul config
- Generation is now JSON-based
- Fix #34 (Geysers pushing with blocks in-between)
This commit is contained in:
Motschen
2023-04-13 21:03:55 +02:00
parent ae97a76d0b
commit 8db267300a
55 changed files with 952 additions and 147 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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