generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3.3.5 Add BiomeMakeover support Add recipe support for Macaws Trapdoors & Reinforced Barrels (Copper Barrel) Removed erroneous tag entry for blockus barrels
- Loading branch information
Showing
71 changed files
with
1,229 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
56 changes: 56 additions & 0 deletions
56
src/main/generated/assets/variantbarrels/blockstates/bm_ancient_oak_barrel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"variants": { | ||
"facing=down,open=false": { | ||
"model": "variantbarrels:block/bm_ancient_oak_barrel", | ||
"x": 180 | ||
}, | ||
"facing=down,open=true": { | ||
"model": "variantbarrels:block/bm_ancient_oak_barrel_open", | ||
"x": 180 | ||
}, | ||
"facing=east,open=false": { | ||
"model": "variantbarrels:block/bm_ancient_oak_barrel", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"facing=east,open=true": { | ||
"model": "variantbarrels:block/bm_ancient_oak_barrel_open", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"facing=north,open=false": { | ||
"model": "variantbarrels:block/bm_ancient_oak_barrel", | ||
"x": 90 | ||
}, | ||
"facing=north,open=true": { | ||
"model": "variantbarrels:block/bm_ancient_oak_barrel_open", | ||
"x": 90 | ||
}, | ||
"facing=south,open=false": { | ||
"model": "variantbarrels:block/bm_ancient_oak_barrel", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"facing=south,open=true": { | ||
"model": "variantbarrels:block/bm_ancient_oak_barrel_open", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"facing=up,open=false": { | ||
"model": "variantbarrels:block/bm_ancient_oak_barrel" | ||
}, | ||
"facing=up,open=true": { | ||
"model": "variantbarrels:block/bm_ancient_oak_barrel_open" | ||
}, | ||
"facing=west,open=false": { | ||
"model": "variantbarrels:block/bm_ancient_oak_barrel", | ||
"x": 90, | ||
"y": 270 | ||
}, | ||
"facing=west,open=true": { | ||
"model": "variantbarrels:block/bm_ancient_oak_barrel_open", | ||
"x": 90, | ||
"y": 270 | ||
} | ||
} | ||
} |
56 changes: 56 additions & 0 deletions
56
src/main/generated/assets/variantbarrels/blockstates/bm_blighted_balsa_barrel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"variants": { | ||
"facing=down,open=false": { | ||
"model": "variantbarrels:block/bm_blighted_balsa_barrel", | ||
"x": 180 | ||
}, | ||
"facing=down,open=true": { | ||
"model": "variantbarrels:block/bm_blighted_balsa_barrel_open", | ||
"x": 180 | ||
}, | ||
"facing=east,open=false": { | ||
"model": "variantbarrels:block/bm_blighted_balsa_barrel", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"facing=east,open=true": { | ||
"model": "variantbarrels:block/bm_blighted_balsa_barrel_open", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"facing=north,open=false": { | ||
"model": "variantbarrels:block/bm_blighted_balsa_barrel", | ||
"x": 90 | ||
}, | ||
"facing=north,open=true": { | ||
"model": "variantbarrels:block/bm_blighted_balsa_barrel_open", | ||
"x": 90 | ||
}, | ||
"facing=south,open=false": { | ||
"model": "variantbarrels:block/bm_blighted_balsa_barrel", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"facing=south,open=true": { | ||
"model": "variantbarrels:block/bm_blighted_balsa_barrel_open", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"facing=up,open=false": { | ||
"model": "variantbarrels:block/bm_blighted_balsa_barrel" | ||
}, | ||
"facing=up,open=true": { | ||
"model": "variantbarrels:block/bm_blighted_balsa_barrel_open" | ||
}, | ||
"facing=west,open=false": { | ||
"model": "variantbarrels:block/bm_blighted_balsa_barrel", | ||
"x": 90, | ||
"y": 270 | ||
}, | ||
"facing=west,open=true": { | ||
"model": "variantbarrels:block/bm_blighted_balsa_barrel_open", | ||
"x": 90, | ||
"y": 270 | ||
} | ||
} | ||
} |
56 changes: 56 additions & 0 deletions
56
src/main/generated/assets/variantbarrels/blockstates/bm_swamp_cypress_barrel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"variants": { | ||
"facing=down,open=false": { | ||
"model": "variantbarrels:block/bm_swamp_cypress_barrel", | ||
"x": 180 | ||
}, | ||
"facing=down,open=true": { | ||
"model": "variantbarrels:block/bm_swamp_cypress_barrel_open", | ||
"x": 180 | ||
}, | ||
"facing=east,open=false": { | ||
"model": "variantbarrels:block/bm_swamp_cypress_barrel", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"facing=east,open=true": { | ||
"model": "variantbarrels:block/bm_swamp_cypress_barrel_open", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"facing=north,open=false": { | ||
"model": "variantbarrels:block/bm_swamp_cypress_barrel", | ||
"x": 90 | ||
}, | ||
"facing=north,open=true": { | ||
"model": "variantbarrels:block/bm_swamp_cypress_barrel_open", | ||
"x": 90 | ||
}, | ||
"facing=south,open=false": { | ||
"model": "variantbarrels:block/bm_swamp_cypress_barrel", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"facing=south,open=true": { | ||
"model": "variantbarrels:block/bm_swamp_cypress_barrel_open", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"facing=up,open=false": { | ||
"model": "variantbarrels:block/bm_swamp_cypress_barrel" | ||
}, | ||
"facing=up,open=true": { | ||
"model": "variantbarrels:block/bm_swamp_cypress_barrel_open" | ||
}, | ||
"facing=west,open=false": { | ||
"model": "variantbarrels:block/bm_swamp_cypress_barrel", | ||
"x": 90, | ||
"y": 270 | ||
}, | ||
"facing=west,open=true": { | ||
"model": "variantbarrels:block/bm_swamp_cypress_barrel_open", | ||
"x": 90, | ||
"y": 270 | ||
} | ||
} | ||
} |
56 changes: 56 additions & 0 deletions
56
src/main/generated/assets/variantbarrels/blockstates/bm_willow_barrel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"variants": { | ||
"facing=down,open=false": { | ||
"model": "variantbarrels:block/bm_willow_barrel", | ||
"x": 180 | ||
}, | ||
"facing=down,open=true": { | ||
"model": "variantbarrels:block/bm_willow_barrel_open", | ||
"x": 180 | ||
}, | ||
"facing=east,open=false": { | ||
"model": "variantbarrels:block/bm_willow_barrel", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"facing=east,open=true": { | ||
"model": "variantbarrels:block/bm_willow_barrel_open", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"facing=north,open=false": { | ||
"model": "variantbarrels:block/bm_willow_barrel", | ||
"x": 90 | ||
}, | ||
"facing=north,open=true": { | ||
"model": "variantbarrels:block/bm_willow_barrel_open", | ||
"x": 90 | ||
}, | ||
"facing=south,open=false": { | ||
"model": "variantbarrels:block/bm_willow_barrel", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"facing=south,open=true": { | ||
"model": "variantbarrels:block/bm_willow_barrel_open", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"facing=up,open=false": { | ||
"model": "variantbarrels:block/bm_willow_barrel" | ||
}, | ||
"facing=up,open=true": { | ||
"model": "variantbarrels:block/bm_willow_barrel_open" | ||
}, | ||
"facing=west,open=false": { | ||
"model": "variantbarrels:block/bm_willow_barrel", | ||
"x": 90, | ||
"y": 270 | ||
}, | ||
"facing=west,open=true": { | ||
"model": "variantbarrels:block/bm_willow_barrel_open", | ||
"x": 90, | ||
"y": 270 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
src/main/generated/assets/variantbarrels/models/block/bm_ancient_oak_barrel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/cube_bottom_top", | ||
"textures": { | ||
"bottom": "variantbarrels:block/bm_ancient_oak_barrel_bottom", | ||
"side": "variantbarrels:block/bm_ancient_oak_barrel_side", | ||
"top": "variantbarrels:block/bm_ancient_oak_barrel_top" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/generated/assets/variantbarrels/models/block/bm_ancient_oak_barrel_open.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/cube_bottom_top", | ||
"textures": { | ||
"bottom": "variantbarrels:block/bm_ancient_oak_barrel_bottom", | ||
"side": "variantbarrels:block/bm_ancient_oak_barrel_side", | ||
"top": "variantbarrels:block/bm_ancient_oak_barrel_top_open" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/generated/assets/variantbarrels/models/block/bm_blighted_balsa_barrel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/cube_bottom_top", | ||
"textures": { | ||
"bottom": "variantbarrels:block/bm_blighted_balsa_barrel_bottom", | ||
"side": "variantbarrels:block/bm_blighted_balsa_barrel_side", | ||
"top": "variantbarrels:block/bm_blighted_balsa_barrel_top" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/generated/assets/variantbarrels/models/block/bm_blighted_balsa_barrel_open.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/cube_bottom_top", | ||
"textures": { | ||
"bottom": "variantbarrels:block/bm_blighted_balsa_barrel_bottom", | ||
"side": "variantbarrels:block/bm_blighted_balsa_barrel_side", | ||
"top": "variantbarrels:block/bm_blighted_balsa_barrel_top_open" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/generated/assets/variantbarrels/models/block/bm_swamp_cypress_barrel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/cube_bottom_top", | ||
"textures": { | ||
"bottom": "variantbarrels:block/bm_swamp_cypress_barrel_bottom", | ||
"side": "variantbarrels:block/bm_swamp_cypress_barrel_side", | ||
"top": "variantbarrels:block/bm_swamp_cypress_barrel_top" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/generated/assets/variantbarrels/models/block/bm_swamp_cypress_barrel_open.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/cube_bottom_top", | ||
"textures": { | ||
"bottom": "variantbarrels:block/bm_swamp_cypress_barrel_bottom", | ||
"side": "variantbarrels:block/bm_swamp_cypress_barrel_side", | ||
"top": "variantbarrels:block/bm_swamp_cypress_barrel_top_open" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/generated/assets/variantbarrels/models/block/bm_willow_barrel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/cube_bottom_top", | ||
"textures": { | ||
"bottom": "variantbarrels:block/bm_willow_barrel_bottom", | ||
"side": "variantbarrels:block/bm_willow_barrel_side", | ||
"top": "variantbarrels:block/bm_willow_barrel_top" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/generated/assets/variantbarrels/models/block/bm_willow_barrel_open.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/cube_bottom_top", | ||
"textures": { | ||
"bottom": "variantbarrels:block/bm_willow_barrel_bottom", | ||
"side": "variantbarrels:block/bm_willow_barrel_side", | ||
"top": "variantbarrels:block/bm_willow_barrel_top_open" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
src/main/generated/assets/variantbarrels/models/item/bm_ancient_oak_barrel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"parent": "variantbarrels:block/bm_ancient_oak_barrel" | ||
} |
3 changes: 3 additions & 0 deletions
3
src/main/generated/assets/variantbarrels/models/item/bm_blighted_balsa_barrel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"parent": "variantbarrels:block/bm_blighted_balsa_barrel" | ||
} |
3 changes: 3 additions & 0 deletions
3
src/main/generated/assets/variantbarrels/models/item/bm_swamp_cypress_barrel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"parent": "variantbarrels:block/bm_swamp_cypress_barrel" | ||
} |
3 changes: 3 additions & 0 deletions
3
src/main/generated/assets/variantbarrels/models/item/bm_willow_barrel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"parent": "variantbarrels:block/bm_willow_barrel" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.