LJSkinner / The-Emerald-Lasso

A reimagining of the Golden Lasso from Extra Utils 2 as a standalone mod for Minecraft. Built from scratch.
https://www.curseforge.com/minecraft/mc-mods/the-emerald-lasso
MIT License
0 stars 1 forks source link

refactor: change to new lasso textures #9

Closed LJSkinner closed 1 year ago

LJSkinner commented 1 year ago

This adds the new texture created by a good friend of mine BronyPie, which gives the lasso a more "lasso look". For now I'm sticking to using the enchanted foil on pickup as changing textures is a bit of a hassle.

As part of this PR also comes a change to the default behaviour of the lasso. By default all entities (except boss entities) can be picked up by the lasso, and only if this is set to false will the whitelist be used. This is to make it easier for players who don't necessarily understand or want to fiddle with config files.

Closes #6.