mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-16 10:05:09 +01:00
Generate pack assets via Python
- Also features a new, optimized log model
This commit is contained in:
7
assets/beachparty/models/block/palm_log.json
Normal file
7
assets/beachparty/models/block/palm_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "beachparty:block/palm_log_top",
|
||||
"side": "beachparty:block/palm_log"
|
||||
}
|
||||
}
|
||||
7
assets/beachparty/models/block/stripped_palm_log.json
Normal file
7
assets/beachparty/models/block/stripped_palm_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "beachparty:block/stripped_palm_log_top",
|
||||
"side": "beachparty:block/stripped_palm_log"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user