mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-16 18:15:09 +01:00
Generate pack assets via Python
- Also features a new, optimized log model
This commit is contained in:
7
assets/mariposa/models/block/sequoia_log.json
Normal file
7
assets/mariposa/models/block/sequoia_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "mariposa:block/sequoia_log_top",
|
||||
"side": "mariposa:block/sequoia_log"
|
||||
}
|
||||
}
|
||||
7
assets/mariposa/models/block/stacked_sequoia_logs.json
Normal file
7
assets/mariposa/models/block/stacked_sequoia_logs.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "mariposa:block/stacked_sequoia_logs_top",
|
||||
"side": "mariposa:block/stacked_sequoia_logs"
|
||||
}
|
||||
}
|
||||
7
assets/mariposa/models/block/stripped_sequoia_log.json
Normal file
7
assets/mariposa/models/block/stripped_sequoia_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "mariposa:block/stripped_sequoia_log_top",
|
||||
"side": "mariposa:block/stripped_sequoia_log"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user