MattiDragon / ExtendedDrawers

Adds drawers and more
Other
6 stars 14 forks source link

[Feature]: feedback on appearance #59

Closed Abalieno closed 1 year ago

Abalieno commented 1 year ago

Description of the feature

As already said:

https://i.imgur.com/wpmR9kF.png

Since textures can be locally edited, that part is just a matter of preference.

Here are some objective problems though:

How does it make the mod better?

More consistent, improved appearance.

Abalieno commented 1 year ago

Oh, and since the text size on the single drawer looks good to me, if you add an option to scale the text, give it at least 2 options. One for the single drawer and another that can be used for all the smaller ones.

Or I'd end up with a situation that I need to make the small ones bigger, but the single one gets huge and it doesn't look very good.

MattiDragon commented 1 year ago

Most of these changes will probably only get implemented in the 1.20 version as I plan on reworking the config. The properties system currently in use just isn't powerful enough.

I do plan on looking into what's up with shading on blocks. The reason items appear dark is because they are rendered with the light in the world instead of as unlit like in the inventory. I suspect this won't be an easy fix.

On the bronze: the compacting drawer uses crafting recipes to check which items can compact. You can also add overrides as explained in the description. The only way I see it not working is if the recipes end up converting to bronze from some other mod.

MattiDragon commented 1 year ago

Would you be interested in testing some changes I made? I added some options and changed some defaults. Unzip the attached file and use the mod jar inside. Had to use a zip as github doesn't allow jar uploads.

Btw, you should join the discord so that we can discuss these changes better.

ExtendedDrawers-1.4.1-dev.128+mc.1.19.4.zip

MattiDragon commented 1 year ago

Fixed everything but the bronze issue. It's probably either because crafting the nuggets back into ingots gives you the wrong type of bronze ingot.