Commit Graph

543 Commits (1de797869219a687c676e84784711bb9fda35e72)

Author SHA1 Message Date
AntumDeluge 1de7978692 TODO.md: Nodes that are too common: spawneggs:egg. 2016-09-04 14:03:49 -07:00
AntumDeluge bfa7066969 TODO: Change craft recipes for bags. 2016-09-04 14:01:10 -07:00
AntumDeluge 5ac4122019 [antum_glass] init.lua: Add violet glass. 2016-09-03 19:55:37 -07:00
AntumDeluge e90208ac17 [antum_glass] Add textures for violet glass. Add 'glass_desaturated.png'
for a template image.
2016-09-03 19:49:32 -07:00
AntumDeluge d04736f2af [antum_entities] depends.txt: Remove 'default' from the list. 2016-09-03 19:38:24 -07:00
AntumDeluge 0e0eb3fff4 [antum_entities] Do some testing with Rui's creeper mob. 2016-09-03 19:37:06 -07:00
AntumDeluge 5c07cd5ed5 [antum_entities] Many changes to clean up. 2016-09-03 18:58:41 -07:00
AntumDeluge 2ed87c3b89 [antum_entities] Create 'definitions/movement.lua' &
'definitions/visual.lua'.
2016-09-03 18:18:26 -07:00
AntumDeluge f2fc31eff2 [antum_entities] battle.lua: Add 'unmovable', 'heavy', 'average', &
'light' for 'battle.weight' definitions.
2016-09-03 17:59:34 -07:00
AntumDeluge ca27ae37fd [antum_entities] hostile.lua: Hostile entities must have a behavior
defenition & a battle definition.
2016-09-03 17:51:30 -07:00
AntumDeluge e08904c4c6 [antum_entities] definitions.lua: Load scripts from sub-directory
'definitions'.
2016-09-03 17:49:35 -07:00
AntumDeluge 763933b713 [antum_entites] battle.lua: Define values 'high', 'med', & 'low' for
entity 'battle.hp'.
2016-09-03 17:47:27 -07:00
AntumDeluge af09bb8aaa [antum_entities] behavior.lua: Make behaviors for 'walking' & 'flying'
entities.
2016-09-03 17:46:04 -07:00
AntumDeluge ba507ff5d9 [antum_entities] Add 'definitions/battle.lua' &
'definitions/behavior.lua'.
2016-09-03 17:44:56 -07:00
AntumDeluge bfac8fbfdf [antum_entities] Add 'definitions.lua'. 2016-09-03 17:28:55 -07:00
AntumDeluge 8df105926c [antum_entities] init.lua: Fix getting wrong mod path. 2016-09-03 17:14:59 -07:00
AntumDeluge bb86baf19c [antum_overrides] Add 'entities.lua'. 2016-09-03 14:28:37 -07:00
AntumDeluge f700a61823 [antum_spawneggs] eggs.lua: Remove chicken spawnegg recipe using
'animalmaterials:feather'.
2016-09-03 14:24:36 -07:00
AntumDeluge cf66d0c2c1 [antum_overrides] Use new method 'minetest.unregister_item()' to
unregister 'animalmaterials:feather'.
2016-09-03 14:22:34 -07:00
AntumDeluge b13d9ee8c8 [antum_entities] depends.txt Do not depend [antum_overrides]. 2016-09-03 14:04:33 -07:00
AntumDeluge 18700bec74 [antum_entities] Rename 'passive.lua' to peaceful.lua'. Rename
'aggressive.lua' to 'hostile.lua'.
2016-09-03 13:42:56 -07:00
AntumDeluge 6a97612e5a [antum_entities] base.lua: Add 'abm' as argument for 'addSpawnEntity'. 2016-09-03 13:41:17 -07:00
AntumDeluge 02157f58c9 Create 'antum_entities' mod. An engine for mobs, animals, npcs, etc. 2016-09-03 13:38:17 -07:00
AntumDeluge d712a51191 [creeper] spawn.lua: Try to reduce the spawn interval to every 20
minutes.
2016-09-03 13:16:56 -07:00
AntumDeluge a8b5e645db [antum_glass] Add red glass. 2016-09-02 23:52:32 -07:00
AntumDeluge 6071972a87 TODO.md: Update todo list. 2016-09-02 23:39:25 -07:00
AntumDeluge f42f070532 [antum_glass] Add 'Green Glass' node & craft recipe. 2016-09-02 23:36:14 -07:00
AntumDeluge bb898668ff [antum_glass] Add textures for green glass. 2016-09-02 23:28:09 -07:00
AntumDeluge ce4f03ff30 ChangeLog.txt: Update changes. 2016-09-02 23:14:46 -07:00
AntumDeluge f4d138dcbd [antum_spawneggs] Rename 'spawneggs_mese.png' to
'spawneggs_mese_monster.png'.
2016-09-02 22:37:18 -07:00
AntumDeluge a05714b113 [antum_spawneggs] spawneggs_oerrki.png: Change image to indexed color. 2016-09-02 22:34:07 -07:00
AntumDeluge 6df12ce3fa [antum_spawneggs] Remove 'spawnegg.png' texture. Replace
'spawneggs_chicken.png', 'spawneggs_cow.png', & 'spawneggs_oerrki.png'
textures with CC0 licensed images. Add 'spawneggs_mese.png' CC0 licensed
image.
2016-09-02 22:31:53 -07:00
AntumDeluge 740fb1f79c [spidermob] Delete 'Thumbs.db' (Windows thumbnail caching) from textures
& add '*.db' to gitignore.
2016-09-02 22:01:20 -07:00
AntumDeluge 5d0897318c [creeper] Use 'spawneggs' to create creeper spawn egg. 2016-09-02 21:58:14 -07:00
AntumDeluge edf26189b5 [spidermob] Make blood transparent. 2016-09-02 21:57:12 -07:00
AntumDeluge 63d3be8845 [mobs_goblins] Make blood transparent. 2016-09-02 21:56:52 -07:00
AntumDeluge bc5ac4acf5 [mobs_redo] Make blood transparent. 2016-09-02 21:56:16 -07:00
AntumDeluge 81df1ef625 [kpgmobs] Make 'kpgmobs:cow' drop 'mobs:leather'. 2016-09-02 21:55:41 -07:00
AntumDeluge b756002208 [antum_overrides] Re-add textures & fix textures no loading correctly. 2016-09-02 21:54:42 -07:00
AntumDeluge 12a0352e6a [antum_spawneggs] eggs.lua: Clean up code. 2016-09-02 21:53:40 -07:00
AntumDeluge 75800cb2ee TODO.md: Add section 'Items that do not function correctly'. 2016-09-02 21:49:27 -07:00
AntumDeluge f62a0e81e8 [antum_spawneggs] Add many spawn eggs. 2016-09-02 21:48:42 -07:00
AntumDeluge d2c1d2bf99 [mobs_monster] init.lua: Disable 'stone_monster' due to being graphic. 2016-09-02 21:40:54 -07:00
AntumDeluge 9ad741299e Add 'mobs_monster' mod. 2016-09-02 21:34:09 -07:00
AntumDeluge 62abc823f5 Create 'antum_spawneggs' mod. 2016-09-02 18:23:13 -07:00
AntumDeluge 0783072ea5 TODO.md: Add aliases for 'simple_protection:claim' (DONE). 2016-09-02 03:04:50 -07:00
AntumDeluge 9ce19007be [antum_overrides] Add some aliases for 'simple_protection:claim'. 2016-09-02 03:02:18 -07:00
AntumDeluge ed58689ca0 .gitignore: Add '/textures'. 2016-09-02 02:18:01 -07:00
AntumDeluge 2c96b8bbfc [antum_overrides] crafting.lua: Add some logging output to clearing
craft methods. Load 'crafting/dye.lua' if 'dye' mod is found.
2016-09-01 19:56:47 -07:00
AntumDeluge 01a8a97a4d [antum_overrides] depends.txt: Add 'dye' to list of dependencies. 2016-09-01 19:56:03 -07:00