HaloOfBlocks / AdditionalGuns

A community addon for MrCrayfish's Gun Mod for 1.16 and above
https://www.curseforge.com/minecraft/mc-mods/additional-guns
GNU General Public License v3.0
16 stars 22 forks source link

Updated Sounds for 0.7.0 Development #54

Closed CasualNoLifer closed 2 years ago

CasualNoLifer commented 2 years ago

(Reuploaded to correct branch)

Sounds used in the 0.7.0 development test have been updated and/or fixed. There are also many new sounds (there are now 31). All file sizes have been optimized down -- most of them are now 21 kb or lower with about 4 exceptions. Many of these sounds will not work with the current weapon data. Weapon data fixes will roll out sometime soon. Here is a complete list of improvements and changes:

All new additions need to be registered and all removed sounds need to be removed.

Autovw commented 2 years ago

It looks like your updatesounds branch is based on commits from main and not main-development, which causes too many conflicts in order for the PR to be merged. image

CasualNoLifer commented 2 years ago

It looks like your updatesounds branch is based on commits from main and not main-development, which causes too many conflicts in order for the PR to be merged. image

What do I do to fix it then?

Autovw commented 2 years ago

You create a new branch based on main-development and commit your files there