diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e2aa56..cc5b046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # devel * Updated dependencies for Vault Hunters 3.11.3. +* Added Livingrock Bricks to the `the_vault:trash` tag, now that it has soul value. # 3.11.2.2 (2023-08-20) diff --git a/src/main/resources/data/the_vault/tags/items/trash.json b/src/main/resources/data/the_vault/tags/items/trash.json index 0aaa331..29e62cc 100644 --- a/src/main/resources/data/the_vault/tags/items/trash.json +++ b/src/main/resources/data/the_vault/tags/items/trash.json @@ -7,6 +7,7 @@ "the_vault:gilded_ingot", "the_vault:gilded_sconce", "the_vault:living_rock", + "the_vault:living_rock_block_cobble", "the_vault:mossy_bone", "the_vault:mossy_bone_block", "the_vault:ornate_block",