-
Bug
-
Resolution: Invalid
-
None
-
Minecraft 18w10c, Minecraft 18w10d
-
None
-
Unconfirmed
To reproduce
1. create new world
2. create new datapack.
World
->DataPacks
->"Name"
->pack.mcmeta
->Data
->"Name"
->loot_tables
->chests
->test.json
3. create custom loot_tables me for the test I chose a loot tables already existing
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:diamond_sword",
"weight": 1,
"functions": [
{
"function": "set_nbt",
"tag": "{Unbreakable:1}"
}
]
}
]
}
]
}
4. (In game) /setblock ~ ~-1 ~ minecraft:chest
{LootTable:"hardel:loot_tables/chests/test"}Look a chest he is empty