Skip to content

Commit

Permalink
fix generated resources
Browse files Browse the repository at this point in the history
  • Loading branch information
iron431 committed Sep 17, 2024
1 parent ed5f01f commit a259486
Show file tree
Hide file tree
Showing 35 changed files with 1,334 additions and 394 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ libs
# Files from Forge MDK
forge*changelog.txt
/runs/
/src/generated/
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// 1.21 2024-09-01T12:55:35.7666307 Loot Tables
422fa2b11748fc7edc4c172103423dff35d20964 data/irons_spellbooks/loot_table/blocks/deepslate_mithril_ore.json
b20768ceea204b8e455440cb543df7653bbee629 data/irons_spellbooks/loot_table/blocks/mithril_ore.json
9bf8698563fef54ae90f7fcde094ce570bf8be51 data/irons_spellbooks/loot_table/blocks/portal_frame.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// 1.21 2024-08-24T13:05:16.1358117 Recipes
5684a9bb618e3b2c2a96dbcb830c5df276de6a27 data/irons_spellbooks/advancement/recipes/misc/affinity_ring.json
e4a59ea817a6944398503bc85ca3f045e7042510 data/irons_spellbooks/advancement/recipes/misc/cast_time_ring.json
66ff6686b91a38a9d76a55ac2c0d8ac17148201a data/irons_spellbooks/advancement/recipes/misc/concentration_amulet.json
74f3d4be6bf01ca992dbb6af94ad8073c56d90cd data/irons_spellbooks/advancement/recipes/misc/conjurers_talisman.json
2715b2af42f4a270f034d28977428973938047c4 data/irons_spellbooks/advancement/recipes/misc/cooldown_ring.json
454247aef4d363bf3006ec54534b627932fd0e06 data/irons_spellbooks/advancement/recipes/misc/emerald_stoneplate_ring.json
6517fe83c969035db205d2220d5bb916091b2bf1 data/irons_spellbooks/advancement/recipes/misc/expulsion_ring.json
ca0f9e49a7e92e5d5c2106da7beb688c06344aaa data/irons_spellbooks/advancement/recipes/misc/fireward_ring.json
7c25811edb3e46566a77a21f9f074d1915dd265d data/irons_spellbooks/advancement/recipes/misc/frostward_ring.json
b6dc1d4fc843d0580e6693017255840bb93a1f4e data/irons_spellbooks/advancement/recipes/misc/heavy_chain_necklace.json
b34b879eead94f93ec2b567cac38ff833f1e05b8 data/irons_spellbooks/advancement/recipes/misc/poisonward_ring.json
a48ba2877f2d76701bd06d5fff991fef30055e20 data/irons_spellbooks/advancement/recipes/misc/visibility_ring.json
e6eed7cdd574ae03b22c38b260a3156a997b6f49 data/irons_spellbooks/recipe/affinity_ring.json
b2424464c03f168f4a0c1e3589f147b693fff82e data/irons_spellbooks/recipe/cast_time_ring.json
e42b780ef39e05ca81a43885dd3d68e3b94d8363 data/irons_spellbooks/recipe/concentration_amulet.json
acd871661e749420e6ad8db7ffe6315a5a13345f data/irons_spellbooks/recipe/conjurers_talisman.json
da2d38aeb93ade977877d0451f29a4da73b31fb7 data/irons_spellbooks/recipe/cooldown_ring.json
f23f7a747ba21edb4e2437792af8c8a8928f7797 data/irons_spellbooks/recipe/emerald_stoneplate_ring.json
4da2aae38686d8e7ebce0a39b63ef1a8485a50a1 data/irons_spellbooks/recipe/expulsion_ring.json
e143a96fd8f6c54e62335fbcca903ac0899e9da1 data/irons_spellbooks/recipe/fireward_ring.json
3d7d26afef5e1d698e86e21a831ebfc125eb134a data/irons_spellbooks/recipe/frostward_ring.json
05ba7370b042a82ccb17469ae94cb8f09b840ab5 data/irons_spellbooks/recipe/heavy_chain_necklace.json
2dccc4afa900be2abe389d208a30c907d03f0aa9 data/irons_spellbooks/recipe/poisonward_ring.json
586b89d52c7a15c985a4a86f5774bad648206143 data/irons_spellbooks/recipe/visibility_ring.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "irons_spellbooks:affinity_ring"
},
"trigger": "minecraft:recipe_unlocked"
},
"mithril_scrap": {
"conditions": {
"items": [
{
"items": "irons_spellbooks:mithril_scrap"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"mithril_scrap"
]
],
"rewards": {
"recipes": [
"irons_spellbooks:affinity_ring"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "irons_spellbooks:cast_time_ring"
},
"trigger": "minecraft:recipe_unlocked"
},
"mithril_scrap": {
"conditions": {
"items": [
{
"items": "irons_spellbooks:mithril_scrap"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"mithril_scrap"
]
],
"rewards": {
"recipes": [
"irons_spellbooks:cast_time_ring"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "irons_spellbooks:concentration_amulet"
},
"trigger": "minecraft:recipe_unlocked"
},
"mithril_scrap": {
"conditions": {
"items": [
{
"items": "irons_spellbooks:mithril_scrap"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"mithril_scrap"
]
],
"rewards": {
"recipes": [
"irons_spellbooks:concentration_amulet"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "irons_spellbooks:conjurers_talisman"
},
"trigger": "minecraft:recipe_unlocked"
},
"mithril_scrap": {
"conditions": {
"items": [
{
"items": "irons_spellbooks:mithril_scrap"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"mithril_scrap"
]
],
"rewards": {
"recipes": [
"irons_spellbooks:conjurers_talisman"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "irons_spellbooks:cooldown_ring"
},
"trigger": "minecraft:recipe_unlocked"
},
"mithril_scrap": {
"conditions": {
"items": [
{
"items": "irons_spellbooks:mithril_scrap"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"mithril_scrap"
]
],
"rewards": {
"recipes": [
"irons_spellbooks:cooldown_ring"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "irons_spellbooks:emerald_stoneplate_ring"
},
"trigger": "minecraft:recipe_unlocked"
},
"mithril_scrap": {
"conditions": {
"items": [
{
"items": "irons_spellbooks:mithril_scrap"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"mithril_scrap"
]
],
"rewards": {
"recipes": [
"irons_spellbooks:emerald_stoneplate_ring"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "irons_spellbooks:expulsion_ring"
},
"trigger": "minecraft:recipe_unlocked"
},
"mithril_scrap": {
"conditions": {
"items": [
{
"items": "irons_spellbooks:mithril_scrap"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"mithril_scrap"
]
],
"rewards": {
"recipes": [
"irons_spellbooks:expulsion_ring"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "irons_spellbooks:fireward_ring"
},
"trigger": "minecraft:recipe_unlocked"
},
"mithril_scrap": {
"conditions": {
"items": [
{
"items": "irons_spellbooks:mithril_scrap"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"mithril_scrap"
]
],
"rewards": {
"recipes": [
"irons_spellbooks:fireward_ring"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "irons_spellbooks:frostward_ring"
},
"trigger": "minecraft:recipe_unlocked"
},
"mithril_scrap": {
"conditions": {
"items": [
{
"items": "irons_spellbooks:mithril_scrap"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"mithril_scrap"
]
],
"rewards": {
"recipes": [
"irons_spellbooks:frostward_ring"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "irons_spellbooks:heavy_chain_necklace"
},
"trigger": "minecraft:recipe_unlocked"
},
"mithril_scrap": {
"conditions": {
"items": [
{
"items": "irons_spellbooks:mithril_scrap"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"mithril_scrap"
]
],
"rewards": {
"recipes": [
"irons_spellbooks:heavy_chain_necklace"
]
}
}
Loading

0 comments on commit a259486

Please sign in to comment.