Commit Graph

113 Commits (master)

Author SHA1 Message Date
AntumDeluge a35eb89c9f [overrides] Fix some indentation 2017-07-09 12:12:57 -07:00
AntumDeluge ba383e39b2 [overrides] Call 'intllib.Getter' using target mod name 2017-07-09 12:11:55 -07:00
AntumDeluge eaf4417391 LICENSE: Add alias to copyright header 2017-06-23 14:06:10 -07:00
AntumDeluge 24df64c2f5 [overrides] Add 'temp_fixes' script:
Will override registered items & convert to alias (should be used to
clean up unwanted items temporarily).
2017-06-21 02:13:07 -07:00
AntumDeluge e128a296be [overrides] Remove unused 'temp-removals.lua' script 2017-06-21 02:03:39 -07:00
AntumDeluge 685d7cc1c0 Fix error in conflicting recipe:
Recipe for 'castle_weapons:crossbow_bold' conflicts with
'throwing:arrow', not 'deploy_building:arrow'.
2017-06-21 02:02:56 -07:00
AntumDeluge c486d886c2 Add 'description.txt' 2017-06-21 01:28:10 -07:00
AntumDeluge 7242b70b20 [overrides] Override conflicting recipes:
- 'castle_weapons:crossbow_bolt' conflicts with 'deploy_building:arrow'
  - If both 'castle_weapons' & 'deploy_building' are installed, override
& change recipe for 'castle_weapons:crossbow_bolt'
2017-06-21 01:25:40 -07:00
AntumDeluge d989ed2b07 [core] Fix craft item registrations 2017-06-20 21:00:00 -07:00
AntumDeluge 129132db40 [core] Add function 'antum.overrideItemDescription':
Changes object description.
2017-06-20 20:58:41 -07:00
AntumDeluge 3b7f6112bb [antum] Add function 'antum.getItem':
Retrieves an item from registered items using name string.
2017-06-20 20:57:41 -07:00
AntumDeluge f6571140e7 Add README.md 2017-06-20 20:06:32 -07:00
AntumDeluge 60b064930a Rename 'antum' mod to 'antum_core' 2017-06-20 20:04:36 -07:00
AntumDeluge df581423c8 [antum] Add README.md 2017-06-20 20:00:56 -07:00
AntumDeluge 1810afc9c4 Override feather items from 'mobs_animal' & 'animalmaterials': 2017-06-20 20:00:00 -07:00
AntumDeluge 4954354af4 [antum] Add function 'antum.convertItemToAlias':
Un-registers an item & converts its name to an alias.
2017-06-20 19:57:11 -07:00
AntumDeluge d6b0dfbcdc [antum] Fixes to 'antum.getItemNames' function 2017-06-20 19:56:35 -07:00
AntumDeluge 336eb08395 [antum] Register item 'antum:feather' 2017-06-20 16:31:27 -07:00
AntumDeluge 1ee19c2fae [antum] Load 'api.lua' script separately 2017-06-20 16:25:09 -07:00
AntumDeluge 893f984926 [antum] Add function 'antum.getItemNames':
Retrieves a list of items containing a string.
2017-06-20 16:24:02 -07:00
AntumDeluge 0d17736b38 [antum] Add parameter 'lua_ext' to 'antum.loadScript' function:
If 'true', appends '.lua' extension to script filename.
2017-06-20 16:23:25 -07:00
AntumDeluge 0d0947ec40 [antum] Rename 'functions.lua' to 'api.lua' 2017-06-20 16:17:06 -07:00
AntumDeluge 703f700f5b [overrides] Add alternate recipe for 'craftguide:sign':
- Uses 4 'default:sign_wall_wood'
2017-06-17 02:34:07 -07:00
AntumDeluge a2ab0620ef [overrides] Don't override 'coloredwood' recipes:
'coloredwood' now uses node coloring in place of individual nodes for
each color.
2017-06-17 00:09:16 -07:00
AntumDeluge d3ee160687 [overrides] Override recipes for 'craftguide:sign' & 'craftguide:book' 2017-06-16 23:54:56 -07:00
AntumDeluge caa1680579 [overrides] Use 'ipairs' instead of 'pairs' in 'for' loop 2017-06-16 23:40:57 -07:00
AntumDeluge 5c6dff3573 [antum] Add craft override methods:
- antum.overrideCraftOutput
  - Overrides a previously registered craft using output
