Compare commits

...

3 Commits

Author SHA1 Message Date
zxq5 3dc064fab6 fixed build
build / build (push) Failing after 3m36s
2026-07-13 23:38:19 +01:00
zxq5 cad49095b4 README
build / build (push) Has been cancelled
2026-07-13 23:33:37 +01:00
zxq5 a1c4fe3edf removed build files 2026-07-13 23:30:37 +01:00
92 changed files with 10 additions and 1181 deletions
+1
View File
@@ -38,3 +38,4 @@ hs_err_*.log
replay_*.log
*.hprof
*.jfr
/src/main/generated/
+5 -8
View File
@@ -1,9 +1,6 @@
# fantasysmp
# FantasySMP
## Setup
For setup instructions, please see the [Fabric Documentation page](https://docs.fabricmc.net/develop/getting-started/creating-a-project#setting-up) related to the IDE that you are using.
## License
This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.
custom items mod.
as of writing this readme, includes:
- Witherite Gear
- Dragonite Gear
+3 -1
View File
@@ -85,7 +85,9 @@ tasks.jar {
}
}
tasks.named<Jar>("sourcesJar") {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}
// configure the maven publication
publishing {
@@ -10,6 +10,6 @@ import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
public class ExampleClientMixin {
@Inject(at = @At("HEAD"), method = "run")
private void init(CallbackInfo info) {
// This code is injected into the start of Minecraft.run()V
// This code is injected into the start of Minecraft.run()
}
}
@@ -1,20 +0,0 @@
{
"layers": {
"humanoid": [
{
"texture": "fantasysmp:dragonite"
}
],
"humanoid_leggings": [
{
"texture": "fantasysmp:dragonite"
}
],
"wings": [
{
"texture": "fantasysmp:dragonite",
"use_player_texture": false
}
]
}
}
@@ -1,14 +0,0 @@
{
"layers": {
"humanoid": [
{
"texture": "fantasysmp:ender"
}
],
"humanoid_leggings": [
{
"texture": "fantasysmp:ender"
}
]
}
}
@@ -1,14 +0,0 @@
{
"layers": {
"humanoid": [
{
"texture": "fantasysmp:witherite"
}
],
"humanoid_leggings": [
{
"texture": "fantasysmp:witherite"
}
]
}
}
@@ -1,6 +0,0 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/dragon_scale"
}
}
@@ -1,6 +0,0 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/dragonite_boots"
}
}
@@ -1,6 +0,0 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/dragonite_chestplate"
}
}
@@ -1,6 +0,0 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/dragonite_helmet"
}
}
@@ -1,6 +0,0 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/dragonite_ingot"
}
}
@@ -1,6 +0,0 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/dragonite_leggings"
}
}
@@ -1,6 +0,0 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/dragonite_sword"
}
}
@@ -1,6 +0,0 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/ender_boots"
}
}
@@ -1,6 +0,0 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/ender_chestplate"
}
}
@@ -1,6 +0,0 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/ender_helmet"
}
}
@@ -1,6 +0,0 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/ender_ingot"
}
}
@@ -1,6 +0,0 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/ender_leggings"
}
}
@@ -1,6 +0,0 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/ender_sword"
}
}
@@ -1,6 +0,0 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/witherite_axe"
}
}
@@ -1,6 +0,0 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/witherite_boots"
}
}
@@ -1,6 +0,0 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/witherite_chestplate"
}
}
@@ -1,6 +0,0 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/witherite_helmet"
}
}
@@ -1,6 +0,0 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/witherite_leggings"
}
}
@@ -1,6 +0,0 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/witherite_shield"
}
}
@@ -1,6 +0,0 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/witherite_sword"
}
}
@@ -1,40 +0,0 @@
{
"item.fantasysmp.dragon_scale": "Dragon Scale",
"item.fantasysmp.dragonite_boots": "Dragonite Boots",
"item.fantasysmp.dragonite_boots.lore.line1": "Boots forged from the essence of dragons",
"item.fantasysmp.dragonite_chestplate": "Dragonite Chestplate",
"item.fantasysmp.dragonite_chestplate.lore.line1": "A chestplate forged from the essence of dragons",
"item.fantasysmp.dragonite_helmet": "Dragonite Helmet",
"item.fantasysmp.dragonite_helmet.lore.line1": "A helmet forged from the essence of dragons",
"item.fantasysmp.dragonite_ingot": "Dragonite Ingot",
"item.fantasysmp.dragonite_leggings": "Dragonite Leggings",
"item.fantasysmp.dragonite_leggings.lore.line1": "Leggings forged from the essence of dragons",
"item.fantasysmp.dragonite_sword": "Dragonite Sword",
"item.fantasysmp.dragonite_sword.lore.line1": "A sword forged from the essence of dragons",
"item.fantasysmp.ender_boots": "Ender Boots",
"item.fantasysmp.ender_boots.lore.line1": "Crafted from the essence of endermen",
"item.fantasysmp.ender_chestplate": "Ender Chestplate",
"item.fantasysmp.ender_chestplate.lore.line1": "Crafted from the essence of endermen",
"item.fantasysmp.ender_helmet": "Ender Helmet",
"item.fantasysmp.ender_helmet.lore.line1": "Crafted from the essence of endermen",
"item.fantasysmp.ender_ingot": "Ender Ingot",
"item.fantasysmp.ender_ingot.lore.line1": "Crafted from the essence of endermen",
"item.fantasysmp.ender_leggings": "Ender Leggings",
"item.fantasysmp.ender_leggings.lore.line1": "Crafted from the essence of endermen",
"item.fantasysmp.ender_sword": "Ender Sword",
"item.fantasysmp.ender_sword.lore.line1": "Crafted from the essence of endermen",
"item.fantasysmp.witherite_axe": "Witherite Axe",
"item.fantasysmp.witherite_axe.lore.line1": "An axe forged with the skulls of wither skeletons.",
"item.fantasysmp.witherite_boots": "Witherite Boots",
"item.fantasysmp.witherite_boots.lore.line1": "Boots forged with the skulls of wither skeletons.",
"item.fantasysmp.witherite_chestplate": "Witherite Chestplate",
"item.fantasysmp.witherite_chestplate.lore.line1": "A chestplate forged with the skulls of wither skeletons.",
"item.fantasysmp.witherite_helmet": "Witherite Helmet",
"item.fantasysmp.witherite_helmet.lore.line1": "A helmet forged with the skulls of wither skeletons.",
"item.fantasysmp.witherite_leggings": "Witherite Leggings",
"item.fantasysmp.witherite_leggings.lore.line1": "Leggings forged with the skulls of wither skeletons.",
"item.fantasysmp.witherite_shield": "Witherite Shield",
"item.fantasysmp.witherite_shield.lore.line1": "A shield forged with the skulls of wither skeletons.",
"item.fantasysmp.witherite_sword": "Witherite Sword",
"item.fantasysmp.witherite_sword.lore.line1": "A sword forged with the skulls of wither skeletons."
}
@@ -1,6 +0,0 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "fantasysmp:item/dragon_scale"
}
}
@@ -1,6 +0,0 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "fantasysmp:item/dragonite_boots"
}
}
@@ -1,6 +0,0 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "fantasysmp:item/dragonite_chestplate"
}
}
@@ -1,6 +0,0 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "fantasysmp:item/dragonite_helmet"
}
}
@@ -1,6 +0,0 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "fantasysmp:item/dragonite_ingot"
}
}
@@ -1,6 +0,0 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "fantasysmp:item/dragonite_leggings"
}
}
@@ -1,6 +0,0 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "fantasysmp:item/dragonite_sword"
}
}
@@ -1,6 +0,0 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "fantasysmp:item/ender_boots"
}
}
@@ -1,6 +0,0 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "fantasysmp:item/ender_chestplate"
}
}
@@ -1,6 +0,0 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "fantasysmp:item/ender_helmet"
}
}
@@ -1,6 +0,0 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "fantasysmp:item/ender_ingot"
}
}
@@ -1,6 +0,0 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "fantasysmp:item/ender_leggings"
}
}
@@ -1,6 +0,0 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "fantasysmp:item/ender_sword"
}
}
@@ -1,6 +0,0 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "fantasysmp:item/witherite_axe"
}
}
@@ -1,6 +0,0 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "fantasysmp:item/witherite_boots"
}
}
@@ -1,6 +0,0 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "fantasysmp:item/witherite_chestplate"
}
}
@@ -1,6 +0,0 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "fantasysmp:item/witherite_helmet"
}
}
@@ -1,6 +0,0 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "fantasysmp:item/witherite_leggings"
}
}
@@ -1,6 +0,0 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "fantasysmp:item/witherite_shield"
}
}
@@ -1,6 +0,0 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "fantasysmp:item/witherite_sword"
}
}
@@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_addition": {
"conditions": {
"items": [
{
"items": "fantasysmp:dragonite_ingot"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "fantasysmp:dragonite_boots"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_addition"
]
],
"rewards": {
"recipes": [
"fantasysmp:dragonite_boots"
]
}
}
@@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_addition": {
"conditions": {
"items": [
{
"items": "fantasysmp:dragonite_ingot"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "fantasysmp:dragonite_chestplate"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_addition"
]
],
"rewards": {
"recipes": [
"fantasysmp:dragonite_chestplate"
]
}
}
@@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_addition": {
"conditions": {
"items": [
{
"items": "fantasysmp:dragonite_ingot"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "fantasysmp:dragonite_helmet"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_addition"
]
],
"rewards": {
"recipes": [
"fantasysmp:dragonite_helmet"
]
}
}
@@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_addition": {
"conditions": {
"items": [
{
"items": "fantasysmp:dragonite_ingot"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "fantasysmp:dragonite_leggings"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_addition"
]
],
"rewards": {
"recipes": [
"fantasysmp:dragonite_leggings"
]
}
}
@@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_addition": {
"conditions": {
"items": [
{
"items": "fantasysmp:dragonite_ingot"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "fantasysmp:dragonite_sword"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_addition"
]
],
"rewards": {
"recipes": [
"fantasysmp:dragonite_sword"
]
}
}
@@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_addition": {
"conditions": {
"items": [
{
"items": "fantasysmp:ender_ingot"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "fantasysmp:ender_boots"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_addition"
]
],
"rewards": {
"recipes": [
"fantasysmp:ender_boots"
]
}
}
@@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_addition": {
"conditions": {
"items": [
{
"items": "fantasysmp:ender_ingot"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "fantasysmp:ender_chestplate"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_addition"
]
],
"rewards": {
"recipes": [
"fantasysmp:ender_chestplate"
]
}
}
@@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_addition": {
"conditions": {
"items": [
{
"items": "fantasysmp:ender_ingot"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "fantasysmp:ender_helmet"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_addition"
]
],
"rewards": {
"recipes": [
"fantasysmp:ender_helmet"
]
}
}
@@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_addition": {
"conditions": {
"items": [
{
"items": "fantasysmp:ender_ingot"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "fantasysmp:ender_leggings"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_addition"
]
],
"rewards": {
"recipes": [
"fantasysmp:ender_leggings"
]
}
}
@@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_addition": {
"conditions": {
"items": [
{
"items": "fantasysmp:ender_ingot"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "fantasysmp:ender_sword"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_addition"
]
],
"rewards": {
"recipes": [
"fantasysmp:ender_sword"
]
}
}
@@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_addition": {
"conditions": {
"items": [
{
"items": "minecraft:wither_skeleton_skull"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "fantasysmp:witherite_axe"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_addition"
]
],
"rewards": {
"recipes": [
"fantasysmp:witherite_axe"
]
}
}
@@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_addition": {
"conditions": {
"items": [
{
"items": "minecraft:wither_skeleton_skull"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "fantasysmp:witherite_boots"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_addition"
]
],
"rewards": {
"recipes": [
"fantasysmp:witherite_boots"
]
}
}
@@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_addition": {
"conditions": {
"items": [
{
"items": "minecraft:wither_skeleton_skull"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "fantasysmp:witherite_chestplate"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_addition"
]
],
"rewards": {
"recipes": [
"fantasysmp:witherite_chestplate"
]
}
}
@@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_addition": {
"conditions": {
"items": [
{
"items": "minecraft:wither_skeleton_skull"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "fantasysmp:witherite_helmet"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_addition"
]
],
"rewards": {
"recipes": [
"fantasysmp:witherite_helmet"
]
}
}
@@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_addition": {
"conditions": {
"items": [
{
"items": "minecraft:wither_skeleton_skull"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "fantasysmp:witherite_leggings"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_addition"
]
],
"rewards": {
"recipes": [
"fantasysmp:witherite_leggings"
]
}
}
@@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_addition": {
"conditions": {
"items": [
{
"items": "minecraft:wither_skeleton_skull"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "fantasysmp:witherite_shield"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_addition"
]
],
"rewards": {
"recipes": [
"fantasysmp:witherite_shield"
]
}
}
@@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_addition": {
"conditions": {
"items": [
{
"items": "minecraft:wither_skeleton_skull"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "fantasysmp:witherite_sword"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_addition"
]
],
"rewards": {
"recipes": [
"fantasysmp:witherite_sword"
]
}
}
@@ -1,37 +0,0 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_ingredient": {
"conditions": {
"items": [
{
"items": [
"minecraft:shulker_shell",
"fantasysmp:dragon_scale",
"minecraft:dragon_breath",
"minecraft:chorus_fruit"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "fantasysmp:dragonite_ingot"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_ingredient"
]
],
"rewards": {
"recipes": [
"fantasysmp:dragonite_ingot"
]
}
}
@@ -1,35 +0,0 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_ingredient": {
"conditions": {
"items": [
{
"items": [
"minecraft:ender_eye",
"minecraft:diamond"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "fantasysmp:ender_ingot"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_ingredient"
]
],
"rewards": {
"recipes": [
"fantasysmp:ender_ingot"
]
}
}
@@ -1,9 +0,0 @@
{
"type": "minecraft:smithing_transform",
"addition": "fantasysmp:dragonite_ingot",
"base": "minecraft:netherite_boots",
"result": {
"id": "fantasysmp:dragonite_boots"
},
"template": "minecraft:crying_obsidian"
}
@@ -1,9 +0,0 @@
{
"type": "minecraft:smithing_transform",
"addition": "fantasysmp:dragonite_ingot",
"base": "minecraft:netherite_chestplate",
"result": {
"id": "fantasysmp:dragonite_chestplate"
},
"template": "minecraft:elytra"
}
@@ -1,9 +0,0 @@
{
"type": "minecraft:smithing_transform",
"addition": "fantasysmp:dragonite_ingot",
"base": "minecraft:netherite_helmet",
"result": {
"id": "fantasysmp:dragonite_helmet"
},
"template": "minecraft:dragon_head"
}
@@ -1,18 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"B": "minecraft:dragon_breath",
"C": "minecraft:chorus_fruit",
"S": "minecraft:shulker_shell",
"X": "fantasysmp:dragon_scale"
},
"pattern": [
"SBS",
"CXC",
"SBS"
],
"result": {
"id": "fantasysmp:dragonite_ingot"
}
}
@@ -1,9 +0,0 @@
{
"type": "minecraft:smithing_transform",
"addition": "fantasysmp:dragonite_ingot",
"base": "minecraft:netherite_leggings",
"result": {
"id": "fantasysmp:dragonite_leggings"
},
"template": "minecraft:crying_obsidian"
}
@@ -1,9 +0,0 @@
{
"type": "minecraft:smithing_transform",
"addition": "fantasysmp:dragonite_ingot",
"base": "minecraft:netherite_sword",
"result": {
"id": "fantasysmp:dragonite_sword"
},
"template": "minecraft:end_crystal"
}
@@ -1,9 +0,0 @@
{
"type": "minecraft:smithing_transform",
"addition": "fantasysmp:ender_ingot",
"base": "minecraft:diamond_boots",
"result": {
"id": "fantasysmp:ender_boots"
},
"template": "minecraft:netherite_upgrade_smithing_template"
}
@@ -1,9 +0,0 @@
{
"type": "minecraft:smithing_transform",
"addition": "fantasysmp:ender_ingot",
"base": "minecraft:diamond_chestplate",
"result": {
"id": "fantasysmp:ender_chestplate"
},
"template": "minecraft:netherite_upgrade_smithing_template"
}
@@ -1,9 +0,0 @@
{
"type": "minecraft:smithing_transform",
"addition": "fantasysmp:ender_ingot",
"base": "minecraft:diamond_helmet",
"result": {
"id": "fantasysmp:ender_helmet"
},
"template": "minecraft:netherite_upgrade_smithing_template"
}
@@ -1,16 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"D": "minecraft:diamond",
"E": "minecraft:ender_eye"
},
"pattern": [
"EDE",
"DED",
"EDE"
],
"result": {
"id": "fantasysmp:ender_ingot"
}
}
@@ -1,9 +0,0 @@
{
"type": "minecraft:smithing_transform",
"addition": "fantasysmp:ender_ingot",
"base": "minecraft:diamond_leggings",
"result": {
"id": "fantasysmp:ender_leggings"
},
"template": "minecraft:netherite_upgrade_smithing_template"
}
@@ -1,9 +0,0 @@
{
"type": "minecraft:smithing_transform",
"addition": "fantasysmp:ender_ingot",
"base": "minecraft:diamond_sword",
"result": {
"id": "fantasysmp:ender_sword"
},
"template": "minecraft:netherite_upgrade_smithing_template"
}
@@ -1,9 +0,0 @@
{
"type": "minecraft:smithing_transform",
"addition": "minecraft:wither_skeleton_skull",
"base": "minecraft:netherite_axe",
"result": {
"id": "fantasysmp:witherite_axe"
},
"template": "minecraft:netherite_upgrade_smithing_template"
}
@@ -1,9 +0,0 @@
{
"type": "minecraft:smithing_transform",
"addition": "minecraft:wither_skeleton_skull",
"base": "minecraft:netherite_boots",
"result": {
"id": "fantasysmp:witherite_boots"
},
"template": "minecraft:netherite_upgrade_smithing_template"
}
@@ -1,9 +0,0 @@
{
"type": "minecraft:smithing_transform",
"addition": "minecraft:wither_skeleton_skull",
"base": "minecraft:netherite_chestplate",
"result": {
"id": "fantasysmp:witherite_chestplate"
},
"template": "minecraft:netherite_upgrade_smithing_template"
}
@@ -1,9 +0,0 @@
{
"type": "minecraft:smithing_transform",
"addition": "minecraft:wither_skeleton_skull",
"base": "minecraft:netherite_helmet",
"result": {
"id": "fantasysmp:witherite_helmet"
},
"template": "minecraft:netherite_upgrade_smithing_template"
}
@@ -1,9 +0,0 @@
{
"type": "minecraft:smithing_transform",
"addition": "minecraft:wither_skeleton_skull",
"base": "minecraft:netherite_leggings",
"result": {
"id": "fantasysmp:witherite_leggings"
},
"template": "minecraft:netherite_upgrade_smithing_template"
}
@@ -1,9 +0,0 @@
{
"type": "minecraft:smithing_transform",
"addition": "minecraft:wither_skeleton_skull",
"base": "minecraft:shield",
"result": {
"id": "fantasysmp:witherite_shield"
},
"template": "minecraft:netherite_upgrade_smithing_template"
}
@@ -1,9 +0,0 @@
{
"type": "minecraft:smithing_transform",
"addition": "minecraft:wither_skeleton_skull",
"base": "minecraft:netherite_sword",
"result": {
"id": "fantasysmp:witherite_sword"
},
"template": "minecraft:netherite_upgrade_smithing_template"
}
@@ -1,5 +0,0 @@
{
"values": [
"fantasysmp:witherite_axe"
]
}
@@ -1,7 +0,0 @@
{
"values": [
"fantasysmp:witherite_chestplate",
"fantasysmp:dragonite_chestplate",
"fantasysmp:ender_chestplate"
]
}
@@ -1,7 +0,0 @@
{
"values": [
"fantasysmp:witherite_boots",
"fantasysmp:dragonite_boots",
"fantasysmp:ender_boots"
]
}
@@ -1,7 +0,0 @@
{
"values": [
"fantasysmp:witherite_helmet",
"fantasysmp:dragonite_helmet",
"fantasysmp:ender_helmet"
]
}
@@ -1,7 +0,0 @@
{
"values": [
"fantasysmp:witherite_leggings",
"fantasysmp:dragonite_leggings",
"fantasysmp:ender_leggings"
]
}
@@ -1,7 +0,0 @@
{
"values": [
"fantasysmp:witherite_sword",
"fantasysmp:dragonite_sword",
"fantasysmp:ender_sword"
]
}