Craftable ExpBottle
作者:rebot | 分类:模组
Minecraft 版本: 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
平台: datapack
标签: game-mechanics utility
Craftable ExpBottle
craft expbottle for vanilla minecraft in survival
This Datapack craft expbottle for vanilla minecraft in survival 1.20
how to craft -> three glasses, one diamond and one lapis lazuli

Config
{
"type": "minecraft:crafting_shaped",
"pattern": [
" # ",
"GDG",
" G "
],
"key": {
"#": {
"item": "minecraft:lapis_lazuli"
},
"G": {
"item": "minecraft:glass"
},
"D": {
"item": "minecraft:diamond"
}
},
"result": {
"item": "minecraft:experience_bottle",
"count": 15
}
}
line of code -
"count": 15
this is the number of items received after crafting
请登录后举报
暂无评论,抢个沙发吧~