diff --git a/CHANGELOG.md b/CHANGELOG.md index a000455..3e23859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # devel -* +* Added tag for the new trash loot in Vaults (`the_vault:trash`). # 3.11.2.0 (2023-08-06) diff --git a/src/main/resources/data/the_vault/tags/items/trash.json b/src/main/resources/data/the_vault/tags/items/trash.json new file mode 100644 index 0000000..0aaa331 --- /dev/null +++ b/src/main/resources/data/the_vault/tags/items/trash.json @@ -0,0 +1,34 @@ +{ + "replace": false, + "values": [ + "the_vault:ancient_copper_block", + "the_vault:ancient_copper_ingot", + "the_vault:gilded_block", + "the_vault:gilded_ingot", + "the_vault:gilded_sconce", + "the_vault:living_rock", + "the_vault:mossy_bone", + "the_vault:mossy_bone_block", + "the_vault:ornate_block", + "the_vault:ornate_chain", + "the_vault:ornate_ingot", + "the_vault:overgrown_wooden_chunk", + "the_vault:overgrown_wooden_log", + "the_vault:overgrown_wooden_planks", + "the_vault:rotten_meat", + "the_vault:rotten_meat_block", + "the_vault:sandy_block", + "the_vault:sandy_rocks", + "the_vault:soot", + "the_vault:topaz_block", + "the_vault:topaz_shard", + "the_vault:vault_moss", + "the_vault:vault_sweets", + "the_vault:vault_sweets_block", + "the_vault:velvet", + "the_vault:velvet_block", + "the_vault:wooden_chunk", + "the_vault:wooden_planks", + "the_vault:wooden_log" + ] +} \ No newline at end of file