MineClone2/mods/ITEMS
kabou a4ef367708 Add "orphaned" leaves nodes.
* Add "orphaned" leaves nodes, these are copies of the regular leaves
  nodes whose sole purpose is to replace leaves nodes when no more tree
  trunks are present nearby.  The orphaned nodes are swapped in by a
  callback on destruction of tree trunk nodes and will be decayed by a
  dedicated abm that processes all nodes in `group:leaves_orphan`.
* Add `mcl_core.update_leaves()` function, a `after_destruct` callback
  handler for tree trunk nodes.  The function finds leaves nodes nearby
  destroyed tree trunk nodes and swaps these for orphaned leaves nodes
  if no other tree trunk nodes remain near them.
* Add `after_destruct` callbacks to tree trunk node registrations in
  mcl_core/nodes_trees.lua and mcl_mangrove/init.lua to update orphaned
  leaves.
* Add entry for group `leaves_orphan` to GROUPS.md
* Also add entry for group `leaves` to GROUPS.md (it was missing).
2022-12-15 22:42:08 +00:00
..
REDSTONE Add rightclick support to pplates 2022-12-05 14:25:11 -06:00
mcl_amethyst don't dig amethyst by water 2022-07-05 00:12:23 +02:00
mcl_anvils Fix Anvil stacking dupe II 2022-06-30 14:03:55 +02:00
mcl_armor Merge branch 'master' into master 2022-08-31 17:04:43 +00:00
mcl_armor_stand mcl_armor_stand 2022-02-23 23:58:05 +01:00
mcl_banners Fix typo/crash 2022-03-23 18:30:34 +00:00
mcl_barrels barrel protection fix + log 2022-03-25 13:28:33 +01:00
mcl_beacons Add translations 2022-08-23 02:58:53 +00:00
mcl_beds Remove MineCraft derivative texture 2022-11-18 08:16:53 +00:00
mcl_beehives Add sounds to bee nests and beehives 2022-12-08 11:43:58 +00:00
mcl_bells Split off pathfinding, use metatables 2022-11-27 14:53:16 +01:00
mcl_blackstone Add some ABM limits for lava ABMs 2022-11-03 14:11:03 +01:00
mcl_blast_furnace Ajouter 'mods/ITEMS/mcl_blast_furnace/locale/mcl_blast_furnace.fr.tr' 2022-08-23 20:11:11 +00:00
mcl_books Add setting for bookshelf inventories 2022-09-01 12:10:12 +02:00
mcl_bows Add _harmless option for rocket arrows 2022-11-26 17:06:04 +01:00
mcl_brewing Local Brewery Advancement 2022-07-01 14:37:02 -06:00
mcl_buckets Fix node on_rightclick with fishbucket 2022-11-27 04:02:34 +01:00
mcl_cake Run tools/strip_trailing_whitespace.sh 2022-05-26 07:29:28 +02:00
mcl_campfires sweet berries plantable not only on farming soil 2022-10-26 15:57:17 +00:00
mcl_cartography_table Ajouter 'mods/ITEMS/mcl_cartography_table/locale/mcl_cartography_table.fr.tr' 2022-08-23 20:24:31 +00:00
mcl_cauldrons Mise à jour de 'mods/ITEMS/mcl_cauldrons/locale/mcl_chaudrons.fr.tr' 2022-08-24 05:28:22 +00:00
mcl_chests Fix ender and shulker nodeboxes 2022-11-13 22:18:00 +00:00
mcl_clock mcl_clock 2022-02-23 23:58:05 +01:00
mcl_cocoas Upload files to 'mods/ITEMS/mcl_cocoas/models' 2022-11-16 13:44:35 +00:00
mcl_colorblocks Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
mcl_compass make recovery compass spin randomly in other dimensions 2022-12-02 18:52:31 +01:00
mcl_composters Add translation 2022-08-23 02:05:57 +00:00
mcl_copper Fix right click on copper crash 2022-12-07 18:27:11 +01:00
mcl_core Add "orphaned" leaves nodes. 2022-12-15 22:42:08 +00:00
mcl_crafting_table Run tools/strip_trailing_whitespace.sh 2022-05-26 07:29:28 +02:00
mcl_crimson Fix nylium blocks 2022-12-08 11:09:30 +00:00
mcl_deepslate Fix redstone ore not calling on_punchnode callbacks 2022-10-22 01:05:53 +02:00
mcl_doors Fix mirrored doors rotation 2022-10-11 11:46:08 +02:00
mcl_dye export apply_bone_meal function in mcl_dye 2022-11-17 19:42:02 +00:00
mcl_enchanting mcl_enchanting: Add missing dependency on mcl_experience. 2022-11-18 21:30:50 +01:00
mcl_end Remove get_structure_data_construct 2022-10-28 21:25:43 +02:00
mcl_farming Fix bonemeal creative for sweet berries and nether vines 2022-11-29 12:20:39 +01:00
mcl_fences Run tools/strip_trailing_whitespace.sh 2022-05-26 07:29:28 +02:00
mcl_fire Add some ABM limits for lava ABMs 2022-11-03 14:11:03 +01:00
mcl_fireworks Update French translation (part 1) 2021-08-13 11:35:18 +02:00
mcl_fishing Remove image stack wieldview 2022-08-23 10:08:22 -05:00
mcl_fletching_table Ajouter 'mods/ITEMS/mcl_fletching_table/locale/mcl_fletching_table.fr.tr' 2022-08-23 20:27:25 +00:00
mcl_flowerpots Flower pot fixes 2022-10-08 18:31:07 +02:00
mcl_flowers Add wither rose 2022-11-01 04:52:17 +01:00
mcl_furnaces Change some crafting recipes to use group:cobble. 2022-05-04 15:54:12 +02:00
mcl_grindstone Merge branch 'master' into master 2022-08-31 17:04:43 +00:00
mcl_hamburger Added in Author Info to the conf file. 2022-11-28 03:03:42 +01:00
mcl_heads [heads] heads may now be placed on ceilings, upside down 2022-08-13 02:44:47 +08:00
mcl_honey Add sounds to honey and honeycomb blocks 2022-12-08 11:43:06 +00:00
mcl_hoppers Format file again 2022-12-10 22:38:08 +01:00
mcl_itemframes revert 020a9510cbd7adf7419c166af5c2baba7c96cf45 2022-11-17 02:55:14 +01:00
mcl_jukebox Remove potentially copyrighted music track and replace by cc music 2022-10-28 05:00:17 +02:00
mcl_lanterns fix indentation 2022-07-14 17:32:43 +02:00
mcl_lightning_rods Replace lighting rod nodebox by 3d model 2022-12-04 11:13:36 -06:00
mcl_loom Ajouter 'mods/ITEMS/mcl_loom/locale/mcl_loom.fr.tr' 2022-08-23 20:00:59 +00:00
mcl_mangrove Add "orphaned" leaves nodes. 2022-12-15 22:42:08 +00:00
mcl_maps Removed the local cached copy of the built in TGA encoder. 2022-11-05 01:26:15 +01:00
mcl_mobitems Add Honey, Honeycomb, and respective blocks 2022-11-17 03:16:45 +01:00
mcl_mobspawners Rename mobs global to mcl_mobs 2022-05-25 23:13:33 +02:00
mcl_monster_eggs mcl_monster_eggs 2022-02-23 23:58:05 +01:00
mcl_mud Mise à jour de 'mods/ITEMS/mcl_mud/locale/template.txt' 2022-08-23 23:55:04 +00:00
mcl_mushrooms Add `compostability` to node definition group. 2022-04-02 03:32:56 +02:00
mcl_nether Fix netherite block fortune dupe 2022-09-27 11:45:32 +02:00
mcl_ocean Add seagrass item texture 2022-12-08 17:37:14 +00:00
mcl_portals Nether portal -> struct api, add schematics 2022-09-14 20:37:08 +00:00
mcl_potions Clear bad omen when raid complete 2022-11-26 17:06:04 +01:00
mcl_raw_ores Mise à jour de 'mods/ITEMS/mcl_raw_ores/init.lua' 2022-08-24 03:44:05 +00:00
mcl_sculk dig sculk veins by water 2022-10-06 00:31:00 +02:00
mcl_shields optimize excessively large mcl_shield_hud.png texture 2022-11-27 03:36:38 +00:00
mcl_signs Fix mangrove sign registrations 2022-11-18 00:51:45 +01:00
mcl_smithing_table Merge branch 'master' into master 2022-08-31 17:04:43 +00:00
mcl_smoker Ajouter 'mods/ITEMS/mcl_smoker/locale/mcl_smoker.fr.tr' 2022-08-23 20:14:24 +00:00
mcl_sponges mcl_sponges 2022-02-23 23:58:05 +01:00
mcl_spyglass Add translations 2022-08-23 02:56:31 +00:00
mcl_stairs Mise à jour de 'mods/ITEMS/mcl_stairs/locale/mcl_stairs.fr.tr' 2022-08-24 02:31:53 +00:00
mcl_stonecutter Mise à jour de 'mods/ITEMS/mcl_stonecutter/locale/mcl_stonecutter.fr.tr' 2022-08-24 00:07:16 +00:00
mcl_sus_stew Add alliums with fire_resistance, and fix eating issue. 2022-10-07 02:20:26 +02:00
mcl_throwing Fix wrong self ref with mcl_mobs.spawn_child 2022-11-28 03:26:51 +01:00
mcl_tnt Fixes to `mcl_tnt` 2022-11-19 01:27:32 +01:00
mcl_tools Make hand range configurable 2022-10-18 11:45:56 +02:00
mcl_torches fix warning / wrong usage of on_construct in torches 2022-10-14 12:11:18 +02:00
mcl_totems Postmortal Advancement 2022-06-11 15:35:48 -06:00
mcl_walls Mise à jour de 'mods/ITEMS/mcl_walls/locale/mcl_walls.fr.tr' 2022-08-23 21:24:47 +00:00
mcl_wool Make carpets `supported_node`. 2022-03-19 02:32:46 +01:00
mclx_core Waving water 2022-08-13 00:04:44 +02:00
mclx_fences mclx_fences 2022-02-23 23:58:05 +01:00
mclx_stairs Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
screwdriver screwdriver 2022-02-23 23:58:05 +01:00
xpanes export xpanes.update_pane 2022-09-14 20:37:07 +00:00
modpack.conf