You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
20
data/minecraft/recipes/dark_prismarine.json
Normal file
20
data/minecraft/recipes/dark_prismarine.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "minecraft:black_dye"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:prismarine_shard"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"SSS",
|
||||
"SIS",
|
||||
"SSS"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:dark_prismarine"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user