mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-17 18:45:08 +01:00
Generate pack assets via Python
- Also features a new, optimized log model
This commit is contained in:
7
assets_legacy/biomemakeover/models/block/ancient_oak_log.json
Executable file
7
assets_legacy/biomemakeover/models/block/ancient_oak_log.json
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/log",
|
||||
"textures": {
|
||||
"top": "biomemakeover:block/ancient_oak_log_top",
|
||||
"side": "biomemakeover:block/ancient_oak_log"
|
||||
}
|
||||
}
|
||||
8
assets_legacy/biomemakeover/models/block/blighted_balsa_log.json
Executable file
8
assets_legacy/biomemakeover/models/block/blighted_balsa_log.json
Executable file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "biomemakeover:block/blighted_balsa_log_top",
|
||||
"side": "biomemakeover:block/blighted_balsa_log",
|
||||
"particle": "biomemakeover:block/blighted_balsa_log"
|
||||
}
|
||||
}
|
||||
7
assets_legacy/biomemakeover/models/block/stripped_ancient_oak_log.json
Executable file
7
assets_legacy/biomemakeover/models/block/stripped_ancient_oak_log.json
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/log",
|
||||
"textures": {
|
||||
"top": "biomemakeover:block/stripped_ancient_oak_log_top",
|
||||
"side": "biomemakeover:block/stripped_ancient_oak_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "biomemakeover:block/stripped_blighted_balsa_log_top",
|
||||
"side": "biomemakeover:block/stripped_blighted_balsa_log",
|
||||
"particle": "biomemakeover:block/stripped_blighted_balsa_log"
|
||||
}
|
||||
}
|
||||
7
assets_legacy/biomemakeover/models/block/stripped_swamp_cypress_log.json
Executable file
7
assets_legacy/biomemakeover/models/block/stripped_swamp_cypress_log.json
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/log",
|
||||
"textures": {
|
||||
"top": "biomemakeover:block/stripped_swamp_cypress_log_top",
|
||||
"side": "biomemakeover:block/stripped_swamp_cypress_log"
|
||||
}
|
||||
}
|
||||
7
assets_legacy/biomemakeover/models/block/stripped_willow_log.json
Executable file
7
assets_legacy/biomemakeover/models/block/stripped_willow_log.json
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/log",
|
||||
"textures": {
|
||||
"top": "biomemakeover:block/stripped_willow_log_top",
|
||||
"side": "biomemakeover:block/stripped_willow_log"
|
||||
}
|
||||
}
|
||||
7
assets_legacy/biomemakeover/models/block/swamp_cypress_log.json
Executable file
7
assets_legacy/biomemakeover/models/block/swamp_cypress_log.json
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/log",
|
||||
"textures": {
|
||||
"top": "biomemakeover:block/swamp_cypress_log_top",
|
||||
"side": "biomemakeover:block/swamp_cypress_log"
|
||||
}
|
||||
}
|
||||
7
assets_legacy/biomemakeover/models/block/willow_log.json
Executable file
7
assets_legacy/biomemakeover/models/block/willow_log.json
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/log",
|
||||
"textures": {
|
||||
"top": "biomemakeover:block/willow_log_top",
|
||||
"side": "biomemakeover:block/willow_log"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user