summaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Collapse)Author
2017-02-11Add rotate_node template textWuzzy
2017-02-03Make mod more stable with weird tool definitionsWuzzy
2017-02-03Fix crash for tools w/o uses or maxlevel definedWuzzy
2016-12-28Remove old FIXME as it is not relevant anymoreWuzzy
2016-12-28Fix dig time being “inf” when maxlevel==0Wuzzy
2016-12-28Add support for unlimited usesWuzzy
2016-12-28Add some nil checks for nodesWuzzy
2016-12-28add_entry/add_categoryWuzzy
2016-12-19Roughly sort misc. tools by durabilityWuzzy
2016-12-17Fix bad comparison of uses and mintimeWuzzy
2016-12-17Take use count into account for tool sortWuzzy
2016-12-17Roughly sort tool entries by tool capabilitiesWuzzy
2016-12-16Differentiate b/w item/tool/node againWuzzy
2016-12-16Move redundant core item infos into functionsWuzzy
2016-12-16Minor refactoring and new commentsWuzzy
2016-12-16Automatically add connects_to groups to miscgroupsWuzzy
2016-12-16Simplify group gatheringWuzzy
2016-12-16Automatically collect all crafting groupsWuzzy
2016-12-16Also check place_failed as soundWuzzy
2016-12-16Expose exact light level, simplify light stringsWuzzy
2016-12-15Rename “mining level” to “toughness level”Wuzzy
2016-12-15Rename factoid functionsWuzzy
2016-12-14Fail gracefully if node has invalid soundsWuzzy
2016-12-14Update translationsWuzzy
2016-12-14Hide full punch interval if not a weaponWuzzy
2016-12-14Remove unused codeWuzzy
2016-12-14Support tools with maxlevel==nil or uses==nilWuzzy
2016-12-14Replace “mining capabilities” w/ maxlevelWuzzy
2016-12-14Attempt to reasonably display mining timesWuzzy
2016-12-13Move mining durability into toolcaps_to_stringWuzzy
2016-12-13Don't add newlines after empty linesWuzzy
2016-12-13Move durability info downWuzzy
2016-12-13Add mining tool durabilityWuzzy
2016-12-13*_durability and make it more flexibleWuzzy
2016-12-13Add support to specify tool usesWuzzy
2016-12-12Add use factoid typeWuzzy
2016-12-12Remove newline after itemstring factoidWuzzy
2016-12-12Avoid double newline for custom factoidsWuzzy
2016-12-12Add a couple of factoid typesWuzzy
2016-12-12Add more newline2Wuzzy
2016-12-12Add misc factoid typeWuzzy
2016-12-12Remove old TODOWuzzy
2016-12-12Allow to overwrite entry name of air, ignore, handWuzzy
2016-12-12Update hand hidden supportWuzzy
2016-12-12Try to add hidden support to handWuzzy
2016-12-12Allow to suppress hand entry (hopefully)Wuzzy
2016-12-12Fix hand entry name overrideWuzzy
2016-12-12Suppress ignore againWuzzy
2016-12-12Remove legacy tableWuzzy
2016-12-12Remove legacy functions since we're using fieldsWuzzy