Commit Graph

60 Commits

Author SHA1 Message Date
Wuzzy 7369474bc6 Fix incorrect cactus collision box 2017-03-21 22:18:54 +01:00
Wuzzy faa7e5016d Decrease collision box of cactus 2017-03-21 21:52:22 +01:00
Wuzzy bcc07bb2aa Allow placing cactus only on cactus or any sand 2017-03-21 21:48:26 +01:00
Wuzzy 19e2d5f09e Change inventory/wield image for void item 2017-03-21 20:01:30 +01:00
Wuzzy 3a79827269 Update sapling light and help 2017-03-20 18:56:00 +01:00
Wuzzy 9dd8cebcef Sunlight propagates through deadbush and tallgrass 2017-03-20 18:47:44 +01:00
Wuzzy 838b126cea Add Help alias for lit redstone ore 2017-03-20 18:15:08 +01:00
Wuzzy b1b45274e4 Add Help entry aliases for many core items 2017-03-20 18:12:05 +01:00
Wuzzy 712f295edc Reveal a few basic help entries by default 2017-03-20 16:38:16 +01:00
Wuzzy 1b3a2550f1 Add help texts for deco and building blocks 2017-03-18 18:01:28 +01:00
Wuzzy c2fbe2ad55 Add various factoids and complete some food help 2017-03-18 17:18:12 +01:00
Wuzzy d0b1f843ee Move tall grass to mcl_flowers mod
Alias registered
2017-03-14 20:05:07 +01:00
Wuzzy d27ebcda21 Dead bush is now replacable + better selbox 2017-03-14 16:24:54 +01:00
Wuzzy 3256ac1966 Update stone help 2017-03-14 05:59:58 +01:00
Wuzzy 050d08019e Fix red sand help 2017-03-14 05:58:10 +01:00
Wuzzy d535d0e19e Grass paths can be turned into farmland by hoes 2017-03-12 01:57:31 +01:00
Wuzzy 54c2a1e696 Finish off mcl_core node help 2017-03-11 17:32:39 +01:00
Wuzzy 2635880096 Don't allow placement of vines on ceiling 2017-03-11 17:04:38 +01:00
Wuzzy 7d74916ee4 Help: xpanes, walls, jungle tree 2017-03-11 16:56:37 +01:00
Wuzzy 005b509938 Add is_ground_content=false to some nodes 2017-03-11 16:36:05 +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 eb521ccbc6 Add help texts for a couple of mcl_core blocks 2017-03-10 22:27:27 +01:00
Wuzzy 4b4520156d Fix missing placement sound of last ladder place 2017-03-10 20:32:06 +01:00
Wuzzy 04960c8ab9 Drop vines when digging with shears 2017-03-08 00:37:07 +01:00
Wuzzy dcb7090a34 Fix crash when digging vines, fix shears bugs 2017-03-08 00:33:05 +01:00
Wuzzy cac94551df Prevent leafdecay for player-placed leaves 2017-03-08 00:25:04 +01:00
Wuzzy 4cb6101cf8 Increase leafdecay distance to 4 2017-03-08 00:10:22 +01:00
Wuzzy 442b2a21c9 Add growth stages, kinda fix jungle sapling 2017-03-07 23:28:54 +01:00
Wuzzy 0e8b6d3e75 Fix oak wood planks have long dig time w/ axe 2017-03-06 04:51:26 +01:00
Wuzzy 7915ca8938 Don't take ladder twice when placing
Also don't take ladder when failing to place
2017-03-05 19:46:23 +01:00
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 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 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