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.
add gold chains and use chains on the lanterns
- Loading branch information
1 parent
8575167
commit ce6874d
Showing
27 changed files
with
195 additions
and
33 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
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
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.21 2024-07-18T15:08:41.0208797 Languages: en_us for mod: bibliocraft | ||
28b674adb12ac1dbc4c61098b24c09bf9a4dc85b assets/bibliocraft/lang/en_us.json | ||
// 1.21 2024-07-21T18:06:41.3366821 Languages: en_us for mod: bibliocraft | ||
b75a8ab395c0be1b1534400cb3b12cd86d3c5ba5 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
28 changes: 28 additions & 0 deletions
28
src/generated/resources/assets/bibliocraft/blockstates/gold_chain.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,28 @@ | ||
{ | ||
"variants": { | ||
"axis=x,waterlogged=false": { | ||
"model": "bibliocraft:block/gold_chain", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"axis=x,waterlogged=true": { | ||
"model": "bibliocraft:block/gold_chain", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"axis=y,waterlogged=false": { | ||
"model": "bibliocraft:block/gold_chain" | ||
}, | ||
"axis=y,waterlogged=true": { | ||
"model": "bibliocraft:block/gold_chain" | ||
}, | ||
"axis=z,waterlogged=false": { | ||
"model": "bibliocraft:block/gold_chain", | ||
"x": 90 | ||
}, | ||
"axis=z,waterlogged=true": { | ||
"model": "bibliocraft:block/gold_chain", | ||
"x": 90 | ||
} | ||
} | ||
} |
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/generated/resources/assets/bibliocraft/models/block/gold_chain.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/chain", | ||
"render_type": "minecraft:cutout", | ||
"textures": { | ||
"all": "bibliocraft:block/gold_chain", | ||
"particle": "bibliocraft:block/gold_chain" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/bibliocraft/models/item/gold_chain.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:item/generated", | ||
"textures": { | ||
"layer0": "bibliocraft:item/gold_chain" | ||
} | ||
} |
54 changes: 54 additions & 0 deletions
54
src/generated/resources/data/bibliocraft/advancement/recipes/decorations/gold_chain.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,54 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_gold_chain": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "bibliocraft:gold_chain" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_gold_ingot": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "#c:ingots/gold" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_gold_nugget": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "#c:nuggets/gold" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "bibliocraft:gold_chain" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_gold_ingot", | ||
"has_gold_nugget", | ||
"has_gold_chain" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"bibliocraft:gold_chain" | ||
] | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
src/generated/resources/data/bibliocraft/loot_table/blocks/gold_chain.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,21 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"bonus_rolls": 0.0, | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
], | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "bibliocraft:gold_chain" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
], | ||
"random_sequence": "bibliocraft:blocks/gold_chain" | ||
} |
21 changes: 21 additions & 0 deletions
21
src/generated/resources/data/bibliocraft/recipe/gold_chain.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,21 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"key": { | ||
"I": { | ||
"tag": "c:ingots/gold" | ||
}, | ||
"N": { | ||
"tag": "c:nuggets/gold" | ||
} | ||
}, | ||
"pattern": [ | ||
"N", | ||
"I", | ||
"N" | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "bibliocraft:gold_chain" | ||
} | ||
} |
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
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.