Jordan Irwin
75b64470d8
LDoc: Change output name to "index"
2021-05-05 05:27:19 -07:00
Jordan Irwin
a342a6cae0
Generate HTML docs with LDoc
2021-05-05 05:22:37 -07:00
Jordan Irwin
9449bf87e2
Add config & script for generating documentation with LDoc
2021-05-05 05:22:08 -07:00
Jordan Irwin
88b9d434e1
Add some LuaDoc
2021-05-05 05:20:07 -07:00
Jordan Irwin
360505d218
Update README
2021-05-05 04:56:30 -07:00
Jordan Irwin
23c5c7664b
Remove dependency on spawneggs
2021-05-05 04:56:07 -07:00
Jordan Irwin
13ad34bc5f
Move dependencies into mod.conf
2021-05-05 04:48:14 -07:00
Jordan Irwin
7d64c8b98b
Make mod independent
2021-05-05 04:45:32 -07:00
Jordan Irwin
63efe313f2
Whitespace cleanup
2021-05-05 04:14:02 -07:00
Jordan Irwin
784945c5e0
Add recipe for creating spawnegg
2021-05-05 04:12:41 -07:00
Jordan Irwin
2124037c20
Rename spawnegg texture
2021-05-05 04:12:18 -07:00
AntumDeluge
ff7b139494
'antum_core' was renamed to 'antum'
2017-07-24 19:42:10 -07:00
AntumDeluge
7c6c18b073
Update 'README.md'
2017-07-24 19:17:41 -07:00
AntumDeluge
6020a57a2e
Move 'antum_spawneggs' mod to root directory
2017-07-24 17:51:28 -07:00
AntumDeluge
d94a105d65
Remove extra mods from 'antum' modpack
2017-07-24 17:50:24 -07:00
AntumDeluge
04dde006a1
Replace calls to 'minetest.*' with 'core.*'
2017-07-24 15:41:52 -07:00
AntumDeluge
f643879f3e
[overrides] Replace deprecated function 'intllib.Getter':
...
- Check first for 'intllib.make_gettext_pair', otherwise continue using
function 'intllib.Getter'.
2017-07-09 12:17:15 -07:00
AntumDeluge
a297063491
[overrides] Call 'global_exists' for 'intllib' check
2017-07-09 12:13:56 -07:00
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