mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-15 09:45:09 +01:00
Added compatibility for Tree Hollows.
This commit is contained in:
8
assets/treehollows/models/block/acacia_hollow.json
Normal file
8
assets/treehollows/models/block/acacia_hollow.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "minecraft:block/log",
|
||||
"textures": {
|
||||
"top": "minecraft:block/acacia_log_top",
|
||||
"front": "treehollows:block/acacia_hollow",
|
||||
"side": "minecraft:block/acacia_log"
|
||||
}
|
||||
}
|
||||
8
assets/treehollows/models/block/birch_hollow.json
Normal file
8
assets/treehollows/models/block/birch_hollow.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "minecraft:block/log",
|
||||
"textures": {
|
||||
"top": "minecraft:block/birch_log_top",
|
||||
"front": "treehollows:block/birch_hollow",
|
||||
"side": "minecraft:block/birch_log"
|
||||
}
|
||||
}
|
||||
8
assets/treehollows/models/block/dark_oak_hollow.json
Normal file
8
assets/treehollows/models/block/dark_oak_hollow.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "minecraft:block/log",
|
||||
"textures": {
|
||||
"top": "minecraft:block/dark_oak_log_top",
|
||||
"front": "treehollows:block/dark_oak_hollow",
|
||||
"side": "minecraft:block/dark_oak_log"
|
||||
}
|
||||
}
|
||||
8
assets/treehollows/models/block/jungle_hollow.json
Normal file
8
assets/treehollows/models/block/jungle_hollow.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "minecraft:block/log",
|
||||
"textures": {
|
||||
"top": "minecraft:block/jungle_log_top",
|
||||
"front": "treehollows:block/jungle_hollow",
|
||||
"side": "minecraft:block/jungle_log"
|
||||
}
|
||||
}
|
||||
8
assets/treehollows/models/block/oak_hollow.json
Normal file
8
assets/treehollows/models/block/oak_hollow.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "minecraft:block/log",
|
||||
"textures": {
|
||||
"top": "minecraft:block/oak_log_top",
|
||||
"front": "treehollows:block/oak_hollow",
|
||||
"side": "minecraft:block/oak_log"
|
||||
}
|
||||
}
|
||||
8
assets/treehollows/models/block/spruce_hollow.json
Normal file
8
assets/treehollows/models/block/spruce_hollow.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "minecraft:block/log",
|
||||
"textures": {
|
||||
"top": "minecraft:block/spruce_log_top",
|
||||
"front": "treehollows:block/spruce_hollow",
|
||||
"side": "minecraft:block/spruce_log"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user