Add files via upload

This commit is contained in:
pm065
2021-04-10 21:23:51 +01:00
committed by GitHub
parent a98182e80e
commit 01712092a9
45 changed files with 358 additions and 0 deletions

View 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}
}
}

View 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 }
}
}

View 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"
}
}