Commit Graph

89 Commits

Author SHA1 Message Date
Wuzzy 4442e9ac57 v0.12.1: Fix furnace background texture bug 2017-02-22 00:10:07 +01:00
Wuzzy 6d20ce6d21 Disable drop of glass panes 2017-02-21 23:41:44 +01:00
Wuzzy 27ee14b291 Fix sign being able to destroy block when building 2017-02-21 23:05:57 +01:00
Wuzzy 89e3115753 Tweak arrow speed and damage from dispensers 2017-02-21 22:57:46 +01:00
Wuzzy 878888b051 Different arrow damage and speed based on charge 2017-02-21 22:51:07 +01:00
Wuzzy d4ea161f33 Fix arrows from bow facing the wrong direction 2017-02-21 22:31:39 +01:00
Wuzzy e396ab8e4d Allow to only shoot fully charged arrows 2017-02-21 22:19:37 +01:00
Wuzzy 3fc496c0e1 Fix bow charging without arrows 2017-02-21 22:18:27 +01:00
Wuzzy d25feb2990 Allow to shoot arrow anywhere in inventory 2017-02-21 21:59:45 +01:00
Wuzzy 0a28c15e32 API documentation for mcl_fences 2017-02-21 20:53:43 +01:00
Wuzzy 6cbf1d098f Mcl_fences: Allow 2 register fences/gates seperate 2017-02-21 20:18:08 +01:00
Wuzzy e866c610cb Automatically add craft for walls 2017-02-21 18:04:50 +01:00
Wuzzy beb8e50eb6 Add API document for mcl_walls 2017-02-21 17:32:48 +01:00
Wuzzy 99e4b04e55 Allow to set custom wall sounds 2017-02-21 17:20:58 +01:00
Wuzzy d0bcf7897e Add group support to mcl_walls API 2017-02-21 17:14:15 +01:00
Wuzzy c866227d54 Barrier and void nodes drop nothing 2017-02-21 16:25:41 +01:00
Wuzzy fcc8189342 Rename mesecon torch to redstone torch 2017-02-21 13:49:36 +01:00
Wuzzy 6d9eeb24ec Don't stop hopper transfer if a single item can't be moved 2017-02-21 03:38:24 +01:00
Wuzzy 2491213db3 Hoppers: Only put fuels into furnace fuel slots 2017-02-21 03:22:25 +01:00
Wuzzy 93cbabc61e Set Minecraft sleeping times for bed 2017-02-21 02:53:32 +01:00
Wuzzy d8f423ac07 Allow to put fuels into furnace with hoppers 2017-02-21 02:09:34 +01:00
Wuzzy e5f6837c27 Rename active furnace 2017-02-21 01:48:11 +01:00
Wuzzy 561d23678a Add furnace recipe back again 2017-02-21 01:45:44 +01:00
Wuzzy 20c84b98f8 Complete refresh of furnace mod
- Take code from Minetest Game 0.4.15
- The progress arrow now works
- Less bugs
2017-02-21 01:41:13 +01:00
Wuzzy 1c6f1591da Add mcl_clock item stereotype 2017-02-20 21:16:51 +01:00
Wuzzy 7ae2d1dc4f Make compass clickable in craft guide 2017-02-20 21:14:10 +01:00
Wuzzy 0f2787cd16 Handle player void handling in playerplus 2017-02-20 06:56:17 +01:00
Wuzzy 0b375f00cd Generate deadly Void below the final bedrock layer 2017-02-20 06:24:04 +01:00
Wuzzy ed00a8b23a Fix crash after breaking double chest 2017-02-20 03:56:18 +01:00
Wuzzy 924d3680c5 Improve spawning of 4 chicks by eggs a bit 2017-02-20 01:51:09 +01:00
Wuzzy 22c5f0f41e Add a map imitation
The map item just enables the minimap. It's pretty overpowered at the moment.
2017-02-20 00:51:28 +01:00
Wuzzy d48a27dbd8 Use leaf sounds for saplings 2017-02-19 23:31:06 +01:00
Wuzzy 9d737e32d0 Play sound when using flint and steel 2017-02-19 22:58:51 +01:00
Wuzzy fa9f081770 Remove dig_immediate sound 2017-02-19 22:54:06 +01:00
Wuzzy 8527d684f4 Update mcl_fire itemstrings 2017-02-19 22:48:46 +01:00
Wuzzy 13ec1ce743 Import Minetest Game 0.4.15 code for: fire
- Fire spread is much slower now
- Higher code quality in general
2017-02-19 22:46:22 +01:00
Wuzzy 56e46ddbe9 Rename melon item to “Melon Slice” for disamb. 2017-02-19 21:29:56 +01:00
Wuzzy 4ac8ab4dab Add sounds to melon blocks and remove facedir 2017-02-19 21:27:31 +01:00
Wuzzy 54da9f6f2b Fix clock turning into unknown item near midnight 2017-02-19 21:11:49 +01:00
Wuzzy 7cec4c5b7a Add piston sounds 2017-02-19 20:48:56 +01:00
Wuzzy 0e5ecc7624 Placement sound for: torches and redstone torches 2017-02-19 20:41:35 +01:00
Wuzzy 3d2d31896f Break sounds for flint and steel and fishing rod 2017-02-19 20:23:33 +01:00
Wuzzy f18ffce540 Add tool breaking sounds 2017-02-19 19:59:18 +01:00
Wuzzy 563d537164 Snow nodes make snow sounds 2017-02-19 19:48:16 +01:00
Wuzzy 57813ba9bc Fix author lists in readme files 2017-02-19 19:43:28 +01:00
Wuzzy 14c620e81d Implement formspec-free armor stand usage
- Rightclick with armor to place armor
- Rightclick with bare hands to take first armor from up to down
2017-02-19 02:09:49 +01:00
Wuzzy fd053e5c0b Disallow to put non-armor items into armor slots 2017-02-18 22:36:04 +01:00
Wuzzy 3620f9d8ad Don't drop sugarcane/cactus in creative 2017-02-18 21:51:50 +01:00
Wuzzy 7aedb3c4ad Remove kill/killme commands from 3d_armor 2017-02-18 21:44:27 +01:00
Wuzzy 1fd3bba796 Fix drop of mature cocoa
This is the Bugfix of the Day!
2017-02-18 21:14:27 +01:00