- antum.overrideCraftRecipe
  - Overrides a previously registered craft using recipe
2017-06-16 23:39:43 -07:00
AntumDeluge 7c929cef59 [antum] Rename argument 'craft' to 'def' in 'registerCraft' method 2017-06-16 23:38:24 -07:00
AntumDeluge b2dc788f46 Move methods 'clearCraft*' from 'overrides' to 'antum' mod 2017-06-16 23:37:20 -07:00
AntumDeluge b604617365 [antum] Add attribute 'antum.verbose':
Used for logging output
2017-06-16 23:35:17 -07:00
AntumDeluge 98e490aa89 Add recipe for 'farming:cotton':
- 1 wool creates 4 cotton
2017-06-16 19:37:34 -07:00
AntumDeluge 65ab7db8e8 [antum] Add function 'dependsSatisfied':
Checks if dependencies are satisfied
2017-06-16 19:36:40 -07:00
AntumDeluge 8a1268a6a6 Remove 'antum_commands' mod 2017-06-15 01:34:09 -07:00
AntumDeluge 3187dddb82 [overrides] Change craft recipes:
Only require 4 items plus 'farming:cotton'
2017-06-09 22:52:05 -07:00
AntumDeluge 3af5496902 Remove 'kpgmobs' spawnegg 2017-06-08 02:21:50 -07:00
AntumDeluge 713282205c Remove overrides for 'kpgmobs' 2017-06-08 02:19:17 -07:00
AntumDeluge 5aa3f8584f Replace deprecated method 'setting_getbool' with 'settings:get_bool' 2017-06-07 00:45:34 -07:00
AntumDeluge 2a0e695c94 list_items: Remove debugging 2017-05-29 17:32:17 -07:00
AntumDeluge f8c0a344e1 Allow using parameters to refine search 2017-05-29 17:23:04 -07:00
AntumDeluge d75a46d27e Add 'antum_commands' mod:
- Adds 'listitem' chat command for listing all available in-game craft
items
2017-05-09 20:30:07 -07:00
AntumDeluge 4477d40b25 Replace calls to 'dofile' with 'antum.loadScript' functions 2017-05-03 20:04:55 -07:00
AntumDeluge 534a7e96c7 [antum] Add function 'antum.loadScripts':
- Loads multiple mod sub-scripts
2017-05-03 19:46:42 -07:00
AntumDeluge c9490fffee [entities] Use global 'logAction' in place of local 2017-05-03 19:41:41 -07:00
AntumDeluge 4cb8dfc606 Do not require explicit mod name for log functions 2017-05-03 19:38:02 -07:00
AntumDeluge c6ad418683 Do not require explicit mod path for 'loadScript' function 2017-05-03 19:31:41 -07:00
AntumDeluge dc247f0253 [antum] Display error message in 'loadScript' function:
- Replaces message in 'fileExists' function
2017-05-03 19:29:32 -07:00
AntumDeluge 9b26b129c0 [antum] Add function 'antum.logError' 2017-05-03 19:28:03 -07:00
AntumDeluge 2d5a523378 [antum] Add function 'getCurrentModPath':
- Retrieves path for currently loaded mod
2017-05-03 19:19:52 -07:00
AntumDeluge 4824c6166b Rename functions:
- 'register_craft' to 'registerCraft'
- 'log_action' to 'logAction'
- 'log_warn' to 'logWarn'
- 'file_exists' to 'fileExists'
- 'load_script' to 'loadScript'
2017-05-03 19:12:07 -07:00
AntumDeluge 2f1e895ee6 [antum_overrides] Call 'antum.register_craft':
Replaces calls to 'minetest.register_craft'
2017-05-03 18:56:38 -07:00