Commit Graph

129 Commits (7ea2ee020fe420d1c30d4861b096522550d48f48)

Author SHA1 Message Date
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 a8b5e645db [antum_glass] Add red glass. 2016-09-02 23:52:32 -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 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 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 f62a0e81e8 [antum_spawneggs] Add many spawn eggs. 2016-09-02 21:48:42 -07:00
AntumDeluge 62abc823f5 Create 'antum_spawneggs' mod. 2016-09-02 18:23:13 -07:00
AntumDeluge 9ce19007be [antum_overrides] Add some aliases for 'simple_protection:claim'. 2016-09-02 03:02:18 -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
AntumDeluge 7152999a52 [antum_overrides] Add 'crafting/dye.lua' to clear craft recipes for dyes
that do not have a matching flower color.
2016-09-01 19:55:05 -07:00
AntumDeluge 515264b154 [antum_overrides] Override 'kpgmobs' horses textures & descriptions &
add aliases.
2016-09-01 18:49:51 -07:00
AntumDeluge 72a6433161 [antum_glass] Change texture paths. 2016-09-01 16:53:31 -07:00
AntumDeluge b401e85313 [antum_overrides] Change texture paths. 2016-09-01 16:50:23 -07:00
AntumDeluge 74f3e5654f [antum] Moving textures to separate texture pack. 2016-09-01 16:49:44 -07:00
AntumDeluge 24f148ecfb Create 'antum_glass' mod (disabled/unfinished) to add more glass colors
to game.
2016-08-30 18:23:40 -07:00
AntumDeluge e4b0618734 [antum_overrides] misc/walking_light.lua: Hide debug output. 2016-08-30 01:51:24 -07:00
AntumDeluge 0e1746cd99 [antum_overrides] Illumate 'ethereal:candle' with 'walking_light'. 2016-08-30 01:28:13 -07:00
AntumDeluge 79cee50a48 [antum_overrides] Illuminate "homedecor" candles with "walking_light". 2016-08-30 01:16:19 -07:00
AntumDeluge f946a4fc00 [antum_overrides] Make "glow_glass" & "super_glow_glass" illuminated
with "walking_light".
2016-08-30 00:48:18 -07:00
AntumDeluge 9ac008a715 [antum_overrides] Load "moreblocks" first. 2016-08-30 00:21:57 -07:00
AntumDeluge 3a173139c5 [antum_overrides] Create aliases for "animalmaterials:fish_bluewhite",
"animalmaterials:fish_clownfish", "cooking:fish_bluewhite_cooked", &
"cooking:fish_clownfish_cooked".
2016-08-29 23:36:18 -07:00
AntumDeluge 0c59d13d2c [antum_overrides] Override recipes for "animalmaterials:fish_clownfish"
& "cooking:fish_clownfish_cooked".
2016-08-29 23:30:35 -07:00
AntumDeluge 0310ef4362 [antum_overrides] Undo previous commit. 2016-08-29 20:11:49 -07:00
AntumDeluge 8b930ddb89 [antum_overrides] Add "aliases.lua". 2016-08-29 20:07:38 -07:00
AntumDeluge 84fcfa2d0f [antum_overrides] Rework textures for "antum_meat_cooked" &
"antum_meat_raw".
2016-08-29 20:05:14 -07:00
AntumDeluge 1db9573314 [antum_overrides] README.md: Add information & licensing. 2016-08-29 19:44:56 -07:00
AntumDeluge 056c71ad4e [antum_overrides] sources-textures.md: Rename to "README.md". 2016-08-29 19:41:34 -07:00
AntumDeluge 232ddb98d6 [antum_overrides] items/animalmaterials.lua: Change description for
"animalmaterials:fish_bluewhite".
2016-08-29 19:40:17 -07:00
AntumDeluge 6ab0e547cb [antum_overrides] Override item "cooking:fish_bluewhite_cooked". 2016-08-29 19:39:12 -07:00
AntumDeluge 7729ae6eff [antum_overrides] Remove overrides for "creatures" items. Override
"animalmaterials:fish_bluewhite".
2016-08-29 19:34:26 -07:00
AntumDeluge b46ea93b80 [antum_overrides] sources-textures.md: Format text. 2016-08-29 19:27:23 -07:00
AntumDeluge 4741690c97 [antum_overrides] Add some texures & "sources-textures.md" to show
licensing & attributions.
2016-08-29 19:23:17 -07:00
AntumDeluge fd7e9b077e [antum_overrides] init.lua: Fix undefined global variable "modpath". 2016-08-29 17:58:00 -07:00
AntumDeluge a35fc1e560 [antum_overrides] Use namespace variables "antum.overrides.modname" &
"antum.overrides.modpath".
2016-08-29 17:46:45 -07:00
AntumDeluge 23a8b10a35 Remove "antum_crafting". Methods are now taken care of in
"antum_overrides".
2016-08-29 17:41:08 -07:00
AntumDeluge f05580dcc3 [antum_overrides] Add recipe to make "farming:cotton" from "wool:white". 2016-08-29 17:39:44 -07:00
AntumDeluge 81e584ecfc [antum_overrides] init.lua: Use namespace variables
"antum.overrides.modname" & "antum.overrides.modpath".
2016-08-29 17:30:51 -07:00
AntumDeluge 334923260b [antum_overrides] init.lua: Initialize global variable
"antum_overrides".
2016-08-29 17:28:54 -07:00
AntumDeluge 5955cf54cd [antum] init.lua: Add namespace variables "antum.modname" &
"antum.modpath".
2016-08-29 17:27:57 -07:00
AntumDeluge dca8a4b099 [antum_overrides] depends.txt: Alphabetize dependencies. 2016-08-29 17:15:07 -07:00
AntumDeluge 4354c3bd55 [antum] mod.conf: Add "author", "description", "license", & "version". 2016-08-29 17:12:56 -07:00
AntumDeluge 2a0f837106 [antum_overrides] Add "description.txt". 2016-08-29 17:11:06 -07:00
AntumDeluge a938d5b0a3 [antum_overrides] Remove initialization of "antum" & add denendency on
"antum" mod.
2016-08-29 17:08:16 -07:00
AntumDeluge 3efaf77b8b [antum_overrides] depends.txt: Load "creatures" first & add
"items/creatures.lua".
2016-08-29 17:07:15 -07:00
AntumDeluge ea2a0de11b [antum_overrides] Add "items.lua" for overriding items from other mods. 2016-08-29 17:05:37 -07:00
AntumDeluge 7306d1e58a [antum] Add "description.txt". 2016-08-29 17:04:21 -07:00
AntumDeluge 2da5fde117 [antum] Add "mod.conf". 2016-08-29 17:03:26 -07:00
AntumDeluge ca985a2f53 Create "antum" mod & initialize global "antum". 2016-08-29 13:54:11 -07:00
AntumDeluge 3522f29147 Add "LICENSE.txt" file to antum modpack. 2016-08-29 13:50:25 -07:00
AntumDeluge c0bb594ad4 [antum_overrides] Override "craftguide" recipe. 2016-08-26 17:49:09 -07:00
AntumDeluge 8b04a01916 [antum_overrides] Override "coloredwood" crafts. 2016-08-26 17:31:19 -07:00
AntumDeluge 69720bea8b Create "overrides" mod specific to Antum game. Override
"helicopter:cabin" recipe: Replaces "mese_crystal" ingredient with
"homedecor:motor".
2016-08-26 01:33:39 -07:00
AntumDeluge c391216980 Create "antum_crafting" mod. Makes cotton from wool. 2016-08-23 18:44:13 -07:00
AntumDeluge 21d2477b51 Create "antum" modpack for customizations meant for antum game. 2016-08-23 18:40:38 -07:00