Commit Graph

125 Commits

Author SHA1 Message Date
Wuzzy 8ee837d158 Make huge spruce trees growable by sapling 2017-08-31 22:16:08 +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 0a957ee2ef New oak and birch tree schematics
Also fix broken glacier biome
2017-08-31 04:56:09 +02:00
Wuzzy b9a5843ec7 Implement proper 2×2 sapling check 2017-08-31 02:44:03 +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 47161169a6 Refactor tree growing code 2017-08-30 23:23:15 +02:00
Wuzzy c335356723 Use new acacia tree schematic, remove apple tree 2017-08-29 22:39:22 +02:00
Wuzzy 058049897c Drop sugar canes when dirt/etc. below was dug 2017-08-22 17:14:27 +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 4f03f1c516 Merge branch 'biomes' 2017-08-21 03:43:07 +02:00
Wuzzy 4dc1d6b43b Fix outdated get_node_group 2017-08-18 21:36:28 +02:00
Wuzzy 022682a75e Refactor: Drop legacy get_mapgen_params 2017-08-18 21:25:29 +02:00
Wuzzy e5a34367c9 Use new Minetest settings API syntax for most mods 2017-08-09 16:17:00 +02:00
Wuzzy 25015f9d32 Reduce sapling growth chances 2017-08-04 21:20:42 +02:00
Wuzzy 9ebabff5f4 Add another growth stage for saplings 2017-08-04 21:05:58 +02:00
Wuzzy 722d4cb500 Heavily refactor nodes in mcl_core 2017-07-07 16:37:05 +02:00
Wuzzy fa3ca02906 Fix crash with unknown item in water 2017-06-29 11:49:51 +02:00
Wuzzy b1b73dd100 Don't crash if liquid_range==nil for liquids 2017-06-08 03:11:59 +02:00
Wuzzy 3e58fe6cd8 Add v6-style sapling growth for jungle trees
Taken from Minetest Game 0.4.15. Needs to be replaced later
2017-06-03 03:21:25 +02:00
Wuzzy ad41c9b77a Don't use minetest.inventorycube for stained glass 2017-05-31 18:18:31 +02:00
Wuzzy 24c34b206f Fix acacia/spruce sapling not growing correctly 2017-05-30 15:31:04 +02:00
Wuzzy 7d6bfceeba Don't spread grass block/mycelium below liquid 2017-05-28 00:46:09 +02:00
Wuzzy 2b4dc9fdfa Remove debug message 2017-05-26 21:27:48 +02:00
Wuzzy bf9c990760 New vines growth algorithm (WIP) 2017-05-26 21:25:25 +02:00
Wuzzy de10e2e1a8 Grow proper acacia tree from acacia saplings 2017-05-26 02:36:25 +02:00
Wuzzy b5b8561483 Tree grown from spruce sapling matches v6 pines 2017-05-26 02:16:41 +02:00
Wuzzy 0fe26b785e Make water/lava interactions much more MC-like 2017-05-23 05:31:07 +02:00
Wuzzy 95e4a5a177 Fix sources with param2==0 not washing stuff away 2017-05-22 18:56:46 +02:00
Wuzzy 5f35bd2d2d Proper implemetation of liquid flow node actions 2017-05-20 05:05:58 +02:00
Wuzzy c49e8dfba0 Destroy some nodes by flowing lava 2017-05-20 04:11:14 +02:00
Wuzzy 7140bf71d8 Play sound for cooling lava 2017-05-20 03:36:07 +02:00
Wuzzy 609a967c32 Fix broken stained glass crafting (no groups) 2017-05-15 20:42:23 +02:00
Wuzzy ab9b2056d9 Stained glass is now transparent to sunlight 2017-05-15 01:16:30 +02:00
Wuzzy 91dc94a41f Don't wash away nodes diagonally 2017-05-15 01:09:33 +02:00
Wuzzy 7ac57b7a0b Don't wash away dig_by_water when above water 2017-05-15 01:00:10 +02:00
Wuzzy da3205837b Add label to all ABMs 2017-05-15 00:45:54 +02:00
Wuzzy ad73e81a64 Use minetest.get_nodes_in_area for grass spread 2017-05-15 00:30:49 +02:00
Wuzzy 9dd6350f7d Add back the grass path ABM again 2017-05-14 22:58:37 +02:00
Wuzzy 3f57f80d54 Grass Path+Farmland→Dirt if below solid, instantly 2017-05-14 22:44:34 +02:00
Wuzzy d20de89780 Slowly turn grass path below solid node to dirt 2017-05-14 22:25:56 +02:00
Wuzzy ba87295fa4 Don't catch_up on grass block spread 2017-05-14 19:49:04 +02:00
Wuzzy 31fa759947 Turn grass block and mycelium back to dirt in dark 2017-05-14 02:23:46 +02:00
Wuzzy 04478e5cd3 Uproot plant when mycelium spreads to dirt below 2017-05-14 00:42:20 +02:00
Wuzzy 6221b060fc Spread grass and mycelium on a 3×5×3 area only 2017-05-14 00:02:39 +02:00
Wuzzy 5fb6784813 Spread grass block and mycelium to lit dirt 2017-05-13 23:32:43 +02:00
Wuzzy bb965b6d63 Make still water detach dug_by_water nodes as well 2017-05-09 19:53:07 +02:00
Wuzzy 58383c9db1 Don't auto-remove snow cover 2017-04-01 17:09:33 +02:00
Wuzzy 68e6439e1c Revert "Don't auto-remove snow cover"
This reverts commit 8e3015a208.
2017-04-01 17:08:47 +02:00
Wuzzy 8e3015a208 Don't auto-remove snow cover 2017-04-01 07:42:59 +02:00
Wuzzy a977aca40e Lower chances for snow cleanup ABM 2017-04-01 07:30:40 +02:00
Wuzzy 1bca50e2e8 Remove snow covers periodically 2017-04-01 07:24:56 +02:00
Wuzzy 6eed06f7fc Add equivalence code for the snowy dirt blocks 2017-04-01 06:51:55 +02:00
Wuzzy 01200e9214 Implement proper bone meal behaviour for saplings 2017-04-01 02:29:36 +02:00
Wuzzy bcc07bb2aa Allow placing cactus only on cactus or any sand 2017-03-21 21:48:26 +01:00
Wuzzy 549f541877 Add 4 Minecraft material groups
So they can be used by the noteblock
2017-03-11 05:34:58 +01:00
Wuzzy 4caf0add5e Add item help texts all over the place 2017-03-11 01:51:06 +01:00
Wuzzy 6f8eedcf63 Make all saplings grow (but not correct shape) 2017-03-08 02:00:17 +01:00
Wuzzy 1cf9e3701d Simplify sapling growth code 2017-03-08 01:54:04 +01:00
Wuzzy cac94551df Prevent leafdecay for player-placed leaves 2017-03-08 00:25:04 +01:00
Wuzzy e941ce5708 Decrease leaves in giant jungle trees 2017-03-08 00:13:04 +01:00
Wuzzy 5d9c9aa29b Grow giant jungle tree from jungle sapling 2017-03-08 00:05:38 +01:00
Wuzzy 442b2a21c9 Add growth stages, kinda fix jungle sapling 2017-03-07 23:28:54 +01:00
Wuzzy 269c9d764f Tweak sapling growth frequency 2017-03-07 22:55:49 +01:00
Wuzzy a7fdfa13ef Add glass group 2017-03-01 15:19:51 +01:00
Wuzzy f4c27d5b5e Make glass hand-breakable 2017-02-27 00:52:02 +01:00
Wuzzy 4b4a9efd77 Add hardness field to all mcl_core nodes 2017-02-24 15:56:46 +01:00
Wuzzy 6be056c0e7 Add blast resistance to core blocks and anvils 2017-02-22 15:40:22 +01:00
Wuzzy 3620f9d8ad Don't drop sugarcane/cactus in creative 2017-02-18 21:51:50 +01:00
Wuzzy e62f8187bd Fix code typo in mcl_core/functions.lua 2017-02-18 02:23:27 +01:00
Wuzzy d1ab9e4f86 Sugar canes now also check for frosted ice 2017-02-17 23:42:02 +01:00
Wuzzy a7e40050d0 Fix sugar cane growth rules: Surface, water dist.
- It also grows on coarse dirt, (red) sand, podzol
- Water distance reduced to 1
2017-02-17 23:39:23 +01:00
Wuzzy fc02d0730e Move mcl_core to ITEMS modpack and add description 2017-02-17 23:14:21 +01:00
Renamed from mods/CORE/mcl_core/functions.lua (Browse further)