VoxeLibre/mods/ITEMS
Elias Fleckenstein 34f329a9d5
TextureConverter: Implement grass palette conversion
Source: https://minecraft.fandom.com/wiki/Tint
Since the MineClone2 biomes do not entirely match with the Minecraft ones I picked the Minecraft biomes that seem to match them best.
This also changes the palette index of the nether to match the desert instead of the mesa biome
and changes the color of grass blocks in item form to the default minecraft one.
2021-11-03 19:57:21 +01:00
..
REDSTONE use mcl_util.replace_mob function to simplify dispenser code 2021-10-05 04:15:48 +00:00
mcl_anvils support tables for `_repair_material` 2021-08-31 21:04:57 +00:00
mcl_armor Fix #1801 (add better texture for golden boots) 2021-07-20 20:09:43 +00:00
mcl_armor_stand Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
mcl_banners Use enchanted golden apple for thing banner 2021-10-26 16:50:10 +00:00
mcl_beds Fix crash on startup if mcl_playersSleepingPercentage is not defined (#1874) 2021-10-09 14:41:56 +00:00
mcl_books Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
mcl_bows Add crossbows 2021-10-15 12:00:37 -07:00
mcl_brewing Fix some implicit hard and soft-dependencies 2021-07-16 06:18:54 +04:00
mcl_buckets make bucket use 5 lenght raycast 2021-07-17 16:22:46 +02:00
mcl_cake fix some mods using "core" insteed of "minetest" 2021-06-12 00:18:52 +02:00
mcl_cauldrons Update polish translation of several files 2021-06-02 13:21:19 +02:00
mcl_chests Update French translation (part 1) 2021-08-13 11:35:18 +02:00
mcl_clock Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
mcl_cocoas Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
mcl_colorblocks Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
mcl_compass Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
mcl_core TextureConverter: Implement grass palette conversion 2021-11-03 19:57:21 +01:00
mcl_crafting_table Fix #1814 - Don't open crafting table formspec if player is sneaking 2021-07-08 15:03:06 +02:00
mcl_doors Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
mcl_dye fix some luacheck warnings 2021-06-12 00:28:07 +02:00
mcl_enchanting mcl_enchanting: Add spanish translations and update template 2021-10-25 22:55:48 +02:00
mcl_end Fix warning in `mcl_end` 2021-07-10 10:16:55 +08:00
mcl_farming Merge pull request 'Fix #1795 (Don't remove Pumpkin HUD when it is removed on death if keepinventory is enabled)' (#1796) from pumpkin_hud into master 2021-06-14 11:44:21 +00:00
mcl_fences Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
mcl_fire Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
mcl_fireworks Update French translation (part 1) 2021-08-13 11:35:18 +02:00
mcl_fishing Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
mcl_flowerpots Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
mcl_flowers Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
mcl_furnaces replace deprecated "current_name" by "context" for inventory location 2021-06-12 00:09:39 +02:00
mcl_heads Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
mcl_hoppers replace deprecated "current_name" by "context" for inventory location 2021-06-12 00:09:39 +02:00
mcl_itemframes Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
mcl_jukebox apply erlehmann fix for music discs not playing (better code) 2021-06-19 22:36:37 +02:00
mcl_maps Update French translation (part 1) 2021-08-13 11:35:18 +02:00
mcl_mobitems Merge pull request 'Fix French translations: granit + porc' (#1815) from pitchum/MineClone2:master into master 2021-06-14 17:51:29 +00:00
mcl_mobspawners Add crossbows 2021-10-15 12:00:37 -07:00
mcl_monster_eggs Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
mcl_mushrooms Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
mcl_nether Update polish translation of several files 2021-06-02 13:21:19 +02:00
mcl_ocean Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
mcl_portals Fix strange behaviour when filling end portal with bedrock inside (#1749) 2021-09-04 19:14:08 +00:00
mcl_potions Add crossbows 2021-10-15 12:00:37 -07:00
mcl_signs Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
mcl_sponges Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
mcl_stairs Merge pull request 'Fix French translations: granit + porc' (#1815) from pitchum/MineClone2:master into master 2021-06-14 17:51:29 +00:00
mcl_throwing Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
mcl_tnt Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
mcl_tools Remove misspellings part2 2021-06-15 17:34:45 +00:00
mcl_torches Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
mcl_totems Use math.floor instead of math.round 2021-10-25 20:25:34 +00:00
mcl_walls Merge pull request 'Fix French translations: granit + porc' (#1815) from pitchum/MineClone2:master into master 2021-06-14 17:51:29 +00:00
mcl_wool Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
mclx_core Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
mclx_fences Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
mclx_stairs Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
screwdriver Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
xpanes Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
modpack.conf Add a couple of modpack.conf files 2019-01-07 00:52:05 +01:00