Files
sevtech-ages-1.12.2/config/thirsty-bottles.cfg
2025-07-23 08:37:00 +03:00

15 lines
335 B
INI

# Configuration file
customitem {
# The ID of the custom item to give. [default: minecraft:sand]
S:customItemId=minecraft:sand
# The meta data ID for the custom item. [range: 0 ~ 32766, default: 0]
I:customItemMeta=0
# Whether or not a custom item should be given. [default: false]
B:hasCustomItem=false
}