Commit Graph

20 Commits

Author SHA1 Message Date
kabou de16eb3c5a Add `compostability` to node definition group.
* mcl_cake/init.lua (cake);
* mcl_core/craftitems.lua (apple);
* mcl_core/nodes_base.lua (dirt with grass);
* mcl_core/nodes_cactuscane.lua (cactus, sugarcane);
* mcl_core/nodes_climb.lua (vines);
* mcl_core/nodes_trees.lua (leaves, saplings);
* mcl_dye/init.lua (cocoa beans);
* mcl_farming/beetroot.lua (beetroot, & seeds);
* mcl_farming/carrots.lua (carrot);
* mcl_farming/melon.lua (melon, & slice, & seeds);
* mcl_farming/potatoes.lua (potato, baked potato);
* mcl_farming/pumpkin.lua (pumpkin, carved &, & seeds, & pie);
* mcl_farming/wheat.lua (wheat, cookie, bread, hay block);
* mcl_flowers/init.lua (flowers, ferns, grass, & tall variants);
* mcl_mushrooms/small.lua (red and brown mushrooms);
* mcl_mushrooms/huge.lua (red and brown huge mushrooms);
* mcl_nether/init.lua (nether wart block);
* mcl_nether/nether_wart.lua (nether wart);
* mcl_ocean/kelp.lua (kelp, dried &, & block);
* mcl_ocean/sea_pickle.lua (sea pickle);
* mcl_ocean/seagrass.lua (seagrass).
2022-04-02 03:32:56 +02:00
AFCMS cd33d406b2 fix many codestyle issues (functions, strings, modpaths) 2021-05-29 16:12:33 +02:00
Elias Fleckenstein 7c28bf8507 Silk Touch 2020-11-02 19:09:23 +01:00
Wuzzy 3087621b11 Merge branch 'mcl_explosions' 2020-04-30 20:55:10 +02:00
Elias Åström 6315490b14 Update the rest of the blast resistance values
The values have been updated according to this list:

https://minecraft.gamepedia.com/Module:Blast_resistance_values
2020-04-19 13:08:36 +02:00
Wuzzy e268370452 Add fire metadata to many nodes (unused for now) 2020-04-18 23:24:42 +02:00
Wuzzy ea23f05c22 Add missing translations for huge mushroom blocks 2019-03-24 08:16:34 +01:00
Wuzzy 47c817d75a New translation system, part 8: Items, part 4 2019-03-08 00:22:28 +01:00
Wuzzy 96c7df9b45 Add basic help for huge mushroom stems 2017-12-11 18:15:40 +01:00
Wuzzy 260e15aca7 Experimental legacy support for old mushroom block 2017-12-11 17:12:12 +01:00
Wuzzy a82610fef1 Allow pores on each side of huge mushroom caps
Also automatically create porse when placing cap blocks next to each other.
Node names are changed.
2017-12-11 16:28:28 +01:00
Wuzzy 8182c2f2f7 Fix broken help entries for huge mushroom blocks 2017-09-08 23:07:39 +02:00
Wuzzy 20551213ef Hide huge mushrooms from craftguide … for now 2017-05-30 19:57:39 +02:00
Wuzzy b1b45274e4 Add Help entry aliases for many core items 2017-03-20 18:12:05 +01:00
Wuzzy 638804cd5c Add help texts for huge mushroom blocks 2017-03-11 19:50:09 +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 8458ac1962 Make huge mushrooms burnable in furnace 2017-03-01 15:06:06 +01:00
Wuzzy 9595377011 Remove huge muchroom blocks from creative inv 2017-03-01 01:23:12 +01:00
Wuzzy a8a8b02a82 Rotate huge mushroom cap corner 2017-03-01 01:22:48 +01:00
Wuzzy 15b5d8917a Move small mushrooms to mcl_mushrooms 2017-03-01 01:16:52 +01:00