Open
Description
Help us to make Technic a better mod! But what to do?
- Incrementally switch to
.tr
client-side translations. Deprecate intllib.- Hints:
minetest.get_translator
, https://github.com/minetest-tools/update_translations
- Hints:
- Replace
itemstack:get_metadata()
withitemstack:get_meta()
- Needs a compatibility function to migrate existing items, for example
technic.get_stack_meta_compat(itemstack)
- Needs a compatibility function to migrate existing items, for example
- General code maintenance.
- De-duplicate code
- Move repeated operations into variables or functions
- Check for unused functions and purge them
- Textures: The furnace front texture does not match the sides. Needs color adjustment and/or new textures.
- Sounds: Add machine sounds
- Grinder: slowed down mixer / coffee grinder sound
- Furnace: recycle from default?
- Supply Converter: transformer humming sound
Each point will need a separate Pull Request (and commit). This is my personal list, but the tasks will not be done anytime soon, hence contributions are much appreciated!