mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-15 17:55:08 +01:00
Add files via upload
This commit is contained in:
7
assets/naturesaura/blockstates/ancient_log.json
Normal file
7
assets/naturesaura/blockstates/ancient_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": {"model": "naturesaura:block/ancient_log"},
|
||||
"axis=z": {"model": "naturesaura:block/ancient_log", "x": 90},
|
||||
"axis=x": {"model": "naturesaura:block/ancient_log", "x": 90, "y": 90}
|
||||
}
|
||||
}
|
||||
7
assets/naturesaura/blockstates/stripped_ancient_log.json
Normal file
7
assets/naturesaura/blockstates/stripped_ancient_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "naturesaura:block/ancient_log" },
|
||||
"axis=z": { "model": "naturesaura:block/ancient_log", "x": 90 },
|
||||
"axis=x": { "model": "naturesaura:block/ancient_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
8
assets/naturesaura/models/block/ancient_log.json
Normal file
8
assets/naturesaura/models/block/ancient_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "naturesaura:block/ancient_log_top",
|
||||
"side": "naturesaura:block/ancient_log",
|
||||
"particle": "naturesaura:block/ancient_log"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user