#Remove recipe Diamond Shovel & leggins

1 messages · Page 1 of 1 (latest)

wanton fossil
#

I have problem when removing those things every other diamond thing works
important information I am using 1.17.1
I used website: https://crafting.thedestruc7i0n.ca

Shovel:

{
    "type": "minecraft:crafting_shapeless",
    "ingredients": [
        {
            "item": "minecraft:diamond"
        },
        {
            "item": "minecraft:stick"
        },
        {
            "item": "minecraft:stick"
        }
    ],
    "result": {
        "item": "minecraft:diamond",
        "count": 1
    }
}

Leggings:

{
    "type": "minecraft:crafting_shaped",
    "pattern": [
        "###",
        "# #",
        "# #"
    ],
    "key": {
        "#": {
            "item": "minecraft:diamond"
        }
    },
    "result": {
        "item": "minecraft:diamond",
        "count": 7
    }
}
charred spindleBOT
#

<@&1201956957406109788>

Someone will come and help soon!

💬 While you wait, take this time to provide more context and details.

🙇 After a while, hit the Summon Helpers button to ping the helper team. They'll be happy to help you

✅ Once your question has been resolved (or you no longer need it), please click Resolve Question or run /resolve

remote grail
#

You want to remove those recipes from the game?

wanton fossil
wanton fossil
#

Yeah and important information I am using 1.17.1

flat pike
#

I don't particularly see what you're trying to do

wanton fossil
#

for my RP server

flat pike
#

so you want to remove the crafting recipe?

#

and make it craft something else?

wanton fossil
#

change it to give you diamonds

wanton fossil
flat pike
#

okay but may I ask why make it give you diamonds?

wanton fossil
flat pike
#

isn't the player losing sticks?

wanton fossil
neon agate
#

so - some work and some don't? if you want to replace the recipes make sure they have the same path

flat pike
#

wouldn't it be better to just not make it craft anything?

#

or is that intentional?

flat pike
#

with the same file name

#

so it believes it's the actual one

flat pike
#

shovel*

neon agate
#

if you open your jar or open it online you will see that all recipes have a specific path and that needs to be matched

wanton fossil
neon agate
#

you seem to do that though

neon agate
flat pike
neon agate
#

you just add it

neon agate
wanton fossil
flat pike
wanton fossil
#

no I meant it did not overwrite it

flat pike
wanton fossil
#

I reloaded with this

flat pike
#

did you /reload in game?

wanton fossil
flat pike
#

btw

#

you spelt chestplate wrong as well

wanton fossil
wanton fossil
flat pike
#

(not relavant just pointing out)

wanton fossil
#

okay

flat pike
wanton fossil
#

how do I test if the recipe exists?

flat pike
wanton fossil
#

isnt there a command?

flat pike
#

I think you could unlock it using that command

modest rune
#

Also you probably don't want diamond shovel to be shapeless

flat pike
#

this ^

#

I was opening mcasset to check if it's shapeless in game

#

that's probably why it's not working

flat pike
#

gears responded before me tho

modest rune
flat pike
#

try making it a shaped recipe

modest rune
#

ok

#

I mean you still don't want it to be shapeless

wanton fossil
neon agate
#

minecraft uses a data pack internally for stuff like recipes.

All recipes have a specific resource location and are registered under these, diamond shovel is minecraft:diamond_shovel because it is at data/minecraft/recipes/diamond_shovel.json

If you add a recipe without overwriting the vanilla recipe, both will exist at the same time and one of them will be chosen arbitrarily

So you probably want to add it with overwriting the vanilla recipes, so it's important that they are located at the same location data/minecraft/recipes/diamond_shovel.json to recplace the same recipe minecraft:diamond_shovel

thats why it's important that they are called exactly the same

#

if you actually replace them it shouldnt even matter if you make the recipe shapeless since the old one straight up doesnt exist anymore

#

if you don't overwrite them however - thats an issue

wanton fossil
#

shovel

#

fixed

#

now leggings

modest rune
#

Leggings is also spelled wrong

wanton fossil
#

I had to redo the world

wanton fossil
#

not good at spelling

modest rune
#

Well if you spell it right, it should work

neon agate
#

golden_apple is also missing the n

wanton fossil
#

diamond_leggings.json right?

modest rune
#

Should be yes

neon agate
#

ye

wanton fossil
#

so that is why

#

okay everything is working now thank you for help