generated from neoforged/MDK
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #310 from Direwolf20-MC/polymorphicwand
Polymorphicwand
- Loading branch information
Showing
37 changed files
with
832 additions
and
16 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
5 changes: 4 additions & 1 deletion
5
src/generated/resources/.cache/7e4928c403af173c11f4d1675461c34bf5d23056
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,11 @@ | ||
// 1.21.1 2024-09-25T19:43:29.0537222 Tags for minecraft:entity_type mod id justdirethings | ||
// 1.21.1 2024-12-08T14:36:24.946453 Tags for minecraft:entity_type mod id justdirethings | ||
b7ee8eaecff151e619b9a22ecae620a5b3ce15a0 data/c/tags/entity_type/teleporting_not_supported.json | ||
e00f2931577049b9a4400a87ed9c249373be376c data/justdirethings/tags/entity_type/creature_catcher_deny.json | ||
669025814936e708d42d9d0a5b88c11e62cf12ef data/justdirethings/tags/entity_type/no_ai_deny.json | ||
669025814936e708d42d9d0a5b88c11e62cf12ef data/justdirethings/tags/entity_type/no_earthquake.json | ||
b7ee8eaecff151e619b9a22ecae620a5b3ce15a0 data/justdirethings/tags/entity_type/paradox_absorb_deny.json | ||
b7ee8eaecff151e619b9a22ecae620a5b3ce15a0 data/justdirethings/tags/entity_type/paradox_deny.json | ||
263995270039da950f2e27b535f1b7c71a5f5423 data/justdirethings/tags/entity_type/polymorphic_hostile.json | ||
d53ddb5be22b17ec02beda6e2e3695f074abc70f data/justdirethings/tags/entity_type/polymorphic_peaceful.json | ||
669025814936e708d42d9d0a5b88c11e62cf12ef data/justdirethings/tags/entity_type/polymorphic_target_deny.json | ||
6a890ea62d03cc1110fa8d1fe5a0669082d9d96b data/minecraft/tags/entity_type/arrows.json |
4 changes: 2 additions & 2 deletions
4
src/generated/resources/.cache/8202586f691eec5ad0bb88d13a278951d0c130fb
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.1 2024-12-05T15:28:54.1394864 Languages: en_us for mod: justdirethings | ||
34988637a21b45b6d93036e8fe9525ffdd8c9e97 assets/justdirethings/lang/en_us.json | ||
// 1.21.1 2024-12-08T15:06:57.5943778 Languages: en_us for mod: justdirethings | ||
95e97e5674d08f0f4e96cc7bef842e9923332325 assets/justdirethings/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
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
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/justdirethings/models/item/polymorphic_wand.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/handheld", | ||
"textures": { | ||
"layer0": "justdirethings:item/polymorphic_wand" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/justdirethings/models/item/polymorphic_wand_v2.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/handheld", | ||
"textures": { | ||
"layer0": "justdirethings:item/polymorphic_wand_v2" | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
src/generated/resources/data/justdirethings/advancement/recipes/misc/polymorphic_wand.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_blazegold_ingot": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "justdirethings:blazegold_ingot" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "justdirethings:polymorphic_wand" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_blazegold_ingot" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"justdirethings:polymorphic_wand" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...generated/resources/data/justdirethings/advancement/recipes/misc/polymorphic_wand_v2.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_eclipsealloy_ingot": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "justdirethings:eclipsealloy_ingot" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "justdirethings:polymorphic_wand_v2" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_eclipsealloy_ingot" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"justdirethings:polymorphic_wand_v2" | ||
] | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
src/generated/resources/data/justdirethings/recipe/polymorphic_wand.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,25 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"group": "justdirethings", | ||
"key": { | ||
"b": { | ||
"item": "justdirethings:fluid_canister" | ||
}, | ||
"i": { | ||
"item": "justdirethings:blazegold_ingot" | ||
}, | ||
"r": { | ||
"item": "justdirethings:polymorphic_catalyst" | ||
} | ||
}, | ||
"pattern": [ | ||
" b", | ||
" r ", | ||
"i " | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "justdirethings:polymorphic_wand" | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
src/generated/resources/data/justdirethings/recipe/polymorphic_wand_v2.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,25 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"group": "justdirethings", | ||
"key": { | ||
"b": { | ||
"item": "justdirethings:eclipsealloy_ingot" | ||
}, | ||
"i": { | ||
"item": "justdirethings:celestigem" | ||
}, | ||
"r": { | ||
"item": "justdirethings:polymorphic_wand" | ||
} | ||
}, | ||
"pattern": [ | ||
" b", | ||
" r ", | ||
"i " | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "justdirethings:polymorphic_wand_v2" | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
src/generated/resources/data/justdirethings/tags/entity_type/polymorphic_hostile.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,35 @@ | ||
{ | ||
"values": [ | ||
"minecraft:zombie", | ||
"minecraft:skeleton", | ||
"minecraft:creeper", | ||
"minecraft:spider", | ||
"minecraft:enderman", | ||
"minecraft:silverfish", | ||
"minecraft:zombified_piglin", | ||
"minecraft:piglin", | ||
"minecraft:piglin_brute", | ||
"minecraft:hoglin", | ||
"minecraft:zoglin", | ||
"minecraft:ghast", | ||
"minecraft:blaze", | ||
"minecraft:slime", | ||
"minecraft:witch", | ||
"minecraft:rabbit", | ||
"minecraft:endermite", | ||
"minecraft:stray", | ||
"minecraft:wither_skeleton", | ||
"minecraft:skeleton_horse", | ||
"minecraft:zombie_horse", | ||
"minecraft:zombie_villager", | ||
"minecraft:husk", | ||
"minecraft:guardian", | ||
"minecraft:evoker", | ||
"minecraft:vex", | ||
"minecraft:vindicator", | ||
"minecraft:shulker", | ||
"minecraft:drowned", | ||
"minecraft:phantom", | ||
"minecraft:pillager" | ||
] | ||
} |
40 changes: 40 additions & 0 deletions
40
src/generated/resources/data/justdirethings/tags/entity_type/polymorphic_peaceful.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,40 @@ | ||
{ | ||
"values": [ | ||
"minecraft:sheep", | ||
"minecraft:pig", | ||
"minecraft:cow", | ||
"minecraft:mooshroom", | ||
"minecraft:chicken", | ||
"minecraft:bat", | ||
"minecraft:villager", | ||
"minecraft:squid", | ||
"minecraft:ocelot", | ||
"minecraft:wolf", | ||
"minecraft:horse", | ||
"minecraft:rabbit", | ||
"minecraft:donkey", | ||
"minecraft:mule", | ||
"minecraft:polar_bear", | ||
"minecraft:llama", | ||
"minecraft:parrot", | ||
"minecraft:dolphin", | ||
"minecraft:cod", | ||
"minecraft:salmon", | ||
"minecraft:pufferfish", | ||
"minecraft:tropical_fish", | ||
"minecraft:turtle", | ||
"minecraft:cat", | ||
"minecraft:fox", | ||
"minecraft:panda", | ||
"minecraft:trader_llama", | ||
"minecraft:wandering_trader", | ||
"minecraft:strider", | ||
"minecraft:glow_squid", | ||
"minecraft:goat", | ||
"minecraft:bee", | ||
"minecraft:frog", | ||
"minecraft:tadpole", | ||
"minecraft:camel", | ||
"minecraft:axolotl" | ||
] | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/data/justdirethings/tags/entity_type/polymorphic_target_deny.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 @@ | ||
{ | ||
"values": [ | ||
"minecraft:ender_dragon", | ||
"minecraft:wither", | ||
"minecraft:warden" | ||
] | ||
} |
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.