mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-15 09:45:09 +01:00
Round Trees 7.0 - Round Mangrove Log, Fix BYG compat
This commit is contained in:
40
assets/byg/blockstates/brown_mushroom_stem.json
Normal file
40
assets/byg/blockstates/brown_mushroom_stem.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "north": true },
|
||||
"apply": { "model": "byg:block/round_brown_mushroom_stem" }
|
||||
},
|
||||
{ "when": { "east": true },
|
||||
"apply": { "model": "byg:block/round_brown_mushroom_stem", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": true },
|
||||
"apply": { "model": "byg:block/round_brown_mushroom_stem", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": true },
|
||||
"apply": { "model": "byg:block/round_brown_mushroom_stem", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "up": true },
|
||||
"apply": { "model": "byg:block/brown_mushroom_stem", "x": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "down": true },
|
||||
"apply": { "model": "byg:block/brown_mushroom_stem", "x": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": false },
|
||||
"apply": { "model": "block/mushroom_block_inside" }
|
||||
},
|
||||
{ "when": { "east": false },
|
||||
"apply": { "model": "block/mushroom_block_inside", "y": 90, "uvlock": false }
|
||||
},
|
||||
{ "when": { "south": false },
|
||||
"apply": { "model": "block/mushroom_block_inside", "y": 180, "uvlock": false }
|
||||
},
|
||||
{ "when": { "west": false },
|
||||
"apply": { "model": "block/mushroom_block_inside", "y": 270, "uvlock": false }
|
||||
},
|
||||
{ "when": { "up": false },
|
||||
"apply": { "model": "block/mushroom_block_inside", "x": 270, "uvlock": false }
|
||||
},
|
||||
{ "when": { "down": false },
|
||||
"apply": { "model": "block/mushroom_block_inside", "x": 90, "uvlock": false }
|
||||
}
|
||||
]
|
||||
}
|
||||
40
assets/byg/blockstates/soul_shroom_stem.json
Normal file
40
assets/byg/blockstates/soul_shroom_stem.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "north": true },
|
||||
"apply": { "model": "byg:block/round_soul_shroom_stem" }
|
||||
},
|
||||
{ "when": { "east": true },
|
||||
"apply": { "model": "byg:block/round_soul_shroom_stem", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": true },
|
||||
"apply": { "model": "byg:block/round_soul_shroom_stem", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": true },
|
||||
"apply": { "model": "byg:block/round_soul_shroom_stem", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "up": true },
|
||||
"apply": { "model": "byg:block/soul_shroom_stem", "x": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "down": true },
|
||||
"apply": { "model": "byg:block/soul_shroom_stem", "x": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": false },
|
||||
"apply": { "model": "block/mushroom_block_inside" }
|
||||
},
|
||||
{ "when": { "east": false },
|
||||
"apply": { "model": "block/mushroom_block_inside", "y": 90, "uvlock": false }
|
||||
},
|
||||
{ "when": { "south": false },
|
||||
"apply": { "model": "block/mushroom_block_inside", "y": 180, "uvlock": false }
|
||||
},
|
||||
{ "when": { "west": false },
|
||||
"apply": { "model": "block/mushroom_block_inside", "y": 270, "uvlock": false }
|
||||
},
|
||||
{ "when": { "up": false },
|
||||
"apply": { "model": "block/mushroom_block_inside", "x": 270, "uvlock": false }
|
||||
},
|
||||
{ "when": { "down": false },
|
||||
"apply": { "model": "block/mushroom_block_inside", "x": 90, "uvlock": false }
|
||||
}
|
||||
]
|
||||
}
|
||||
8
assets/byg/models/block/aspen/log.json
Normal file
8
assets/byg/models/block/aspen/log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/aspen/log_top",
|
||||
"side": "byg:block/aspen/log",
|
||||
"particle": "byg:block/aspen/log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/aspen/stripped_log.json
Normal file
8
assets/byg/models/block/aspen/stripped_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/aspen/stripped_log_top",
|
||||
"side": "byg:block/aspen/stripped_log",
|
||||
"particle": "byg:block/aspen/stripped_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/aspen_log_top",
|
||||
"side": "byg:block/aspen_log",
|
||||
"particle": "byg:block/aspen_log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/baobab/log.json
Normal file
8
assets/byg/models/block/baobab/log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/baobab/log_top",
|
||||
"side": "byg:block/baobab/log",
|
||||
"particle": "byg:block/baobab/log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/baobab/stripped_log.json
Normal file
8
assets/byg/models/block/baobab/stripped_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/baobab/stripped_log_top",
|
||||
"side": "byg:block/baobab/stripped_log",
|
||||
"particle": "byg:block/baobab/stripped_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/baobab_log_top",
|
||||
"side": "byg:block/baobab_log",
|
||||
"particle": "byg:block/baobab_log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/blue_enchanted/log.json
Normal file
8
assets/byg/models/block/blue_enchanted/log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/blue_enchanted/log_top",
|
||||
"side": "byg:block/blue_enchanted/log",
|
||||
"particle": "byg:block/blue_enchanted/log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/blue_enchanted/stripped_log.json
Normal file
8
assets/byg/models/block/blue_enchanted/stripped_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/blue_enchanted/stripped_log_top",
|
||||
"side": "byg:block/blue_enchanted/stripped_log",
|
||||
"particle": "byg:block/blue_enchanted/stripped_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/blue_enchanted_log_top",
|
||||
"side": "byg:block/blue_enchanted_log",
|
||||
"particle": "byg:block/blue_enchanted_log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/brown_mushroom_stem.json
Normal file
8
assets/byg/models/block/brown_mushroom_stem.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/mushroom_stem",
|
||||
"textures": {
|
||||
"particle": "byg:block/brown_mushroom_stem",
|
||||
"texture": "byg:block/brown_mushroom_stem"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/bulbis/log.json
Normal file
8
assets/byg/models/block/bulbis/log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/bulbis/log_top",
|
||||
"side": "byg:block/bulbis/log",
|
||||
"particle": "byg:block/bulbis/log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/bulbis/stripped_log.json
Normal file
8
assets/byg/models/block/bulbis/stripped_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/bulbis/stripped_log_top",
|
||||
"side": "byg:block/bulbis/stripped_log",
|
||||
"particle": "byg:block/bulbis/stripped_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/bulbis_stem_top",
|
||||
"side": "byg:block/bulbis_stem",
|
||||
"particle": "byg:block/bulbis_stem"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/cherry/log.json
Normal file
8
assets/byg/models/block/cherry/log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/cherry/log_top",
|
||||
"side": "byg:block/cherry/log",
|
||||
"particle": "byg:block/cherry/log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/cherry/stripped_log.json
Normal file
8
assets/byg/models/block/cherry/stripped_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/cherry/stripped_log_top",
|
||||
"side": "byg:block/cherry/stripped_log",
|
||||
"particle": "byg:block/cherry/stripped_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/cherry_log_top",
|
||||
"side": "byg:block/cherry_log",
|
||||
"particle": "byg:block/cherry_log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/cika/log.json
Normal file
8
assets/byg/models/block/cika/log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/cika/log_top",
|
||||
"side": "byg:block/cika/log",
|
||||
"particle": "byg:block/cika/log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/cika/stripped_log.json
Normal file
8
assets/byg/models/block/cika/stripped_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/cika/stripped_log_top",
|
||||
"side": "byg:block/cika/stripped_log",
|
||||
"particle": "byg:block/cika/stripped_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/cika_log_top",
|
||||
"side": "byg:block/cika_log",
|
||||
"particle": "byg:block/cika_log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/cypress/log.json
Normal file
8
assets/byg/models/block/cypress/log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/cypress/log_top",
|
||||
"side": "byg:block/cypress/log",
|
||||
"particle": "byg:block/cypress/log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/cypress/stripped_log.json
Normal file
8
assets/byg/models/block/cypress/stripped_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/cypress/stripped_log_top",
|
||||
"side": "byg:block/cypress/stripped_log",
|
||||
"particle": "byg:block/cypress/stripped_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/cypress_log_top",
|
||||
"side": "byg:block/cypress_log",
|
||||
"particle": "byg:block/cypress_log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/ebony/log.json
Normal file
8
assets/byg/models/block/ebony/log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/ebony/log_top",
|
||||
"side": "byg:block/ebony/log",
|
||||
"particle": "byg:block/ebony/log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/ebony/stripped_log.json
Normal file
8
assets/byg/models/block/ebony/stripped_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/ebony/stripped_log_top",
|
||||
"side": "byg:block/ebony/stripped_log",
|
||||
"particle": "byg:block/ebony/stripped_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/ebony_log_top",
|
||||
"side": "byg:block/ebony_log",
|
||||
"particle": "byg:block/ebony_log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/ether/log.json
Normal file
8
assets/byg/models/block/ether/log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/ether/log_top",
|
||||
"side": "byg:block/ether/log",
|
||||
"particle": "byg:block/ether/log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/ether/stripped_log.json
Normal file
8
assets/byg/models/block/ether/stripped_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/ether/stripped_log_top",
|
||||
"side": "byg:block/ether/stripped_log",
|
||||
"particle": "byg:block/ether/stripped_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/ether_log_top",
|
||||
"side": "byg:block/ether_log",
|
||||
"particle": "byg:block/ether_log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/fir/log.json
Normal file
8
assets/byg/models/block/fir/log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/fir/log_top",
|
||||
"side": "byg:block/fir/log",
|
||||
"particle": "byg:block/fir/log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/fir/stripped_log.json
Normal file
8
assets/byg/models/block/fir/stripped_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/fir/stripped_log_top",
|
||||
"side": "byg:block/fir/stripped_log",
|
||||
"particle": "byg:block/fir/stripped_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/fir_log_top",
|
||||
"side": "byg:block/fir_log",
|
||||
"particle": "byg:block/fir_log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/fungal_imparius_stem.json
Normal file
8
assets/byg/models/block/fungal_imparius_stem.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/fungal_imparius_stem_top",
|
||||
"side": "byg:block/fungal_imparius_stem",
|
||||
"particle": "byg:block/fungal_imparius_stem"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/green_enchanted/log.json
Normal file
8
assets/byg/models/block/green_enchanted/log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/green_enchanted/log_top",
|
||||
"side": "byg:block/green_enchanted/log",
|
||||
"particle": "byg:block/green_enchanted/log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/green_enchanted/stripped_log_top",
|
||||
"side": "byg:block/green_enchanted/stripped_log",
|
||||
"particle": "byg:block/green_enchanted/stripped_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/green_enchanted_log_top",
|
||||
"side": "byg:block/green_enchanted_log",
|
||||
"particle": "byg:block/green_enchanted_log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/holly/log.json
Normal file
8
assets/byg/models/block/holly/log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/holly/log_top",
|
||||
"side": "byg:block/holly/log",
|
||||
"particle": "byg:block/holly/log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/holly/stripped_log.json
Normal file
8
assets/byg/models/block/holly/stripped_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/holly/stripped_log_top",
|
||||
"side": "byg:block/holly/stripped_log",
|
||||
"particle": "byg:block/holly/stripped_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/holly_log_top",
|
||||
"side": "byg:block/holly_log",
|
||||
"particle": "byg:block/holly_log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/imbued_blue_enchanted_log.json
Normal file
8
assets/byg/models/block/imbued_blue_enchanted_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/blue_enchanted/log_top",
|
||||
"side": "byg:block/blue_enchanted/log2",
|
||||
"particle": "byg:block/blue_enchanted/log2"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/imbued_green_enchanted_log.json
Normal file
8
assets/byg/models/block/imbued_green_enchanted_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/green_enchanted/log_top",
|
||||
"side": "byg:block/green_enchanted/log2",
|
||||
"particle": "byg:block/green_enchanted/log2"
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/nightshade_log_top",
|
||||
"side": "byg:block/imbued_nightshade_log"
|
||||
}
|
||||
}
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/nightshade/log_top",
|
||||
"side": "byg:block/imbued_nightshade_log",
|
||||
"particle": "byg:block/imbued_nightshade_log"
|
||||
}
|
||||
}
|
||||
|
||||
7
assets/byg/models/block/imparius/log.json
Normal file
7
assets/byg/models/block/imparius/log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/imparius/log_top",
|
||||
"side": "byg:block/imparius/log"
|
||||
}
|
||||
}
|
||||
7
assets/byg/models/block/imparius/stripped_log.json
Normal file
7
assets/byg/models/block/imparius/stripped_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/imparius/stripped_log_top",
|
||||
"side": "byg:block/imparius/stripped_log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/jacaranda/log.json
Normal file
8
assets/byg/models/block/jacaranda/log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/jacaranda/log_top",
|
||||
"side": "byg:block/jacaranda/log",
|
||||
"particle": "byg:block/jacaranda/log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/jacaranda/stripped_log.json
Normal file
8
assets/byg/models/block/jacaranda/stripped_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/jacaranda/stripped_log_top",
|
||||
"side": "byg:block/jacaranda/stripped_log",
|
||||
"particle": "byg:block/jacaranda/stripped_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/jacaranda_log_top",
|
||||
"side": "byg:block/jacaranda_log",
|
||||
"particle": "byg:block/jacaranda_log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/lament/log.json
Normal file
8
assets/byg/models/block/lament/log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/lament/log_top",
|
||||
"side": "byg:block/lament/log",
|
||||
"particle": "byg:block/lament/log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/lament/stripped_log.json
Normal file
8
assets/byg/models/block/lament/stripped_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/lament/stripped_log_top",
|
||||
"side": "byg:block/lament/stripped_log",
|
||||
"particle": "byg:block/lament/stripped_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/lament_log_top",
|
||||
"side": "byg:block/lament_log",
|
||||
"particle": "byg:block/lament_log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/mahogany/log.json
Normal file
8
assets/byg/models/block/mahogany/log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/mahogany/log_top",
|
||||
"side": "byg:block/mahogany/log",
|
||||
"particle": "byg:block/mahogany/log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/mahogany/stripped_log.json
Normal file
8
assets/byg/models/block/mahogany/stripped_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/mahogany/stripped_log_top",
|
||||
"side": "byg:block/mahogany/stripped_log",
|
||||
"particle": "byg:block/mahogany/stripped_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/mahogany_log_top",
|
||||
"side": "byg:block/mahogany_log",
|
||||
"particle": "byg:block/mahogany_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/mangrove_log_top",
|
||||
"side": "byg:block/mangrove_log",
|
||||
"particle": "byg:block/mangrove_log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/maple/log.json
Normal file
8
assets/byg/models/block/maple/log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/maple/log_top",
|
||||
"side": "byg:block/maple/log",
|
||||
"particle": "byg:block/maple/log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/maple/stripped_log.json
Normal file
8
assets/byg/models/block/maple/stripped_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/maple/stripped_log_top",
|
||||
"side": "byg:block/maple/stripped_log",
|
||||
"particle": "byg:block/maple/stripped_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/maple_log_top",
|
||||
"side": "byg:block/maple_log",
|
||||
"particle": "byg:block/maple_log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/nightshade/log.json
Normal file
8
assets/byg/models/block/nightshade/log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/nightshade/log_top",
|
||||
"side": "byg:block/nightshade/log",
|
||||
"particle": "byg:block/nightshade/log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/nightshade/stripped_log.json
Normal file
8
assets/byg/models/block/nightshade/stripped_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/nightshade/stripped_log_top",
|
||||
"side": "byg:block/nightshade/stripped_log",
|
||||
"particle": "byg:block/nightshade/stripped_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/nightshade_log_top",
|
||||
"side": "byg:block/nightshade_log",
|
||||
"particle": "byg:block/nightshade_log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/palm/log.json
Normal file
8
assets/byg/models/block/palm/log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/palm/log_top",
|
||||
"side": "byg:block/palm/log",
|
||||
"particle": "byg:block/palm/log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/palm/stripped_log.json
Normal file
8
assets/byg/models/block/palm/stripped_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/palm/stripped_log_top",
|
||||
"side": "byg:block/palm/stripped_log",
|
||||
"particle": "byg:block/palm/stripped_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/palm_log_top",
|
||||
"side": "byg:block/palm_log",
|
||||
"particle": "byg:block/palm_log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/pine/log.json
Normal file
8
assets/byg/models/block/pine/log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/pine/log_top",
|
||||
"side": "byg:block/pine/log",
|
||||
"particle": "byg:block/pine/log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/pine/stripped_log.json
Normal file
8
assets/byg/models/block/pine/stripped_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/pine/stripped_log_top",
|
||||
"side": "byg:block/pine/stripped_log",
|
||||
"particle": "byg:block/pine/stripped_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/pine_log_top",
|
||||
"side": "byg:block/pine_log",
|
||||
"particle": "byg:block/pine_log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/rainbow_eucalyptus/log.json
Normal file
8
assets/byg/models/block/rainbow_eucalyptus/log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/rainbow_eucalyptus/log_top",
|
||||
"side": "byg:block/rainbow_eucalyptus/log",
|
||||
"particle": "byg:block/rainbow_eucalyptus/log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/rainbow_eucalyptus/stripped_log_top",
|
||||
"side": "byg:block/rainbow_eucalyptus/stripped_log",
|
||||
"particle": "byg:block/rainbow_eucalyptus/stripped_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/rainbow_eucalyptus_log_top",
|
||||
"side": "byg:block/rainbow_eucalyptus_log",
|
||||
"particle": "byg:block/rainbow_eucalyptus_log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/redwood/log.json
Normal file
8
assets/byg/models/block/redwood/log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/redwood/log_top",
|
||||
"side": "byg:block/redwood/log",
|
||||
"particle": "byg:block/redwood/log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/redwood/stripped_log.json
Normal file
8
assets/byg/models/block/redwood/stripped_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/redwood/log_top",
|
||||
"side": "byg:block/redwood/stripped_log",
|
||||
"particle": "byg:block/redwood/stripped_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/redwood_log_top",
|
||||
"side": "byg:block/redwood_log",
|
||||
"particle": "byg:block/redwood_log"
|
||||
}
|
||||
}
|
||||
9
assets/byg/models/block/round_brown_mushroom_stem.json
Normal file
9
assets/byg/models/block/round_brown_mushroom_stem.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/round_mushroom_stem",
|
||||
"textures": {
|
||||
"1": "block/mushroom_block_inside",
|
||||
"2": "byg:block/brown_mushroom_stem",
|
||||
"particle": "byg:block/brown_mushroom_stem"
|
||||
}
|
||||
}
|
||||
9
assets/byg/models/block/round_soul_shroom_stem.json
Normal file
9
assets/byg/models/block/round_soul_shroom_stem.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/round_mushroom_stem",
|
||||
"textures": {
|
||||
"1": "block/mushroom_block_inside",
|
||||
"2": "byg:block/soul_shroom_stem",
|
||||
"particle": "byg:block/soul_shroom_stem"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/skyris/log.json
Normal file
8
assets/byg/models/block/skyris/log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/skyris/log_top",
|
||||
"side": "byg:block/skyris/log",
|
||||
"particle": "byg:block/skyris/log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/skyris/stripped_log.json
Normal file
8
assets/byg/models/block/skyris/stripped_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/skyris/stripped_log_top",
|
||||
"side": "byg:block/skyris/stripped_log",
|
||||
"particle": "byg:block/skyris/stripped_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/skyris_log_top",
|
||||
"side": "byg:block/skyris_log",
|
||||
"particle": "byg:block/skyris_log"
|
||||
}
|
||||
}
|
||||
8
assets/byg/models/block/soul_shroom_stem.json
Normal file
8
assets/byg/models/block/soul_shroom_stem.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/mushroom_stem",
|
||||
"textures": {
|
||||
"particle": "byg:block/soul_shroom_stem",
|
||||
"texture": "byg:block/soul_shroom_stem"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/stripped_aspen_log_top",
|
||||
"side": "byg:block/stripped_aspen_log",
|
||||
"particle": "byg:block/stripped_aspen_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/stripped_baobab_log_top",
|
||||
"side": "byg:block/stripped_baobab_log",
|
||||
"particle": "byg:block/stripped_baobab_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/stripped_blue_enchanted_log_top",
|
||||
"side": "byg:block/stripped_blue_enchanted_log",
|
||||
"particle": "byg:block/stripped_blue_enchanted_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/stripped_cherry_log_top",
|
||||
"side": "byg:block/stripped_cherry_log",
|
||||
"particle": "byg:block/stripped_cherry_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/stripped_cika_log_top",
|
||||
"side": "byg:block/stripped_cika_log",
|
||||
"particle": "byg:block/stripped_cika_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/stripped_cypress_log_top",
|
||||
"side": "byg:block/stripped_cypress_log",
|
||||
"particle": "byg:block/stripped_cypress_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/stripped_ebony_log_top",
|
||||
"side": "byg:block/stripped_ebony_log",
|
||||
"particle": "byg:block/stripped_ebony_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/stripped_fir_log_top",
|
||||
"side": "byg:block/stripped_fir_log",
|
||||
"particle": "byg:block/stripped_fir_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/stripped_green_enchanted_log_top",
|
||||
"side": "byg:block/stripped_green_enchanted_log",
|
||||
"particle": "byg:block/stripped_green_enchanted_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/stripped_holly_log_top",
|
||||
"side": "byg:block/stripped_holly_log",
|
||||
"particle": "byg:block/stripped_holly_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/stripped_jacaranda_log_top",
|
||||
"side": "byg:block/stripped_jacaranda_log",
|
||||
"particle": "byg:block/stripped_jacaranda_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/stripped_lament_log_top",
|
||||
"side": "byg:block/stripped_lament_log",
|
||||
"particle": "byg:block/stripped_lament_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/stripped_mahogany_log_top",
|
||||
"side": "byg:block/stripped_mahogany_log",
|
||||
"particle": "byg:block/stripped_mahogany_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/stripped_mangrove_log_top",
|
||||
"side": "byg:block/stripped_mangrove_log",
|
||||
"particle": "byg:block/stripped_mangrove_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/stripped_maple_log_top",
|
||||
"side": "byg:block/stripped_maple_log",
|
||||
"particle": "byg:block/stripped_maple_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/stripped_nightshade_log_top",
|
||||
"side": "byg:block/stripped_nightshade_log",
|
||||
"particle": "byg:block/stripped_nightshade_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/stripped_palm_log_top",
|
||||
"side": "byg:block/stripped_palm_log",
|
||||
"particle": "byg:block/stripped_palm_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/stripped_pine_log_top",
|
||||
"side": "byg:block/stripped_pine_log",
|
||||
"particle": "byg:block/stripped_pine_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/stripped_rainbow_eucalyptus_log_top",
|
||||
"side": "byg:block/stripped_rainbow_eucalyptus_log",
|
||||
"particle": "byg:block/stripped_rainbow_eucalyptus_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/stripped_redwood_top",
|
||||
"side": "byg:block/stripped_redwood_log",
|
||||
"particle": "byg:block/stripped_redwood_log"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "byg:block/stripped_skyris_log_top",
|
||||
"side": "byg:block/stripped_skyris_log",
|
||||
"particle": "byg:block/stripped_skyris_log"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user