Files
jgl_sunlit_patch/kubejs/data/supplementaries/recipes/candy.json
T
2026-07-31 10:34:32 +09:00

28 lines
428 B
JSON

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:sugar"
},
{
"item": "minecraft:paper"
},
{
"item": "pamhc2trees:lycheeitem"
},
{
"item": "pamhc2trees:lycheeitem"
}
],
"result": {
"item": "supplementaries:candy",
"count": 4
},
"conditions": [
{
"type": "supplementaries:flag",
"flag": "candy"
}
]
}