Commit Graph

1346 Commits

Author SHA1 Message Date
Wuzzy 07219b96b1 Fix shears not wear off if dig tallgrass etc. 2017-11-20 09:35:08 +01:00
Wuzzy 45c385628a Fix crash when piston got pushed next to redstone 2017-11-20 08:04:09 +01:00
Wuzzy 899acaab0e Hide WIP items from craft guide, more cleanup
- Make fishing rod uncraftable (too overpowered)
- Lift WIP status from golden apple
- Lift Experimental status from lookup tool
2017-11-20 07:52:24 +01:00
Wuzzy a1e53fa129 Use dry grass blocks in the Nether 2017-11-20 05:37:04 +01:00
Wuzzy f3919cace9 Beds now allow to skip thunderstorms 2017-11-20 05:06:58 +01:00
Wuzzy fd32ee0318 Fix placing stairs = crash 2017-11-20 03:26:34 +01:00
Wuzzy cbc122836d Rotate spawned record of juke boxes 2017-11-18 22:12:36 +01:00
Wuzzy 79ca0b2ab9 Workaround for crash if place stair/slab/trapdoor inside a buildable_to node 2017-11-18 20:57:41 +01:00
Wuzzy 14578baec1 Fix button inv. image breaking if use texture pack 2017-11-18 20:00:36 +01:00
Wuzzy e2daac4c33 Fix fern being gray in flower pot 2017-11-18 04:47:16 +01:00
Wuzzy 5519f6b7a3 Remove annoying nodes.lua in flowerpots mod 2017-11-18 04:44:23 +01:00
Wuzzy c8e1379196 More orange in orange glazed terracotta texture 2017-11-17 23:52:06 +01:00
Wuzzy cbd3061d1b Change allium texture 2017-11-17 23:51:50 +01:00
Wuzzy e79384f906 Retexturize door sides 2017-11-17 22:46:42 +01:00
Wuzzy cf1b999ab6 Generalize grass color check 2017-11-16 07:48:55 +01:00
Wuzzy a9d95dea23 Use hardware coloring for tallgrass and friends 2017-11-16 03:13:19 +01:00
Wuzzy 8db574d30e Clean up grass block group stuff 2017-11-15 20:27:29 +01:00
Wuzzy 06d109e86b Fix can place flower podzol and coarse dirt
Also fix help entries
2017-11-15 05:02:37 +01:00
Wuzzy 192a440745 Tweak selection boxes of plantlike nodes 2017-11-15 04:40:29 +01:00
Wuzzy 9507aa6a90 Make grass block dry when placed next to dry grass 2017-11-15 03:47:08 +01:00
Wuzzy 6b2c06934a Autom. make grass/fern dry if placed on dry grass 2017-11-15 01:29:17 +01:00
Wuzzy 4083432770 Bone meal spawns less floer species on dry grass 2017-11-14 23:52:03 +01:00
Wuzzy 72f5591400 Add dry-colored grass/fern variants 2017-11-14 23:44:53 +01:00
Wuzzy c698714d95 Convert jukebox tracks to mono 2017-11-13 01:30:47 +01:00
Wuzzy aaef558909 Convert all sounds (except music) to mono 2017-11-13 01:24:24 +01:00
Wuzzy b4f1d2c521 Move eternal fire ignition code to the actual node 2017-11-11 19:52:11 +01:00
Wuzzy 44e756cc8d Change glazed terracotta textures to 16×16
Thanks, MysticTempest!
2017-11-06 15:24:32 +01:00
Wuzzy 6ff1be07cb Fix crash on join w/ compass + static_spawnpoint set in bracket format 2017-11-05 02:50:31 +01:00
Wuzzy 7055b68f6b Fix armor stand repairing damaged armor 2017-11-03 00:01:15 +01:00
Wuzzy d66de5adfb Reduce frequency of vines ABM to reduce load 2017-11-02 23:52:09 +01:00
Wuzzy 2a8fcd119b Fix vines destruction not destoying hanging vines 2017-11-02 23:42:20 +01:00
Wuzzy 1e2343d649 Make floating vines decay
Also destroy them immediately with leafdecay and when try try to grow but notice they have been floating the whole time.
2017-11-02 23:21:04 +01:00
Wuzzy 71f9250fcf Fix possible item duplication with item frames 2017-11-02 20:52:14 +01:00
Wuzzy b091186421 Revert "Make carpets non-attached"
This reverts commit 10a1379b64.
2017-09-19 19:50:07 +02:00
Wuzzy 10a1379b64 Make carpets non-attached 2017-09-19 19:45:23 +02:00
Wuzzy d9602eb3bc Close chest formspec if chest is destroyed 2017-09-19 19:40:54 +02:00
Wuzzy 1d37bec032 Update obsidian help 2017-09-19 15:47:00 +02:00
Wuzzy 70198eb50b Allow to light Nether portal with any fire 2017-09-19 15:45:23 +02:00
Wuzzy 3857ff43ef Fix creation of broken Nether portals 2017-09-19 15:08:46 +02:00
Wuzzy e9b2a26cd4 No double-check of air in portal_nether.lua 2017-09-19 14:15:31 +02:00
Wuzzy 2f0450a0c3 Fix crash and outdated Mesecons API code in mcl_comparators 2017-09-18 23:34:08 +02:00
Wuzzy 39ad79dbe8 Fix Nether portals sometimes being generated out of range 2017-09-15 22:00:03 +02:00
Wuzzy 602058716f Add achievement for building a Nether portal 2017-09-15 18:03:37 +02:00
Wuzzy efdf87adae Make carpets walkable again 2017-09-15 18:03:19 +02:00
Wuzzy a34405b17b Adjust redstone rules of most redstone components 2017-09-14 02:21:46 +02:00
Wuzzy f1bbb1237b Enable waving small plants and leaves
Caveats: Double plants do not wave
2017-09-13 06:50:54 +02:00
Wuzzy 62e4be98aa Change color of azue bluet 2017-09-13 06:13:29 +02:00
Wuzzy 24fdf4f0bc Localize mcl_dye variables 2017-09-13 06:12:56 +02:00
Wuzzy e9fec6c9f3 Bone meal no longer spawns allium and blue orchid 2017-09-13 05:52:26 +02:00
Wuzzy b357e927b4 Update jungle bush schematic and use oak leaves 2017-09-13 02:29:09 +02:00
Wuzzy 50bb82c20f Reduce jungle leaves decay distance back to 4 2017-09-12 05:39:55 +02:00
Wuzzy be135b7066 Tweak button/pressure plate connection sides 2017-09-12 05:37:03 +02:00
Wuzzy 427eb32448 Add a second huge jungle tree schematic, tweak the 1st one 2017-09-12 05:35:02 +02:00
Wuzzy 4d63d5b36d Add higher jungle tree schematic 2017-09-12 05:22:37 +02:00
Wuzzy b86b83cc58 Make pressure plates non-walkable 2017-09-11 18:40:34 +02:00
Wuzzy b5c89dd2f6 Update and fix pressure plate help 2017-09-11 18:38:49 +02:00
Wuzzy c7599fbdf5 Stone pressure plate activates by player/mob only 2017-09-11 18:29:10 +02:00
Wuzzy 151bbed928 Remove redundant pressure plate textures 2017-09-11 17:46:57 +02:00
Wuzzy 33e8d1dd99 Rename clay and block of clay 2017-09-11 02:26:43 +02:00
Wuzzy b6c55e1ea2 Revert waterlily texture 2017-09-10 06:49:31 +02:00
Wuzzy 452c720a18 Remove unused mushroom file 2017-09-10 06:48:27 +02:00
Wuzzy b70b836efd Tweak Mesa Plateau F biome 2017-09-10 06:34:28 +02:00
Wuzzy f64423e983 Redo acacia schematics completely 2017-09-09 08:06:02 +02:00
Wuzzy 01f5cc7515 Add mega spruces to sapling growth 2017-09-09 05:35:32 +02:00
Wuzzy e433be1472 Add mega taiga spruces and more spruces 2017-09-09 05:04:39 +02:00
Wuzzy 8182c2f2f7 Fix broken help entries for huge mushroom blocks 2017-09-08 23:07:39 +02:00
Wuzzy c3278d679d Generate giant mushrooms with 1/12 chance 2017-09-08 23:01:04 +02:00
Wuzzy 6d7ef151be Improve huge mushroom schematics, varying height 2017-09-08 22:17:03 +02:00
Wuzzy fc2d9b3d32 Add swampland biome 2017-09-08 19:54:24 +02:00
Wuzzy d55f83346e Fire on bedrock in the End is now eternal 2017-09-08 15:28:38 +02:00
Wuzzy 56e07cd010 Localize liquiddef variable in mcl_buckets 2017-09-08 15:03:56 +02:00
Wuzzy 3db3193494 Disable grass spread functions for snowed dirtlike 2017-09-08 00:13:20 +02:00
Wuzzy 5c906f4af6 Update sounds of snowed dirtlike blocks 2017-09-07 06:57:55 +02:00
Wuzzy 196d5a35a7 Remove unused oak schematics 2017-09-07 03:27:22 +02:00
Wuzzy 661b586a64 Refactor snow cover code 2017-09-06 19:46:51 +02:00
Wuzzy 9fb148f8bf Make grass block and friends snowed if placed below snow cover 2017-09-06 19:33:39 +02:00
Wuzzy 576af661b1 Refactor code of snowed nodes 2017-09-06 19:19:25 +02:00
Wuzzy a31da5efd5 Don't call minetest.add_item for empty itemstring 2017-09-05 15:15:00 +02:00
Wuzzy d8f3a5ee7f Add large oak trees 2017-09-05 08:18:00 +02:00
Wuzzy 1d862ae019 Fix too low spruces 2017-09-05 06:47:30 +02:00
Wuzzy 86921c0968 Tweak many tree schematics
Trunks are now force_place.
More randomness.
2017-09-05 06:41:48 +02:00
Wuzzy bc218b081a Update special spruce schematics 2017-09-05 04:17:35 +02:00
Wuzzy ab2fb7e404 Don't kill mushrooms on podzol and mycelium 2017-09-05 04:03:23 +02:00
Wuzzy 594aebfa45 Add new spruce schematics 2017-09-05 03:51:13 +02:00
Wuzzy 8448c72ba7 Fix awkward torch models 2017-09-02 19:28:57 +02:00
Wuzzy 7f393d9cd0 Fix nodes not being placable on top of end portal frame 2017-09-02 19:15:15 +02:00
Wuzzy df023b1b12 Add priliminary end portal frame help 2017-09-02 16:31:10 +02:00
Wuzzy 1ba937d6b8 Make eye of ender placable into end portal frames 2017-09-02 16:28:14 +02:00
Wuzzy 32656bb737 Add bottom end portal frame texture 2017-09-02 16:16:04 +02:00
Wuzzy 86c8387f19 Add end portal frame (nodes only) 2017-09-02 15:49:41 +02:00
Wuzzy e31bce1ff9 New 16×16 animated end portal textures 2017-09-02 14:45:05 +02:00
Wuzzy 10f50d972f Move Nether portal particle texture 2017-09-02 14:20:40 +02:00
Wuzzy 1c9961dbc8 Recolor portal particle 2017-09-02 14:17:58 +02:00
Wuzzy f1f0d0ccc2 Add simplified portal texture 2017-09-02 07:05:25 +02:00
Wuzzy edd57c87f4 Replace Nether portal texture with dummy texture 2017-09-02 06:53:03 +02:00
Wuzzy 92c162250b Simplify selection box for slime block 2017-09-01 20:55:33 +02:00
Wuzzy 56b18a078b Simplified slime block texture by kingoscargames 2017-09-01 00:48:49 +02:00
Wuzzy 3b7c30fefc Reduce fall damage by 80 on hay bale 2017-08-31 23:27:29 +02:00
Wuzzy 2fed50dbbe Fix crash when drinking milk when damage disabled 2017-08-31 23:13:51 +02:00
Wuzzy c315973648 Add a 3rd huge spruce tree variant 2017-08-31 22:36:02 +02:00
Wuzzy 7a47e0dd6d Remove 2 deprecated vm:update_map functions 2017-08-31 22:34:01 +02:00
Wuzzy 8ee837d158 Make huge spruce trees growable by sapling 2017-08-31 22:16:08 +02:00
Wuzzy 6b0203f03f Add lollipop spruce 2017-08-31 20:12:44 +02:00
Wuzzy 1442b38f43 Fix wall sign placement taking away 2 signs 2017-08-31 18:47:59 +02:00
Wuzzy 52648bcc16 Add small balloon oak (oak variant)
For ca. every 12 oaks, there is 1 small ballon oak.
2017-08-31 18:33:49 +02:00
Wuzzy a4363b975d Change jungle tree schematic, update jungle biome 2017-08-31 18:04:40 +02:00
Wuzzy 8dcb015182 Allow minimap for free in Creative Mode 2017-08-31 14:59:16 +02:00
Wuzzy 0a957ee2ef New oak and birch tree schematics
Also fix broken glacier biome
2017-08-31 04:56:09 +02:00
Wuzzy 6fb46629c3 Fix broken leafdecay for jungle bush and acacia 2017-08-31 03:28:32 +02:00
Wuzzy 7d87b6c742 Update sapling help 2017-08-31 02:59:53 +02:00
Wuzzy b9a5843ec7 Implement proper 2×2 sapling check 2017-08-31 02:44:03 +02:00
Wuzzy 3ef0afd3c0 Fix generated dark oak leaves not decaying 2017-08-31 02:15:09 +02:00
Wuzzy 4f20ab1950 Simplify leafdecay stuff, add leafdecay factoid 2017-08-31 02:06:35 +02:00
Wuzzy 65ec2c9b54 Add simple 2×2 sapling check
Still not fully complete
2017-08-31 01:53:25 +02:00
Wuzzy a5b19bc3a3 Fix bad huge jungle tree schematic 2017-08-31 01:52:48 +02:00
Wuzzy dc8faa69a4 Increase jungle leaves decay distance to 6
(so the huge jungle trees work)
2017-08-31 01:51:25 +02:00
Wuzzy 47161169a6 Refactor tree growing code 2017-08-30 23:23:15 +02:00
Wuzzy 6aa66cf7db Add jungle bushes 2017-08-30 00:32:11 +02:00
Wuzzy 5b38bb2737 Add back the redstone help 2017-08-29 23:34:02 +02:00
Wuzzy aebe0dec9f Fix some invalid globals in redstone mods 2017-08-29 23:27:20 +02:00
Wuzzy dffc47d8e6 Add acacia schematics 2017-08-29 22:56:22 +02:00
Wuzzy c335356723 Use new acacia tree schematic, remove apple tree 2017-08-29 22:39:22 +02:00
Wuzzy bd74902789 Fix dispenser's bucket support in the Nether 2017-08-29 02:50:46 +02:00
Wuzzy 3a18f4044d Support all minecart types in dispenser 2017-08-29 02:36:50 +02:00
Wuzzy 0795a97dd7 Fix redstone being named “Mesecon” 2017-08-29 01:47:44 +02:00
Wuzzy 2337d31699 Merge branch 'mesecons_update' 2017-08-28 18:57:12 +02:00
Wuzzy 2f7d3095fd Fix broken help entry for hanging banner 2017-08-28 18:09:30 +02:00
Wuzzy 840fe1fd35 Add chest entity textures 2017-08-28 14:15:25 +02:00
Wuzzy 59a04d5ffe Remove 3 redundant comparator help entries 2017-08-28 02:05:31 +02:00
Wuzzy 794fcd4199 Update mesecons code for ex-bart's comparator code 2017-08-28 01:58:18 +02:00
Wuzzy 1d42f568de Rename mcl_comparator to mcl_comparators 2017-08-28 01:58:07 +02:00
Wuzzy 3dcaa83962 Add redstone comparators by ex-bart 2017-08-28 01:51:21 +02:00
Wuzzy 33fa50cc1a Update glass textures by kingoscargames 2017-08-28 01:38:41 +02:00
Wuzzy 6f59b14420 Add all ice to slippery=3 group 2017-08-26 16:00:32 +02:00
Wuzzy 0ff6cb2837 Fix broken compass and clocks 2017-08-22 18:58:53 +02:00
Wuzzy fe31afc119 Disable weather in Nether and End and Void 2017-08-22 18:32:05 +02:00
Wuzzy 058049897c Drop sugar canes when dirt/etc. below was dug 2017-08-22 17:14:27 +02:00
Wuzzy 3d1ea57e4b Allow to place sugar canes on sugar canes 2017-08-22 15:20:00 +02:00
Wuzzy cc93cd33e2 Ice does not turn into water in the Nether 2017-08-21 19:12:37 +02:00
Wuzzy 757e727b4f Fix cauldrons not working in the Nether 2017-08-21 18:39:41 +02:00
Wuzzy 8d9e46b535 Add flat Nether; fix portals in flat world 2017-08-21 18:30:37 +02:00
Wuzzy 16c1181a47 Destroy fire by flooding 2017-08-21 16:37:21 +02:00
Wuzzy a622105084 Use classic v6 again 2017-08-21 13:43:16 +02:00
Wuzzy 1b269809a9 Add oak schematic 2017-08-21 13:35:28 +02:00
Wuzzy 9810b0a2ab Generate huge jungle trees, tweak mesa biome 2017-08-21 13:24:42 +02:00
Wuzzy 5ef6cb1f83 Update dark sapling tree growth 2017-08-21 13:02:42 +02:00
Wuzzy b62349bc9f Remove unused jungle tree generation code 2017-08-21 12:50:35 +02:00
Wuzzy 67b9deaf88 Add roofed forest with dark oaks 2017-08-21 04:50:45 +02:00
Wuzzy 5766218e57 Tweak Nether portal post effect color 2017-08-21 04:34:50 +02:00
Wuzzy 5302a92baa Fix aggressive 2nd removal after portal generation 2017-08-21 04:31:56 +02:00