mirror of
https://github.com/TeamMidnightDust/ThisRocks.git
synced 2025-12-17 11:25:10 +01:00
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:
7
src/main/resources/assets/rocks/models/block/large_crimson_stick.json
Executable file
7
src/main/resources/assets/rocks/models/block/large_crimson_stick.json
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/large_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/crimson_stem",
|
||||
"particle": "block/crimson_stem"
|
||||
}
|
||||
}
|
||||
7
src/main/resources/assets/rocks/models/block/large_warped_stick.json
Executable file
7
src/main/resources/assets/rocks/models/block/large_warped_stick.json
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/large_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/warped_stem",
|
||||
"particle": "block/warped_stem"
|
||||
}
|
||||
}
|
||||
7
src/main/resources/assets/rocks/models/block/medium_crimson_stick.json
Executable file
7
src/main/resources/assets/rocks/models/block/medium_crimson_stick.json
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/medium_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/crimson_stem",
|
||||
"particle": "block/crimson_stem"
|
||||
}
|
||||
}
|
||||
7
src/main/resources/assets/rocks/models/block/medium_warped_stick.json
Executable file
7
src/main/resources/assets/rocks/models/block/medium_warped_stick.json
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/medium_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/warped_stem",
|
||||
"particle": "block/warped_stem"
|
||||
}
|
||||
}
|
||||
7
src/main/resources/assets/rocks/models/block/small_crimson_stick.json
Executable file
7
src/main/resources/assets/rocks/models/block/small_crimson_stick.json
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/small_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/crimson_stem",
|
||||
"particle": "block/crimson_stem"
|
||||
}
|
||||
}
|
||||
7
src/main/resources/assets/rocks/models/block/small_warped_stick.json
Executable file
7
src/main/resources/assets/rocks/models/block/small_warped_stick.json
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "rocks:block/small_oak_stick",
|
||||
"textures": {
|
||||
"0": "block/warped_stem",
|
||||
"particle": "block/warped_stem"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user