You've already forked minecraft-assets
Create/Update assets for version 1.13.2
This commit is contained in:
15
data/minecraft/recipes/white_wool_from_string.json
Normal file
15
data/minecraft/recipes/white_wool_from_string.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:string"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:white_wool"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user