generated from neoforged/MDK
-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
578295a
commit 554613d
Showing
28 changed files
with
338 additions
and
9 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
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: 2 additions & 2 deletions
4
src/generated/resources/.cache/d8d9664aab66d4b32b72030c7c0b2fbfc87cde08
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,2 +1,2 @@ | ||
// 1.20.4 2024-02-29T22:46:48.1139267 Languages: en_us for mod: bibliocraft | ||
04c2175c0949d9d40b69d00181ff0275232cc453 assets/bibliocraft/lang/en_us.json | ||
// 1.20.4 2024-03-06T00:41:06.6735142 Languages: en_us for mod: bibliocraft | ||
73a36a9f7643fa5bbe7e49d8d1a13030212eb19f assets/bibliocraft/lang/en_us.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
16 changes: 16 additions & 0 deletions
16
src/generated/resources/assets/bibliocraft/blockstates/cookie_jar.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 @@ | ||
{ | ||
"variants": { | ||
"open=false,waterlogged=false": { | ||
"model": "bibliocraft:block/template/cookie_jar" | ||
}, | ||
"open=false,waterlogged=true": { | ||
"model": "bibliocraft:block/template/cookie_jar" | ||
}, | ||
"open=true,waterlogged=false": { | ||
"model": "bibliocraft:block/template/cookie_jar_open" | ||
}, | ||
"open=true,waterlogged=true": { | ||
"model": "bibliocraft:block/template/cookie_jar_open" | ||
} | ||
} | ||
} |
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
3 changes: 3 additions & 0 deletions
3
src/generated/resources/assets/bibliocraft/models/item/cookie_jar.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": "bibliocraft:block/template/cookie_jar" | ||
} |
34 changes: 34 additions & 0 deletions
34
...sources/data/bibliocraft/advancements/recipes/building_blocks/iron_fancy_armor_stand.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 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_smooth_stone_slab": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"minecraft:smooth_stone_slab" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "bibliocraft:iron_fancy_armor_stand" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_smooth_stone_slab" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"bibliocraft:iron_fancy_armor_stand" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
src/generated/resources/data/bibliocraft/advancements/recipes/decorations/cookie_jar.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_redstone": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "forge:dusts/redstone" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "bibliocraft:cookie_jar" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_redstone" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"bibliocraft:cookie_jar" | ||
] | ||
} | ||
} |
27 changes: 27 additions & 0 deletions
27
src/generated/resources/data/bibliocraft/loot_tables/blocks/cookie_jar.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,27 @@ | ||
{ | ||
"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": "bibliocraft:cookie_jar" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
], | ||
"random_sequence": "bibliocraft:blocks/cookie_jar" | ||
} |
26 changes: 26 additions & 0 deletions
26
src/generated/resources/data/bibliocraft/recipes/cookie_jar.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,26 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"key": { | ||
"C": { | ||
"item": "minecraft:cookie" | ||
}, | ||
"G": { | ||
"tag": "forge:glass_panes/colorless" | ||
}, | ||
"I": { | ||
"tag": "forge:ingots/iron" | ||
}, | ||
"R": { | ||
"tag": "forge:dusts/redstone" | ||
} | ||
}, | ||
"pattern": [ | ||
" I ", | ||
"GCG", | ||
"GRG" | ||
], | ||
"result": { | ||
"item": "bibliocraft:cookie_jar" | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/generated/resources/data/bibliocraft/recipes/iron_fancy_armor_stand.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:crafting_shaped", | ||
"category": "building", | ||
"key": { | ||
"I": { | ||
"tag": "forge:ingots/iron" | ||
}, | ||
"S": { | ||
"item": "minecraft:smooth_stone_slab" | ||
} | ||
}, | ||
"pattern": [ | ||
" I ", | ||
" I ", | ||
"SSS" | ||
], | ||
"result": { | ||
"item": "bibliocraft:iron_fancy_armor_stand" | ||
} | ||
} |
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.