MineClone2/mods/ITEMS
Mikita Wiśniewski 0ef81681ba Make item frames attached to the block they're placed on (fixes #3736) (#4279)
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/4279
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-committed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
2024-05-04 11:43:54 +00:00
..
REDSTONE Updated translation files 2024-01-01 02:18:01 +01:00
mcl_amethyst Add and fix some german translations 2024-01-08 13:35:41 +00:00
mcl_anvils Update Russian translation. Fix 1. 2023-09-02 15:51:49 +08:00
mcl_armor Privs for colorizing command and comment cleanup 2024-02-02 04:07:41 +01:00
mcl_armor_stand Update russian translation 2023-08-31 14:16:42 +08:00
mcl_bamboo Protection check 2024-01-25 02:23:15 +00:00
mcl_banners French translation update (#4006) 2023-11-25 01:08:06 +00:00
mcl_barrels Merge pull request 'Update Russian translation' (#3896) from Nanashi_Mumei/MineClone2:master into master 2023-09-02 08:25:43 +00:00
mcl_beacons Russian translation (#3842) 2023-07-22 20:17:33 +00:00
mcl_beds fix mcl_beds: ignore players in other dimensions than overwold (#4257) 2024-05-02 03:13:27 +00:00
mcl_beehives Add wear to shears used to harvest comb from a beehive (#4251) 2024-05-02 11:52:47 +00:00
mcl_bells Several more blocks comply with MC piston mechanics. 2023-11-04 16:01:46 +00:00
mcl_blackstone Removed old implementation groups 2023-11-25 23:52:04 +00:00
mcl_blast_furnace Remove whitespace-only translation in mcl_blast_furnace template file 2023-12-20 18:29:13 -06:00
mcl_books Update to comply with coding guidelines 2024-04-27 08:41:09 +00:00
mcl_bows Fix a crash with rocket explosion 2024-03-20 19:13:44 -05:00
mcl_brewing Update to comply with coding guidelines 2024-04-27 08:41:09 +00:00
mcl_buckets Fix a number of crashes involving unknown nodes, also fix fishbuckets on_place (#3914) 2023-09-29 18:47:07 +00:00
mcl_cake Update russian translation 2023-08-31 14:16:42 +08:00
mcl_campfires update's the campfire's fire burning animation to make it look better (#4077) 2023-12-13 05:22:41 +00:00
mcl_cartography_table more items usable to smelt (#4184) 2024-04-30 14:26:10 +00:00
mcl_cauldrons Cauldron leather armor washing 2024-02-02 03:05:57 +00:00
mcl_cherry_blossom Fireproof certain wood nodes & add planks crafting recipes (#4166) 2024-04-13 23:52:46 +00:00
mcl_chests Correct null -> nil 2024-04-27 08:41:09 +00:00
mcl_clock Update russian translation 2023-08-31 14:16:42 +08:00
mcl_cocoas mcl_cocoas pt_BR translation missing 2023-12-22 23:45:07 +01:00
mcl_colorblocks fix 'WARNING[Main]: Undeclared global variable ' in mcl_colorblocks (#4203) 2024-03-27 00:20:12 +00:00
mcl_compass Update mcl_compass.es.tr and fix syntax errors 2023-12-05 18:39:29 -06:00
mcl_composters Modify mcl_util.select_stack to allow specifying the number of items that will be moved, modify hopper on_try_push functions to specify only 1 item will be moved at a time, general cleanup of touched code (reduce indent - 1 place, break filter functions out of function call parameter - 4 places) 2024-04-27 08:41:09 +00:00
mcl_compressed_blocks Adjust hardness & blast resistance for compressed cobblestone blocks 2024-01-08 01:07:46 +00:00
mcl_copper Merge pull request 'Add stonecutter functionality' (#3999) from stonecutter_functionality into master 2023-11-27 23:37:57 +00:00
mcl_core more items usable to smelt (#4184) 2024-04-30 14:26:10 +00:00
mcl_crafting_table Improve french translation (#4194) 2024-03-07 20:04:02 +00:00
mcl_crimson Fireproof certain wood nodes & add planks crafting recipes (#4166) 2024-04-13 23:52:46 +00:00
mcl_deepslate Escape equals signs in translation file mcl_deepslate.pt_BR.tr 2023-12-20 19:13:30 -06:00
mcl_doors mcl_doors and mcl_fences pt_BR translation fixes 2023-12-22 23:45:07 +01:00
mcl_dye Added a check for the bone meal's applied position. 2024-02-29 13:36:02 +02:00
mcl_enchanting Merge pull request 'Finish PVP Combat Parity with the rest + PVP Tweaks' (#4078) from Eliy21/MineClone2:combat_fixes into master 2023-12-30 04:21:18 +00:00
mcl_end Set use_texture_alpha for some nodes (#4262) 2024-04-30 10:41:23 +00:00
mcl_farming Improve french translation (#4194) 2024-03-07 20:04:02 +00:00
mcl_fences mcl_doors and mcl_fences pt_BR translation fixes 2023-12-22 23:45:07 +01:00
mcl_fire mcl_fire pt_BR translation 2023-12-22 23:45:08 +01:00
mcl_fireworks mcl_fireworks pt_BR translation 2023-12-22 23:45:07 +01:00
mcl_fishing Improve french translation (#4194) 2024-03-07 20:04:02 +00:00
mcl_fletching_table more items usable to smelt (#4184) 2024-04-30 14:26:10 +00:00
mcl_flowerpots mcl_flowerpots pt_BR translation 2023-12-22 23:45:07 +01:00
mcl_flowers Set use_texture_alpha for some nodes (#4262) 2024-04-30 10:41:23 +00:00
mcl_furnaces Modify mcl_util.select_stack to allow specifying the number of items that will be moved, modify hopper on_try_push functions to specify only 1 item will be moved at a time, general cleanup of touched code (reduce indent - 1 place, break filter functions out of function call parameter - 4 places) 2024-04-27 08:41:09 +00:00
mcl_grindstone mcl_grindstone pt_BR translation 2023-12-22 23:45:08 +01:00
mcl_hamburger mcl_hamburger pt_BR translation 2023-12-22 23:45:07 +01:00
mcl_heads mcl_heads pt_BR translation 2023-12-22 23:45:07 +01:00
mcl_honey mcl_honey pt_BR translation 2023-12-22 23:45:07 +01:00
mcl_hoppers Fix two hopper clocks 2024-04-27 08:41:09 +00:00
mcl_itemframes Make item frames attached to the block they're placed on (fixes #3736) (#4279) 2024-05-04 11:43:54 +00:00
mcl_jukebox mcl_jukebox pt_BR translation 2023-12-22 23:45:07 +01:00
mcl_lanterns mcl_lanterns pt_BR translation 2023-12-22 23:45:07 +01:00
mcl_lectern more items usable to smelt (#4184) 2024-04-30 14:26:10 +00:00
mcl_lightning_rods mcl_lightning_rods pt_BR translation 2023-12-22 23:45:07 +01:00
mcl_loom more items usable to smelt (#4184) 2024-04-30 14:26:10 +00:00
mcl_mangrove more items usable to smelt (#4184) 2024-04-30 14:26:10 +00:00
mcl_maps mcl_maps pt_BR translation 2023-12-22 23:45:07 +01:00
mcl_mobitems Improve french translation (#4194) 2024-03-07 20:04:02 +00:00
mcl_mobspawners Fix a number of crashes involving unknown nodes, also fix fishbuckets on_place (#3914) 2023-09-29 18:47:07 +00:00
mcl_monster_eggs mcl_monster_eggs pt_BR translation 2023-12-22 23:45:08 +01:00
mcl_mud mcl_mud pt_BR translation 2023-12-22 23:45:07 +01:00
mcl_mushrooms Change mushroom stew food group to not be categorized as a drink and be eaten with particles 2024-01-21 09:03:27 +00:00
mcl_nether Removed old implementation groups 2023-11-25 23:52:04 +00:00
mcl_ocean mcl_ocean pt_BR translation 2023-12-22 23:45:07 +01:00
mcl_portals Update comments in the nether portals script (#4227) 2024-04-01 00:30:06 +00:00
mcl_potions Improve french translation (#4194) 2024-03-07 20:04:02 +00:00
mcl_raw_ores mcl_raw_ores pt_BR translation 2023-12-22 23:45:07 +01:00
mcl_sculk mcl_sculk pt_BR translation 2023-12-22 23:45:07 +01:00
mcl_shepherd Added shepherd functionality 2023-12-24 05:48:41 +01:00
mcl_shields Fix indentation 2024-01-15 14:19:51 +00:00
mcl_signs Add possibility to edit a sign (#4188) 2024-04-14 06:50:19 +00:00
mcl_smithing_table more items usable to smelt (#4184) 2024-04-30 14:26:10 +00:00
mcl_smoker mcl_smoker pt_BR translation 2023-12-22 23:45:07 +01:00
mcl_sponges mcl_sponges pt_BR translation 2023-12-22 23:45:07 +01:00
mcl_spyglass Added a workaround for mobile using zoom key 2023-12-25 23:50:06 +01:00
mcl_stairs Removed old implementation groups 2023-11-25 23:52:04 +00:00
mcl_starting_inventory Remove title 2023-03-21 22:20:26 +00:00
mcl_stonecutter Add and fix some german translations 2024-01-08 13:35:41 +00:00
mcl_sus_stew Fix sus stew item frame duplication bug 2024-01-21 09:03:27 +00:00
mcl_throwing mcl_throwing pt_BR translation 2023-12-22 23:45:07 +01:00
mcl_tnt mcl_tnt pt_BR translation 2023-12-22 23:45:07 +01:00
mcl_tools mcl_tools pt_BR translation 2023-12-22 23:45:07 +01:00
mcl_torches mcl_torches pt_BR translation 2023-12-22 23:45:07 +01:00
mcl_totems mcl_totems pt_BR translation 2023-12-22 23:45:07 +01:00
mcl_walls mcl_walls pt_BR translation fix 2023-12-22 23:45:07 +01:00
mcl_wool mcl_wool pt_BR translation 2023-12-22 23:45:07 +01:00
mclx_core mclx_core pt_BR translation 2023-12-22 23:45:07 +01:00
mclx_fences mclx_fences pt_BR translation 2023-12-22 23:45:07 +01:00
mclx_stairs Update russian translation 2023-08-31 14:16:42 +08:00
screwdriver screwdriver pt_BR translation 2023-12-22 23:45:07 +01:00
vl_hollow_logs Made API actually work for outside the mod 2024-05-01 21:59:10 +02:00
xpanes Update russian translation 2023-08-31 14:16:42 +08:00
modpack.conf Add a couple of modpack.conf files 2019-01-07 00:52:05 +01:00