{
"type": "crafting_shaped",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "minecraft:air"
}
}
나오는 걸 공기로 바꾸니까 없어지긴 하는데
다른방법 있음?
{
"type": "crafting_shaped",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "minecraft:air"
}
}
나오는 걸 공기로 바꾸니까 없어지긴 하는데
다른방법 있음?
댓글 0