Commit Graph

8068 Commits

Author SHA1 Message Date
3raven 7879e6bcb2 Ajouter 'mods/ITEMS/mcl_fletching_table/template.txt' 2022-07-19 20:06:42 +00:00
3raven 6994da8191 Mise à jour de 'mods/ITEMS/mcl_fishing/locale/mcl_fishing.fr.tr' 2022-07-19 20:01:39 +00:00
3raven 5f4327caf0 Update 2022-07-19 19:40:32 +00:00
3raven 851bc14bbc Update+rangement 2022-07-19 19:30:34 +00:00
3raven 4db9cf7e9f Typo and misspell 2022-07-19 02:11:03 +00:00
3raven 4ba679b011 Mise à jour de 'mods/ITEMS/mcl_cartography_table/locale/mcl_cartography_table.fr.tr' 2022-07-19 01:56:31 +00:00
3raven c284e48143 Ajouter 'mods/ITEMS/mcl_cartography_table/locale/mcl_cartography_table' 2022-07-19 01:54:29 +00:00
3raven 9158201c51 TO DO : add translations 2022-07-19 01:51:00 +00:00
3raven 4551df1d0c Mise à jour de 'mods/ITEMS/mcl_bows/locale/mcl_bows.fr.tr' 2022-07-19 01:41:07 +00:00
3raven b1ea2ad9c9 Ajouter 'mods/ITEMS/mcl_blast_furnace/locale/mcl_blast_furnace.fr.tr' 2022-07-19 01:30:23 +00:00
3raven 7afdc48d0d Mise à jour de 'mods/ITEMS/mcl_nether/locale/mcl_nether.fr.tr' 2022-07-19 01:16:09 +00:00
3raven 5495c67c7d Mise à jour de 'mods/ITEMS/mcl_blackstone/locale/mcl_blackstone.fr.tr' 2022-07-19 01:04:23 +00:00
3raven 329576f8e8 Update 2022-07-19 00:51:33 +00:00
3raven e1436c6913 Update 2022-07-19 00:48:50 +00:00
3raven 0d42106bc8 Better translation 2022-07-19 00:36:14 +00:00
3raven 4f9b40b6ab Update 2022-07-19 00:28:57 +00:00
kay27 ec00351041 Merge pull request 'fox_fixes' (#368) from SumianVoice/MineClone5_c:fox_fixes into master
Reviewed-on: MineClone5/MineClone5#368
2022-07-15 13:57:18 +00:00
Sumyjkl 3ec5a26aa1 removed unnecessary added debugging code 2022-07-14 15:12:43 +10:00
Sumyjkl b2bebd1d8d comments and changed scare distance 2022-07-14 14:57:30 +10:00
Sumyjkl 0a3190887c made fox run from player 2022-07-14 14:46:00 +10:00
Sumyjkl 56b1cc8d75 Update fox to fix some bugs with sliding and jittering 2022-07-14 13:24:02 +10:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟 4ca2fb25a7 Add advanced skins mod 2022-07-09 10:52:28 -05:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟 2905a21674 Replace PP textures for villager job sites 2022-07-06 13:38:12 -05:00
wallabra 2caf2bf1b8
Merge branch 'master' into improve/creepers 2022-07-04 03:41:54 -03:00
kay27 7640edabcc Merge pull request 'Remove 2D preview + fix enchanting overlay by AFCMS' (#311) from MrRar/MineClone5:armor2d into master
Reviewed-on: MineClone5/MineClone5#311
2022-07-04 01:38:55 +00:00
wallabra b8f89e5569
Add missing local definition of var downpos 2022-06-23 18:23:29 -03:00
wallabra f3cc8f0f8a
Fix get_item_group crash in mcl_hoppers 2022-06-23 14:29:36 -03:00
wallabra 5307908290
Merge branch 'master' into improve/creepers 2022-06-21 17:31:46 -03:00
wallabra 588afc72f0
Merge branch 'master' into improve/hoppers 2022-06-21 17:31:40 -03:00
wallabra d57097baef
Fix syntax error with hopper check 2022-06-20 20:37:15 -03:00
wallabra 54e9477f37
Fix hopper downpos priority check 2022-06-20 17:05:18 -03:00
wallabra 3502e504bf
Merge branch 'master' into improve/creepers 2022-06-20 16:45:22 -03:00
wallabra ff0e0dd36a
Merge branch 'master' into improve/hoppers 2022-06-20 16:45:11 -03:00
wallabra 218990c114
Merge branch 'master' into item-physics 2022-06-20 16:45:00 -03:00
balazsszalab 42fe7d8c73 Add sweet berry bush to bonemealable plants
Sweet berry bush advances 1 growth stage if bonemeal is applied on it.
2022-06-18 17:30:23 +00:00
balazsszalab 5b56acd415 Fix skipping growth stages of mcl_farming plants
Because usually math.ceil(intervals_counter)>=1, stages + math.ceil(intervals_counter)>=2. It causes the plants to skip growth stages and they usually grow two stages at once. Changing ceil to floor seems to solve the problem.
2022-06-18 16:40:50 +00:00
balazsszalab e2e4f7d2df Register sweet berry bush by add_plant function to enable plant growth
Without calling the add_plant function, sweet berry bushes will not go through growth stages and it is impossible to farm them. Sweet berry bush and beetroot have the same number of growth stages, so I used beetroot's interval and chance values here. If somebody has a better approximation of these values, feel free to change them.
2022-06-18 15:41:22 +00:00
FlamingRCCars 88935cbcbd Update 'mods/ITEMS/mcl_armor/register.lua' 2022-06-17 21:27:46 +00:00
FlamingRCCars 73d67792ee Merge branch 'master' into fixed-elytra 2022-06-17 21:08:08 +00:00
FlamingRCCars 5ceed2672e fixed-elytras 2022-06-17 16:04:30 -05:00
FlamingRCCars 5d2552eb97 Fixed elytra not working when enchanted 2022-06-17 13:36:19 -05:00
unknown 047d75a78a fixed elytras 2022-06-17 12:38:08 -05:00
unknown fb7390f61d fixed elytras 2022-06-17 12:37:03 -05:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟 0334127372 Merge pull request 'Remove wield view from player models' (#338) from MrRar/MineClone5:mesh into master
Reviewed-on: MineClone5/MineClone5#338
2022-06-17 17:36:57 +00:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟 3c346170a6 Fix l10n template for mcl_achivements 2022-06-14 13:30:59 -05:00
PrairieWind 615eae97ee Merge pull request 'Fix Blast Furnaces and Smokers' (#336) from PrairieAstronomer/MineClone5:blast_furnace_fixes into master
Reviewed-on: MineClone5/MineClone5#336
2022-06-12 02:33:29 +00:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟 6889c672c0 Remove wield view from player models 2022-06-11 18:00:42 -05:00
kay27 7becc4e01b Merge pull request 'Basic Pillagers' (#332) from MrRar/MineClone5:master into master
Reviewed-on: MineClone5/MineClone5#332
2022-06-11 21:37:57 +00:00
PrairieAstronomer 539ada1057 Adjusted README files. 2022-06-10 13:21:07 -06:00
PrairieAstronomer de29e05a6f Fixed Blast Furnaces and Smokers so they use groups to smelt, and put them into individual mods like in Mineclone2 2022-06-10 13:18:02 -06:00