You've already forked minecraft-assets
Create/Update assets for version 1.17.1
This commit is contained in:
19
data/minecraft/recipes/magenta_dye_from_blue_red_pink.json
Normal file
19
data/minecraft/recipes/magenta_dye_from_blue_red_pink.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "magenta_dye",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:blue_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:red_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:pink_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:magenta_dye",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user