Dynamic Surroundings

Dynamic Surroundings

51M Downloads

[Enhancement] Support tools/weapons from the Tetra mod

seasonedfish opened this issue ยท 4 comments

commented

Mod Version: 3.4.10.2

Forge Version: 2768

Description:
When using a Tetra improved sword or tool, the swing sound and equip sound don't play at all.
Tetra Mod: https://minecraft.curseforge.com/projects/tetra?gameCategorySlug=mc-mods&projectID=289712

Edit: added link

commented

Pushed a BETA of v3.5 to CurseForge. Note that the new version has a library dependency on OreLib (another library mod I made). Make sure you read the release notes prior to upgrade.

commented

What's a Tetra sword? What mod does it come from? Chances are it either doesn't derive from one of the Minecraft types or I don't have a config for it.

commented

A Tetra sword is a sword that has been improved using the Tetra mod.

commented

Took a look at their code. It is not an ItemSword, or something derived from ItemSword. It's why you dont get the equip or swing sounds. DS does not recognize it as sword. I would have to add configuration for it as an enhancement.