Commit Graph

442 Commits

Author SHA1 Message Date
Wuzzy 7a4b107d75 Fix silent ladder placement 2017-03-04 16:55:57 +01:00
Wuzzy 4b6c9e3192 Remove “unknown node” particles when dig barrier 2017-03-02 22:55:07 +01:00
Wuzzy 3db4148e7d Add some basic doc_items help texts for some items
Requires doc_items (not part of MCL2)
2017-03-02 21:55:25 +01:00
Wuzzy aabb1e972d Add _doc_items_create_entry fields for doc_items 2017-03-02 19:53:53 +01:00
Wuzzy d077fe733b Destroy top snow by liquids 2017-03-02 17:33:50 +01:00
Wuzzy dcadffeaf9 Sunlight propagates through top snow 2017-03-02 17:31:21 +01:00
Wuzzy 669c955da6 Tweak wield scales of a few items 2017-03-02 17:03:14 +01:00
Wuzzy 300b48d6ff Fix top snow attributes 2017-03-02 16:39:58 +01:00
Wuzzy 2c255c5d0c Fix top snow wield image 2017-03-02 16:38:56 +01:00
Wuzzy 8c14966e9f Don't let liquids be dug in creative 2017-03-01 18:49:47 +01:00
Wuzzy 6544aac4d6 Don't allow to place ladders over ladders 2017-03-01 15:47:36 +01:00
Wuzzy 0ab6124f0a Make ladders fully transparent 2017-03-01 15:41:06 +01:00
Wuzzy 38d1e820b2 Make ladders solid 2017-03-01 15:40:30 +01:00
Wuzzy 5f20b18d32 Disallow to place ladders on some other nodes 2017-03-01 15:32:51 +01:00
Wuzzy a7fdfa13ef Add glass group 2017-03-01 15:19:51 +01:00
Wuzzy 2a359b0d13 Don't allow ladders on ceilings or floors 2017-03-01 15:18:23 +01:00
Wuzzy c80433aaf4 Fix dig times of wool and cobweb 2017-02-27 19:38:48 +01:00
Wuzzy f4c27d5b5e Make glass hand-breakable 2017-02-27 00:52:02 +01:00
Wuzzy 151c1e62ba Tools to mcl_tools, way more efficient digging time definitions 2017-02-26 18:44:48 +01:00
Wuzzy 73308cea2b Add proper digging groups to digging tools 2017-02-25 16:37:23 +01:00
Wuzzy 4ecef7b411 First steps to implement MC-like digging times
This involves MASSIVE hacks around the digging system in Minetest.
Implemented so far: Hardness, nodes in mcl_core, digging for nodes
diggable by pickaxe, shovel, axe.
Not implemented: Nodes diggable by hand alone (except insta-dig),
shears and sword.
2017-02-25 16:19:24 +01:00
Wuzzy 9ec16db5c2 Set max drop level for digging tools 2017-02-24 17:01:56 +01:00
Wuzzy 4b4a9efd77 Add hardness field to all mcl_core nodes 2017-02-24 15:56:46 +01:00
Wuzzy 1287ba7d69 Exclude barrier from “solid” group 2017-02-24 06:25:28 +01:00
Wuzzy bb9d6cf037 Show barrier positions when wielding barrier 2017-02-24 06:24:16 +01:00
Wuzzy 6e3f7d06b5 Make slimeblock, melon/pumpkin stem dig immediate 2017-02-24 05:34:03 +01:00
Wuzzy e94b941dd8 Slightly reduce pointing range 2017-02-22 20:10:06 +01:00
Wuzzy 6be056c0e7 Add blast resistance to core blocks and anvils 2017-02-22 15:40:22 +01:00
Wuzzy c866227d54 Barrier and void nodes drop nothing 2017-02-21 16:25:41 +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 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 d48a27dbd8 Use leaf sounds for saplings 2017-02-19 23:31:06 +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 3620f9d8ad Don't drop sugarcane/cactus in creative 2017-02-18 21:51:50 +01:00
Wuzzy 66c9e5b502 Make cocoas drop when the jungle tree has been removed 2017-02-18 21:07:57 +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