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.
1.3 Adds Chest support for the following mods AdAstra BeachParty (Lets Do) BetterArcheology DeeperAndDarker MineCells SnifferPlus (Helions Sniffer) TechReborn Vinery (Lets Do)
- Loading branch information
Showing
102 changed files
with
1,566 additions
and
35 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
7 changes: 7 additions & 0 deletions
7
src/main/generated/assets/variantchests/blockstates/aa_glacian_chest.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "variantchests:block/aa_glacian_chest" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/generated/assets/variantchests/blockstates/ba_rotten_chest.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "variantchests:block/ba_rotten_chest" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/generated/assets/variantchests/blockstates/dad_echo_chest.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "variantchests:block/dad_echo_chest" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/generated/assets/variantchests/blockstates/ldbp_palm_chest.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "variantchests:block/ldbp_palm_chest" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/generated/assets/variantchests/blockstates/ldv_cherry_chest.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "variantchests:block/ldv_cherry_chest" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/generated/assets/variantchests/blockstates/mc_putrid_chest.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "variantchests:block/mc_putrid_chest" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/generated/assets/variantchests/blockstates/sp_stone_pine_chest.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "variantchests:block/sp_stone_pine_chest" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/generated/assets/variantchests/blockstates/tr_rubber_chest.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "variantchests:block/tr_rubber_chest" | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -1,27 +1,43 @@ | ||
{ | ||
"block.minecraft.chest": "Oak Chest", | ||
"block.variantchests.aa_glacian_chest": "Glacian Chest", | ||
"block.variantchests.acacia_chest": "Acacia Chest", | ||
"block.variantchests.ba_rotten_chest": "Rotten Chest", | ||
"block.variantchests.bamboo_chest": "Bamboo Chest", | ||
"block.variantchests.birch_chest": "Birch Chest", | ||
"block.variantchests.cherry_chest": "Cherry Chest", | ||
"block.variantchests.crimson_chest": "Crimson Chest", | ||
"block.variantchests.dad_echo_chest": "Echo Chest", | ||
"block.variantchests.dark_oak_chest": "Dark Oak Chest", | ||
"block.variantchests.jungle_chest": "Jungle Chest", | ||
"block.variantchests.ldbp_palm_chest": "Palm Chest", | ||
"block.variantchests.ldv_cherry_chest": "Cherry Chest", | ||
"block.variantchests.mangrove_chest": "Mangrove Chest", | ||
"block.variantchests.mc_putrid_chest": "Putrid Chest", | ||
"block.variantchests.oak_chest": "Oak Chest", | ||
"block.variantchests.sp_stone_pine_chest": "Stone Pine Chest", | ||
"block.variantchests.spruce_chest": "Spruce Chest", | ||
"block.variantchests.tr_rubber_chest": "Rubber Chest", | ||
"block.variantchests.warped_chest": "Warped Chest", | ||
"container.chest": "Oak Chest", | ||
"container.variantchests.aa_glacian_chest": "Glacian Chest", | ||
"container.variantchests.acacia_chest": "Acacia Chest", | ||
"container.variantchests.ba_rotten_chest": "Rotten Chest", | ||
"container.variantchests.bamboo_chest": "Bamboo Chest", | ||
"container.variantchests.birch_chest": "Birch Chest", | ||
"container.variantchests.cherry_chest": "Cherry Chest", | ||
"container.variantchests.crimson_chest": "Crimson Chest", | ||
"container.variantchests.dad_echo_chest": "Echo Chest", | ||
"container.variantchests.dark_oak_chest": "Dark Oak Chest", | ||
"container.variantchests.jungle_chest": "Jungle Chest", | ||
"container.variantchests.ldbp_palm_chest": "Palm Chest", | ||
"container.variantchests.ldv_cherry_chest": "Cherry Chest", | ||
"container.variantchests.mangrove_chest": "Mangrove Chest", | ||
"container.variantchests.mc_putrid_chest": "Putrid Chest", | ||
"container.variantchests.oak_chest": "Oak Chest", | ||
"container.variantchests.sp_stone_pine_chest": "Stone Pine Chest", | ||
"container.variantchests.spruce_chest": "Spruce Chest", | ||
"container.variantchests.tr_rubber_chest": "Rubber Chest", | ||
"container.variantchests.warped_chest": "Warped Chest", | ||
"variantchests.itemgroup": "Variant Chests" | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/generated/assets/variantchests/models/block/aa_glacian_chest.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,5 @@ | ||
{ | ||
"textures": { | ||
"particle": "ad_astra:block/glacian_planks" | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/generated/assets/variantchests/models/block/ba_rotten_chest.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,5 @@ | ||
{ | ||
"textures": { | ||
"particle": "betterarcheology:block/rotten_planks" | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/generated/assets/variantchests/models/block/dad_echo_chest.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,5 @@ | ||
{ | ||
"textures": { | ||
"particle": "deeperdarker:block/echo_planks" | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/generated/assets/variantchests/models/block/ldbp_palm_chest.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,5 @@ | ||
{ | ||
"textures": { | ||
"particle": "beachparty:block/palm_planks0" | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/generated/assets/variantchests/models/block/ldv_cherry_chest.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,5 @@ | ||
{ | ||
"textures": { | ||
"particle": "vinery:block/cherry_planks" | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/generated/assets/variantchests/models/block/mc_putrid_chest.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,5 @@ | ||
{ | ||
"textures": { | ||
"particle": "minecells:block/putrid_planks" | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/generated/assets/variantchests/models/block/sp_stone_pine_chest.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,5 @@ | ||
{ | ||
"textures": { | ||
"particle": "snifferplus:block/stone_pine_planks" | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/generated/assets/variantchests/models/block/tr_rubber_chest.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,5 @@ | ||
{ | ||
"textures": { | ||
"particle": "techreborn:block/rubber_planks" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/variantchests/models/item/aa_glacian_chest.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,6 @@ | ||
{ | ||
"parent": "variantchests:block/variantchest", | ||
"textures": { | ||
"chest": "variantchests:chest/aa_glacian_chest" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/variantchests/models/item/ba_rotten_chest.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,6 @@ | ||
{ | ||
"parent": "variantchests:block/variantchest", | ||
"textures": { | ||
"chest": "variantchests:chest/ba_rotten_chest" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/variantchests/models/item/dad_echo_chest.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,6 @@ | ||
{ | ||
"parent": "variantchests:block/variantchest", | ||
"textures": { | ||
"chest": "variantchests:chest/dad_echo_chest" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/variantchests/models/item/ldbp_palm_chest.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,6 @@ | ||
{ | ||
"parent": "variantchests:block/variantchest", | ||
"textures": { | ||
"chest": "variantchests:chest/ldbp_palm_chest" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/variantchests/models/item/ldv_cherry_chest.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,6 @@ | ||
{ | ||
"parent": "variantchests:block/variantchest", | ||
"textures": { | ||
"chest": "variantchests:chest/ldv_cherry_chest" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/variantchests/models/item/mc_putrid_chest.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,6 @@ | ||
{ | ||
"parent": "variantchests:block/variantchest", | ||
"textures": { | ||
"chest": "variantchests:chest/mc_putrid_chest" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/variantchests/models/item/sp_stone_pine_chest.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,6 @@ | ||
{ | ||
"parent": "variantchests:block/variantchest", | ||
"textures": { | ||
"chest": "variantchests:chest/sp_stone_pine_chest" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/variantchests/models/item/tr_rubber_chest.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,6 @@ | ||
{ | ||
"parent": "variantchests:block/variantchest", | ||
"textures": { | ||
"chest": "variantchests:chest/tr_rubber_chest" | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
src/main/generated/data/variantchests/loot_tables/blocks/aa_glacian_chest.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,34 @@ | ||
{ | ||
"fabric:load_conditions": [ | ||
{ | ||
"condition": "fabric:all_mods_loaded", | ||
"values": [ | ||
"ad_astra" | ||
] | ||
} | ||
], | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"bonus_rolls": 0.0, | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
], | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"functions": [ | ||
{ | ||
"function": "minecraft:copy_name", | ||
"source": "block_entity" | ||
} | ||
], | ||
"name": "variantchests:aa_glacian_chest" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
] | ||
} |
34 changes: 34 additions & 0 deletions
34
src/main/generated/data/variantchests/loot_tables/blocks/ba_rotten_chest.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,34 @@ | ||
{ | ||
"fabric:load_conditions": [ | ||
{ | ||
"condition": "fabric:all_mods_loaded", | ||
"values": [ | ||
"betterarcheology" | ||
] | ||
} | ||
], | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"bonus_rolls": 0.0, | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
], | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"functions": [ | ||
{ | ||
"function": "minecraft:copy_name", | ||
"source": "block_entity" | ||
} | ||
], | ||
"name": "variantchests:ba_rotten_chest" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
] | ||
} |
34 changes: 34 additions & 0 deletions
34
src/main/generated/data/variantchests/loot_tables/blocks/dad_echo_chest.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,34 @@ | ||
{ | ||
"fabric:load_conditions": [ | ||
{ | ||
"condition": "fabric:all_mods_loaded", | ||
"values": [ | ||
"deeperdarker" | ||
] | ||
} | ||
], | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"bonus_rolls": 0.0, | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
], | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"functions": [ | ||
{ | ||
"function": "minecraft:copy_name", | ||
"source": "block_entity" | ||
} | ||
], | ||
"name": "variantchests:dad_echo_chest" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
] | ||
} |
Oops, something went wrong.