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:
16
assets/phantasm/blockstates/pream_log.json
Normal file
16
assets/phantasm/blockstates/pream_log.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": {
|
||||
"model": "phantasm:block/pream_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "phantasm:block/pream_log",
|
||||
"x": 90
|
||||
},
|
||||
"axis=x": {
|
||||
"model": "phantasm:block/pream_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
16
assets/phantasm/blockstates/stripped_pream_log.json
Normal file
16
assets/phantasm/blockstates/stripped_pream_log.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": {
|
||||
"model": "phantasm:block/stripped_pream_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "phantasm:block/stripped_pream_log",
|
||||
"x": 90
|
||||
},
|
||||
"axis=x": {
|
||||
"model": "phantasm:block/stripped_pream_log",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
7
assets/phantasm/models/block/pream_log.json
Normal file
7
assets/phantasm/models/block/pream_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "phantasm:block/pream_log_top",
|
||||
"side": "phantasm:block/pream_log"
|
||||
}
|
||||
}
|
||||
7
assets/phantasm/models/block/stripped_pream_log.json
Normal file
7
assets/phantasm/models/block/stripped_pream_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "phantasm:block/stripped_pream_log_top",
|
||||
"side": "phantasm:block/stripped_pream_log"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user