generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef10a4b
commit 1b5d786
Showing
35 changed files
with
307 additions
and
49 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
4 changes: 3 additions & 1 deletion
4
src/main/generated/.cache/23ea077d1d6c303dee4db4b707eb3883dc4bc6bb
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,8 +1,10 @@ | ||
// 1.21 2024-09-17T22:54:59.3347647 Caffeinated/Block Loot Tables | ||
// 1.21.1 2024-12-01T20:24:16.0014858 Caffeinated/Block Loot Tables | ||
548d115eeb79b74d3fbe03951bdc179110ed6f8a data\caffeinated\loot_table\blocks\ground_coffee_cauldron.json | ||
8b8e67a4f2fbd3f51a69d1359cceb2704429f4c3 data\caffeinated\loot_table\blocks\coffee_berry_crate.json | ||
d481f7802dfc0e83cd271518b47e73b256a24d2f data\caffeinated\loot_table\blocks\flowering_coffee_shrub.json | ||
548d115eeb79b74d3fbe03951bdc179110ed6f8a data\caffeinated\loot_table\blocks\coffee_cauldron.json | ||
157b591fb3b4bf159fafab0ecdc6a5d8104ff026 data\caffeinated\loot_table\blocks\coffee_stained_carpet.json | ||
aa60a948a9a5ca8497e8ea986f058420cf5522a7 data\caffeinated\loot_table\blocks\coffee_stained_wool.json | ||
2181144c1ab146492f9cae41e26a4ad585b0c46b data\caffeinated\loot_table\blocks\ground_coffee_block.json | ||
55664479b7d3ad31e070226a65db432f03d97236 data\caffeinated\loot_table\blocks\potted_coffee_shrub.json | ||
3bec24cd54986eea9c228540df648ca7b01c86fc data\caffeinated\loot_table\blocks\coffee_bean_block.json |
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/9ac78b54b5833f183877ec224e276c4aea5aac3a
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,4 +1,4 @@ | ||
// 1.21 2024-09-17T22:54:59.3347647 Caffeinated/Advancements | ||
// 1.21.1 2024-12-01T20:24:16.0004753 Caffeinated/Advancements | ||
bcaa279e3e0ad8280ebfe57370201ce6290340a1 data\caffeinated\advancement\husbandry\brew_coffee.json | ||
3a0446170026d8aa5bbef46b956c9373eb0a91c8 data\caffeinated\advancement\husbandry\bake_tiramisu.json | ||
fd764b415f61cad9c185cf3c952535113b90044f data\caffeinated\advancement\husbandry\brew_all_coffee.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
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/caffeinated/blockstates/coffee_stained_carpet.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": "caffeinated:block/coffee_stained_carpet" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/generated/assets/caffeinated/blockstates/coffee_stained_wool.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": "caffeinated:block/coffee_stained_wool" | ||
} | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/caffeinated/models/block/coffee_stained_carpet.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": "minecraft:block/carpet", | ||
"textures": { | ||
"wool": "caffeinated:block/coffee_stained_wool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/caffeinated/models/block/coffee_stained_wool.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": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "caffeinated:block/coffee_stained_wool" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
src/main/generated/assets/caffeinated/models/item/coffee_stained_carpet.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": "caffeinated:block/coffee_stained_carpet" | ||
} |
3 changes: 3 additions & 0 deletions
3
src/main/generated/assets/caffeinated/models/item/coffee_stained_wool.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": "caffeinated:block/coffee_stained_wool" | ||
} |
32 changes: 32 additions & 0 deletions
32
...feinated/advancement/recipes/building_blocks/coffee_stained_carpet_from_white_carpet.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,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_coffee_bottle": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "caffeinated:coffee_bottle" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "caffeinated:coffee_stained_carpet_from_white_carpet" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_coffee_bottle" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"caffeinated:coffee_stained_carpet_from_white_carpet" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...n/generated/data/caffeinated/advancement/recipes/building_blocks/coffee_stained_wool.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,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_coffee_bottle": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "caffeinated:coffee_bottle" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "caffeinated:coffee_stained_wool" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_coffee_bottle" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"caffeinated:coffee_stained_wool" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...ain/generated/data/caffeinated/advancement/recipes/decorations/coffee_stained_carpet.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,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_coffee_stained_wool": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "caffeinated:coffee_stained_wool" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "caffeinated:coffee_stained_carpet" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_coffee_stained_wool" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"caffeinated:coffee_stained_carpet" | ||
] | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/main/generated/data/caffeinated/loot_table/blocks/coffee_stained_carpet.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,20 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"bonus_rolls": 0.0, | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
], | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "caffeinated:coffee_stained_carpet" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
] | ||
} |
20 changes: 20 additions & 0 deletions
20
src/main/generated/data/caffeinated/loot_table/blocks/coffee_stained_wool.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,20 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"bonus_rolls": 0.0, | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
], | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "caffeinated:coffee_stained_wool" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
src/main/generated/data/caffeinated/recipe/coffee_stained_carpet.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,17 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"group": "carpet", | ||
"key": { | ||
"#": { | ||
"item": "caffeinated:coffee_stained_wool" | ||
} | ||
}, | ||
"pattern": [ | ||
"##" | ||
], | ||
"result": { | ||
"count": 3, | ||
"id": "caffeinated:coffee_stained_carpet" | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
src/main/generated/data/caffeinated/recipe/coffee_stained_carpet_from_white_carpet.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,16 @@ | ||
{ | ||
"type": "minecraft:crafting_shapeless", | ||
"category": "building", | ||
"ingredients": [ | ||
{ | ||
"item": "caffeinated:coffee_bottle" | ||
}, | ||
{ | ||
"item": "minecraft:white_carpet" | ||
} | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "caffeinated:coffee_stained_carpet" | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
src/main/generated/data/caffeinated/recipe/coffee_stained_wool.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,16 @@ | ||
{ | ||
"type": "minecraft:crafting_shapeless", | ||
"category": "building", | ||
"ingredients": [ | ||
{ | ||
"item": "caffeinated:coffee_bottle" | ||
}, | ||
{ | ||
"item": "minecraft:white_wool" | ||
} | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "caffeinated:coffee_stained_wool" | ||
} | ||
} |
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
Oops, something went wrong.