661 Commits

Author SHA1 Message Date
AntumDeluge
82291abc9c [fire] depends.txt: Add 'default' as dependency. 2016-09-05 04:55:12 -07:00
AntumDeluge
b9ead70099 TODO.md: Remove fixed recipe 'dye:brown'. 2016-09-05 02:44:49 -07:00
AntumDeluge
c42279427c [antum_overrides] Override ethereal changes to 'default:leaves' &
'default:jungleleaves' & revert to original definition except make
walkable (collision).
2016-09-04 21:40:10 -07:00
AntumDeluge
e77109d253 [antum_overrides] dye.lua: Change recipe for 'dye:brown' to output 4
instead of 1.
2016-09-04 19:44:02 -07:00
AntumDeluge
f9ab03999d [antum_overrides] dye.lua: Register recipe for making brown dye with
'default:mushroom_brown'.
2016-09-04 19:36:37 -07:00
AntumDeluge
a367873602 [antum_glass] Add blue glass. 2016-09-04 19:15:48 -07:00
AntumDeluge
f4cf390c28 [antum_overrides] crafting.lua: Change log output level to 'action'. 2016-09-04 19:12:43 -07:00
AntumDeluge
bdf274a9d0 [antum_glass] nodes.lua: Register aliases for 'default:glass' & glasses
from 'moreblocks'. Put them in groups 'glass:' & 'glass_panes:'.
2016-09-04 19:01:06 -07:00
AntumDeluge
00fa9a222a TODO.md: 'jukebox:box' node isn't working as intended. 2016-09-04 18:04:56 -07:00
AntumDeluge
9b468bb831 [jukebox] depends.txt: Load 'craft_guide' first. 2016-09-04 18:03:58 -07:00
AntumDeluge
97d3f0e838 Add 'jukebox' mod. 2016-09-04 17:58:43 -07:00
AntumDeluge
e6e88c94ce minetest.conf: Reduce spawnegg frequency (interval = 4800, chance =
24000).
2016-09-04 17:31:06 -07:00
AntumDeluge
99cac211c3 [spawneggs] init.lua: Use minetest.conf to configure spawn rate of eggs
& grass.
2016-09-04 17:25:04 -07:00
AntumDeluge
57b3292c5a [moreblocks] nodes.lua: Enable 'connected' for all glass types. 2016-09-04 16:45:31 -07:00
AntumDeluge
e7ecf64d28 TODO.md: Add section 'Nodes that do not work right'. 'my_future_doors'
doors do not work right.
2016-09-04 16:20:17 -07:00
AntumDeluge
877b05c75a TODO.md: Override craft recipe for 'default:book'. 2016-09-04 16:18:55 -07:00
AntumDeluge
1d843a2cfa TODO.md: Craft recipes to make: 'dye:brown'. 2016-09-04 16:16:17 -07:00
AntumDeluge
15fa0dd31e TODO.md: Glass nodes to make connected: moreblocks. 2016-09-04 16:14:02 -07:00
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