mirror of
https://github.com/TeamMidnightDust/ThisRocks.git
synced 2025-12-17 11:25:10 +01:00
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:
7
src/main/resources/assets/rocks/models/block/large_bamboo_stick.json
Executable file
7
src/main/resources/assets/rocks/models/block/large_bamboo_stick.json
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/large_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/bamboo_stalk",
|
||||
"particle": "block/bamboo_stalk"
|
||||
}
|
||||
}
|
||||
7
src/main/resources/assets/rocks/models/block/large_cherry_stick.json
Executable file
7
src/main/resources/assets/rocks/models/block/large_cherry_stick.json
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/large_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/cherry_log",
|
||||
"particle": "block/cherry_log"
|
||||
}
|
||||
}
|
||||
7
src/main/resources/assets/rocks/models/block/large_mangrove_stick.json
Executable file
7
src/main/resources/assets/rocks/models/block/large_mangrove_stick.json
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/large_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/mangrove_log",
|
||||
"particle": "block/mangrove_log"
|
||||
}
|
||||
}
|
||||
7
src/main/resources/assets/rocks/models/block/medium_bamboo_stick.json
Executable file
7
src/main/resources/assets/rocks/models/block/medium_bamboo_stick.json
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/medium_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/bamboo_stalk",
|
||||
"particle": "block/bamboo_stalk"
|
||||
}
|
||||
}
|
||||
7
src/main/resources/assets/rocks/models/block/medium_cherry_stick.json
Executable file
7
src/main/resources/assets/rocks/models/block/medium_cherry_stick.json
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/medium_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/cherry_log",
|
||||
"particle": "block/cherry_log"
|
||||
}
|
||||
}
|
||||
7
src/main/resources/assets/rocks/models/block/medium_mangrove_stick.json
Executable file
7
src/main/resources/assets/rocks/models/block/medium_mangrove_stick.json
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/medium_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/mangrove_log",
|
||||
"particle": "block/mangrove_log"
|
||||
}
|
||||
}
|
||||
7
src/main/resources/assets/rocks/models/block/small_bamboo_stick.json
Executable file
7
src/main/resources/assets/rocks/models/block/small_bamboo_stick.json
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/small_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/bamboo_stalk",
|
||||
"particle": "block/bamboo_stalk"
|
||||
}
|
||||
}
|
||||
7
src/main/resources/assets/rocks/models/block/small_cherry_stick.json
Executable file
7
src/main/resources/assets/rocks/models/block/small_cherry_stick.json
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/small_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/cherry_log",
|
||||
"particle": "block/cherry_log"
|
||||
}
|
||||
}
|
||||
7
src/main/resources/assets/rocks/models/block/small_mangrove_stick.json
Executable file
7
src/main/resources/assets/rocks/models/block/small_mangrove_stick.json
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/small_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/mangrove_log",
|
||||
"particle": "block/mangrove_log"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user