mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-17 10:35:09 +01:00
Generate pack assets via Python
- Also features a new, optimized log model
This commit is contained in:
8
assets_legacy/the_aether/models/block/crystal_log.json
Executable file
8
assets_legacy/the_aether/models/block/crystal_log.json
Executable file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "the_aether:block/crystal_log_top",
|
||||
"side": "the_aether:block/crystal_log_side",
|
||||
"particle": "the_aether:block/crystal_log_side"
|
||||
}
|
||||
}
|
||||
8
assets_legacy/the_aether/models/block/golden_oak_log.json
Executable file
8
assets_legacy/the_aether/models/block/golden_oak_log.json
Executable file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "the_aether:block/golden_oak_log_top",
|
||||
"side": "the_aether:block/golden_oak_log_side",
|
||||
"particle": "the_aether:block/golden_oak_log_side"
|
||||
}
|
||||
}
|
||||
8
assets_legacy/the_aether/models/block/skyroot_log.json
Executable file
8
assets_legacy/the_aether/models/block/skyroot_log.json
Executable file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "the_aether:block/skyroot_log_top",
|
||||
"side": "the_aether:block/skyroot_log_side",
|
||||
"particle": "the_aether:block/skyroot_log_side"
|
||||
}
|
||||
}
|
||||
8
assets_legacy/the_aether/models/block/stripped_crystal_log.json
Executable file
8
assets_legacy/the_aether/models/block/stripped_crystal_log.json
Executable file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "the_aether:block/stripped_crystal_log_top",
|
||||
"side": "the_aether:block/stripped_crystal_log_side",
|
||||
"particle": "the_aether:block/stripped_crystal_log_side"
|
||||
}
|
||||
}
|
||||
8
assets_legacy/the_aether/models/block/stripped_golden_oak_log.json
Executable file
8
assets_legacy/the_aether/models/block/stripped_golden_oak_log.json
Executable file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "the_aether:block/stripped_golden_oak_log_top",
|
||||
"side": "the_aether:block/stripped_golden_oak_log_side",
|
||||
"particle": "the_aether:block/stripped_golden_oak_log_side"
|
||||
}
|
||||
}
|
||||
8
assets_legacy/the_aether/models/block/stripped_skyroot_log.json
Executable file
8
assets_legacy/the_aether/models/block/stripped_skyroot_log.json
Executable file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "the_aether:block/stripped_skyroot_log_top",
|
||||
"side": "the_aether:block/stripped_skyroot_log_side",
|
||||
"particle": "the_aether:block/stripped_skyroot_log_side"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user