mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-15 09:45:09 +01:00
Added compatibility for Bewitchment.
This commit is contained in:
7
assets/bewitchment/blockstates/cypress_log.json
Normal file
7
assets/bewitchment/blockstates/cypress_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "bewitchment:block/cypress_log" },
|
||||
"axis=z": { "model": "bewitchment:block/cypress_log", "x": 90 },
|
||||
"axis=x": { "model": "bewitchment:block/cypress_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
7
assets/bewitchment/blockstates/dragons_blood_log.json
Normal file
7
assets/bewitchment/blockstates/dragons_blood_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "bewitchment:block/dragons_blood_log" },
|
||||
"axis=z": { "model": "bewitchment:block/dragons_blood_log", "x": 90 },
|
||||
"axis=x": { "model": "bewitchment:block/dragons_blood_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
7
assets/bewitchment/blockstates/elder_log.json
Normal file
7
assets/bewitchment/blockstates/elder_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "bewitchment:block/elder_log" },
|
||||
"axis=z": { "model": "bewitchment:block/elder_log", "x": 90 },
|
||||
"axis=x": { "model": "bewitchment:block/elder_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
7
assets/bewitchment/blockstates/juniper_log.json
Normal file
7
assets/bewitchment/blockstates/juniper_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "bewitchment:block/juniper_log" },
|
||||
"axis=z": { "model": "bewitchment:block/juniper_log", "x": 90 },
|
||||
"axis=x": { "model": "bewitchment:block/juniper_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
7
assets/bewitchment/blockstates/stripped_cypress_log.json
Normal file
7
assets/bewitchment/blockstates/stripped_cypress_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "bewitchment:block/stripped_cypress_log" },
|
||||
"axis=z": { "model": "bewitchment:block/stripped_cypress_log", "x": 90 },
|
||||
"axis=x": { "model": "bewitchment:block/stripped_cypress_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "bewitchment:block/stripped_dragons_blood_log" },
|
||||
"axis=z": { "model": "bewitchment:block/stripped_dragons_blood_log", "x": 90 },
|
||||
"axis=x": { "model": "bewitchment:block/stripped_dragons_blood_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
7
assets/bewitchment/blockstates/stripped_elder_log.json
Normal file
7
assets/bewitchment/blockstates/stripped_elder_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "bewitchment:block/stripped_elder_log" },
|
||||
"axis=z": { "model": "bewitchment:block/stripped_elder_log", "x": 90 },
|
||||
"axis=x": { "model": "bewitchment:block/stripped_elder_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
7
assets/bewitchment/blockstates/stripped_juniper_log.json
Normal file
7
assets/bewitchment/blockstates/stripped_juniper_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "bewitchment:block/stripped_juniper_log" },
|
||||
"axis=z": { "model": "bewitchment:block/stripped_juniper_log", "x": 90 },
|
||||
"axis=x": { "model": "bewitchment:block/stripped_juniper_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
7
assets/bewitchment/models/block/cypress_log.json
Normal file
7
assets/bewitchment/models/block/cypress_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"end": "bewitchment:block/cypress_log_top",
|
||||
"side": "bewitchment:block/cypress_log"
|
||||
}
|
||||
}
|
||||
7
assets/bewitchment/models/block/dragons_blood_log.json
Normal file
7
assets/bewitchment/models/block/dragons_blood_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"end": "bewitchment:block/dragons_blood_log_top",
|
||||
"side": "bewitchment:block/dragons_blood_log"
|
||||
}
|
||||
}
|
||||
7
assets/bewitchment/models/block/elder_log.json
Normal file
7
assets/bewitchment/models/block/elder_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"end": "bewitchment:block/elder_log_top",
|
||||
"side": "bewitchment:block/elder_log"
|
||||
}
|
||||
}
|
||||
7
assets/bewitchment/models/block/juniper_log.json
Normal file
7
assets/bewitchment/models/block/juniper_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"end": "bewitchment:block/juniper_log_top",
|
||||
"side": "bewitchment:block/juniper_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"end": "bewitchment:block/stripped_cypress_log_top",
|
||||
"side": "bewitchment:block/stripped_cypress_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"end": "bewitchment:block/stripped_dragons_blood_log_top",
|
||||
"side": "bewitchment:block/stripped_dragons_blood_log"
|
||||
}
|
||||
}
|
||||
7
assets/bewitchment/models/block/stripped_elder_log.json
Normal file
7
assets/bewitchment/models/block/stripped_elder_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"end": "bewitchment:block/stripped_elder_log_top",
|
||||
"side": "bewitchment:block/stripped_elder_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"end": "bewitchment:block/stripped_juniper_log_top",
|
||||
"side": "bewitchment:block/stripped_juniper_log"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user