You've already forked minecraft-assets
Create/Update assets for version 1.18.1-rc2
This commit is contained in:
18
data/minecraft/recipes/red_nether_bricks.json
Normal file
18
data/minecraft/recipes/red_nether_bricks.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"NW",
|
||||
"WN"
|
||||
],
|
||||
"key": {
|
||||
"W": {
|
||||
"item": "minecraft:nether_wart"
|
||||
},
|
||||
"N": {
|
||||
"item": "minecraft:nether_brick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:red_nether_bricks"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user