You've already forked minecraft-assets
Create/Update assets for version 24w07a
This commit is contained in:
60
data/minecraft/recipes/dye_lime_wool.json
Normal file
60
data/minecraft/recipes/dye_lime_wool.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "wool",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:lime_dye"
|
||||
},
|
||||
[
|
||||
{
|
||||
"item": "minecraft:black_wool"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:blue_wool"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:brown_wool"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:cyan_wool"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:gray_wool"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:green_wool"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:light_blue_wool"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:light_gray_wool"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:magenta_wool"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:orange_wool"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:pink_wool"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:purple_wool"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:red_wool"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:yellow_wool"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:white_wool"
|
||||
}
|
||||
]
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:lime_wool"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user