1
0
Fork 0
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
mcl_anvils
mcl_armor
mcl_armor_stand
mcl_banners
mcl_barrels
mcl_beacons
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
mcl_books
mcl_bows Add _harmless option for rocket arrows 2022-11-26 17:06:04 +01:00
mcl_brewing
mcl_buckets Fix node on_rightclick with fishbucket 2022-11-27 04:02:34 +01:00
mcl_cake
mcl_campfires
mcl_cartography_table
mcl_cauldrons
mcl_chests Fix ender and shulker nodeboxes 2022-11-13 22:18:00 +00:00
mcl_clock
mcl_cocoas Upload files to 'mods/ITEMS/mcl_cocoas/models' 2022-11-16 13:44:35 +00:00
mcl_colorblocks
mcl_compass make recovery compass spin randomly in other dimensions 2022-12-02 18:52:31 +01:00
mcl_composters
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
mcl_crimson Fix nylium blocks 2022-12-08 11:09:30 +00:00
mcl_deepslate
mcl_doors
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
mcl_farming Fix bonemeal creative for sweet berries and nether vines 2022-11-29 12:20:39 +01:00
mcl_fences
mcl_fire Add some ABM limits for lava ABMs 2022-11-03 14:11:03 +01:00
mcl_fireworks
mcl_fishing
mcl_fletching_table
mcl_flowerpots
mcl_flowers Add wither rose 2022-11-01 04:52:17 +01:00
mcl_furnaces
mcl_grindstone
mcl_hamburger Added in Author Info to the conf file. 2022-11-28 03:03:42 +01:00
mcl_heads
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
mcl_lanterns
mcl_lightning_rods Replace lighting rod nodebox by 3d model 2022-12-04 11:13:36 -06:00
mcl_loom
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
mcl_monster_eggs
mcl_mud
mcl_mushrooms
mcl_nether
mcl_ocean Add seagrass item texture 2022-12-08 17:37:14 +00:00
mcl_portals
mcl_potions Clear bad omen when raid complete 2022-11-26 17:06:04 +01:00
mcl_raw_ores
mcl_sculk
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
mcl_smoker
mcl_sponges
mcl_spyglass
mcl_stairs
mcl_stonecutter
mcl_sus_stew
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
mcl_torches
mcl_totems
mcl_walls
mcl_wool
mclx_core
mclx_fences
mclx_stairs
screwdriver
xpanes
modpack.conf