425 Commits

Author SHA1 Message Date
AntumDeluge
ca06035394 [trampoline] Add screenshot. 2016-08-07 19:10:22 -07:00
AntumDeluge
40021386ad [trampoline] Use preformatted text to show recipe in README.md. 2016-08-07 19:04:15 -07:00
AntumDeluge
5e7560136e [trampoline] Update README.md. 2016-08-07 19:01:29 -07:00
AntumDeluge
144c845b07 [trampoline] Add blue, green, violet, & yellow trampolines. 2016-08-07 18:59:19 -07:00
AntumDeluge
4a4682f64c [trampoline] Use "stained_wood" instead of "my_door_wood" to build
colored trampolines.
2016-08-07 18:54:05 -07:00
AntumDeluge
02e163be8f [trampoline] Rename "sides_overlay_purple.png" to
"sides_overlay_violet.png".
2016-08-07 18:49:14 -07:00
AntumDeluge
f9287207ba [stained_wood] Rename "stained_wood:purple" to "stained_wood:violet". 2016-08-07 18:47:06 -07:00
AntumDeluge
657ccb910f [stained_wood] crafting.lua: Fix Purple (violet) Stained Wood recipe. 2016-08-07 18:42:45 -07:00
AntumDeluge
dce1d371a6 [stained_wood] init.lua: Remove some debugging text. 2016-08-07 18:40:45 -07:00
AntumDeluge
9acbeb85c1 [stained_wood] Make "wood_colors" & "wood_colors_count" global & move to
init.lua script.
2016-08-07 18:39:45 -07:00
AntumDeluge
194bf45c22 [stained_wood] Move craft functions to crafting.lua script. 2016-08-07 18:34:39 -07:00
AntumDeluge
f18adbfbae [stained_wood] nodes.lua: Add FIXME note. 2016-08-07 18:31:13 -07:00
AntumDeluge
2f99fed2c4 [stained_wood] Add craft recipes. 2016-08-07 18:30:00 -07:00
AntumDeluge
f794b1f65d [stained_wood] Created & register nodes. 2016-08-07 18:12:14 -07:00
AntumDeluge
720b4c97af [stained_wood] init.lua: Add some debugging output. 2016-08-07 17:29:42 -07:00
AntumDeluge
085ab84144 Add "dye" dependency & "craft_guide" optional dependency. 2016-08-07 17:26:42 -07:00
AntumDeluge
d5cc377117 [stained_wood] Minor edit. 2016-08-07 17:24:48 -07:00
AntumDeluge
72aca83092 [stained_wood] Add textures & license attributions. 2016-08-07 17:23:52 -07:00
AntumDeluge
28f47ac3eb [trampoline] Make blue, green, red, & yellow overlays brighter. 2016-08-07 17:03:30 -07:00
AntumDeluge
eb29800ab7 README: Add "stained_wood" to mod list. 2016-08-07 16:24:54 -07:00
AntumDeluge
d0f1a616df Create "stained_wood" mod intended to replace & add to "my_door_wood". 2016-08-07 16:22:50 -07:00
AntumDeluge
62b430d952 Add default MIT license in doc/licenses directory. 2016-08-07 16:15:05 -07:00
AntumDeluge
1cf649f04c [trampoline] init.lua: Remove references to old texture naming
convention.
2016-08-07 16:09:43 -07:00
AntumDeluge
136daf0a21 [trampoline] Rename overlay textures with color rather than number. 2016-08-07 16:05:08 -07:00
AntumDeluge
9efe2cd606 [trampoline] Remove "jumping_trampoline_" from texture filenames. 2016-08-07 16:02:30 -07:00
AntumDeluge
c321691431 [trampoline] Remove cushion textures. 2016-08-07 15:56:27 -07:00
AntumDeluge
8c59591803 [trampoline] Remove all cushion code. 2016-08-07 15:55:40 -07:00
AntumDeluge
5fdadcb5c5 Remove trampoline_punch function. 2016-08-07 15:54:42 -07:00
AntumDeluge
60e2abcda6 Merge branch 'master' of
https://github.com/AntumDeluge/minetest-game-antum.git

Conflicts:
	mods/furniture/trampoline/README.md
2016-08-07 14:52:06 -07:00
AntumDeluge
b3af6483fe [trampoline] Add "Known Bugs" to README.md. 2016-08-07 14:45:52 -07:00
AntumDeluge
a821032633 [trampoline] README.md: Add line breaks. 2016-08-07 14:43:06 -07:00
AntumDeluge
ee6ea6802d [trampoline] README.md: Add line breaks. 2016-08-07 14:40:11 -07:00
AntumDeluge
919f71ea94 Add dependencies & craft guide. 2016-08-07 14:35:13 -07:00
AntumDeluge
8200504773 Minor edit. 2016-08-07 14:24:33 -07:00
AntumDeluge
a7a5a0ce38 Modify README.md to reflect "trampoline" information. 2016-08-07 14:23:01 -07:00
AntumDeluge
9f31fdf3fa Enable "self_protection" so players can protect their own areas. 2016-08-07 14:22:03 -07:00
AntumDeluge
3bcbc10fdc Remove "jumping" mod. Add "trampoline" mod. 2016-08-07 14:21:26 -07:00
AntumDeluge
30c9efdbd9 trampoline: Add LICENSE.txt. 2016-08-07 14:18:36 -07:00
AntumDeluge
4eb79018f1 Fork "jumping" mod to "trampoline". Remove "Jumping". 2016-08-07 14:14:49 -07:00
AntumDeluge
1d639ccc65 jumping: Modify code to make trampolines work & use color references
instead of indexes.
2016-08-07 14:09:55 -07:00
AntumDeluge
06155de16f jumping: Add optional dependency "my_door_wood" (for colored
trampolenes).
2016-08-07 14:08:49 -07:00
AntumDeluge
b5e167c8b4 jumping: Rename "jumping_trampoline_sides_overlay6.png" to
"jumping_trampoline_sides_overlay_red.png" & "*_overlay5.png" to
"*_overlay_brown.png".
2016-08-07 14:08:06 -07:00
AntumDeluge
a3734b7c2a jumping: Modify for one trampoline. 2016-08-07 12:37:43 -07:00
AntumDeluge
01c30ce505 jumping: Add "wooden" overlay for default trampoline. 2016-08-07 12:36:22 -07:00
AntumDeluge
11903c5f40 areas: Change README.md to reference "settings.lua" instead of
"config.lua".
2016-08-07 12:34:36 -07:00
AntumDeluge
3d2f2e75be Load "craft_guide" before "campfire". 2016-08-06 21:37:41 -07:00
AntumDeluge
4e58413fcf Add "campfire" mod. 2016-08-06 21:36:09 -07:00
AntumDeluge
6b53066296 Add "invisible" mod. 2016-08-06 10:51:18 -07:00
AntumDeluge
2c543d30d1 Make deer & wolf drop "animalmaterials:bone" (temporary fix). 2016-08-06 09:39:08 -07:00
AntumDeluge
3ce2b6408b Load "craft_guide" before "kpgmobs". 2016-08-06 09:03:37 -07:00