You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace itemstack:get_metadata() with itemstack:get_meta()
Needs a compatibility function to migrate existing items, for example technic.get_stack_meta_compat(itemstack)
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!
The text was updated successfully, but these errors were encountered:
Help us to make Technic a better mod! But what to do?
.tr
client-side translations. Deprecate intllib.minetest.get_translator
, https://github.com/minetest-tools/update_translationsitemstack:get_metadata()
withitemstack:get_meta()
technic.get_stack_meta_compat(itemstack)
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!
The text was updated successfully, but these errors were encountered: