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
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
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
6889c672c0
Remove wield view from player models
2022-06-11 18:00:42 -05: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
PrairieAstronomer
43e73e2856
Updated Translate Template and fixed the fish bucket definitions to work with the translation
2022-06-09 09:47:24 -06:00
PrairieAstronomer
ebcadc415d
Buckets of Fish
2022-06-08 13:07:01 -06:00
PrairieAstronomer
6cca004dbe
Fixed whitespace in Sweet Dreams activation point
2022-06-08 10:54:36 -06:00
PrairieWind
6c84baac22
Merge branch 'master' into PrairieWind_commits
2022-06-07 22:02:49 +00:00
PrairieAstronomer
6ff27c0247
Fixed formatting in advancement definitions and in the award unlock code in the mcl_totem mod
2022-06-07 16:01:12 -06:00
3raven
f968d76caa
Update translation
2022-06-07 16:40:43 +00:00
3raven
b79017d86e
Update translation
2022-06-07 16:38:02 +00:00
3raven
c5655a40cd
Update translation template-TODO update translations
2022-06-07 16:34:31 +00:00
PrairieAstronomer
6c9fc8c963
Fishy Business Advancement
2022-06-01 10:22:10 -06:00
3raven
36e671f439
Adjust light
2022-05-31 22:43:21 +00:00
3raven
5a3c1bb3d8
Move glowing itemframes
2022-05-31 22:15:36 +00:00
3raven
1b9c5e6e23
Move glowing itemframes
2022-05-31 22:14:17 +00:00
3raven
3b2483ff4f
Move glowing itemframe
2022-05-31 22:13:27 +00:00
3raven
a97d6ec20d
Move glowing itemframes
2022-05-31 22:04:15 +00:00
3raven
fa9a06a6d5
Add tga_encoder dependancy
2022-05-31 12:22:19 +00:00
3raven
cc81b51128
fix map in itemframes
...
Fix the map in iteframes problem in newly created worlds but might not work in older ones+ add tga dependancy
2022-05-31 12:17:52 +00:00
3raven
50cbde6380
Atteempt to fix map on itemframe by using EliasFlickenstein in mcl2
2022-05-30 14:02:06 +00:00
3raven
8d79e5f7f7
Attempt to fix map on itemframe by using EliasFleckenstein changes from mcl2
2022-05-30 13:59:49 +00:00
PrairieAstronomer
3a12b9f6c6
Serious Dedication Advancement
2022-05-29 21:06:48 -06:00
PrairieAstronomer
d4828f8993
Sweet Dreams Advancement
2022-05-29 19:11:21 -06:00
PrairieAstronomer
2a08c60602
Loom
2022-05-29 18:30:27 -06:00
PrairieAstronomer
53a1d7dd58
Fletching Table
2022-05-29 18:29:33 -06:00
PrairieAstronomer
80416fef71
Cartography Table
2022-05-29 18:28:34 -06:00
PrairieAstronomer
f57cbcb0a0
Postmortal Advancement
2022-05-29 17:32:47 -06:00
cora
ee969531a8
make bell diggable by pickaxe
2022-05-17 09:05:25 +00:00
3raven
499f698ba7
Merge pull request 'master' ( #314 ) from 3raven/MineClone5:master into master
...
Reviewed-on: MineClone5/MineClone5#314
Soul fire replace regular fire on soul sand/soil (fix from cora's blackstone mod).
Upon ignition on soul sand/soil the fire is briefly yellow (before being replaced). It can be fixed by implementing directly soul fire in mcl_fire if deemed necessary.
2022-05-10 15:49:12 +00:00
kay27
13dc68f40f
Merge pull request 'Use baby_size to scale chick size on hatching instead of dividing by 2' ( #305 ) from balazsszalab/MineClone5:master into master
...
Reviewed-on: MineClone5/MineClone5#305
2022-05-05 23:06:29 +00:00
balazsszalab
6ef292e80e
Use baby_size to scale chick size on hatching instead of dividing by 2
2022-05-03 21:13:52 +00:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
00e54944fa
Fix mcl_maps on Windows
2022-05-03 09:48:50 -05:00
3raven
d17a50ecba
Remove possibility to get soul fire in inventory by digging+minor fixes
2022-05-02 20:38:02 +00:00
3raven
49acbfed8e
Fix from mcl2 blackstone by cora
...
Changes taken from
af5e3d84d4
Fire is briefly yellow upon ignition before becoming blue
2022-04-30 22:08:08 +00:00
kay27
76efcd4906
Merge testing into master (1.10)
2022-04-25 01:55:18 +03:00
3raven
ab22628afe
Merge pull request 'master' ( #300 ) from 3raven/MineClone5:master into master
...
Reviewed-on: MineClone5/MineClone5#300
-Add Stripped and bark nether hyphae+hyphae stairs
-Make nether woods and nether wood doors non-flammable
-Put wooden door registration into a loop (like trapdoors)
2022-04-24 17:01:25 +00:00
3raven
010ffd695f
Update translation template - TODO complete translation
2022-04-24 16:49:20 +00:00
3raven
6ffa01cac6
Update translation list - TO-DO: complete translations
2022-04-24 16:17:18 +00:00
3raven
2f0351fe6d
Correct name
2022-04-24 16:16:33 +00:00
kay27
b70ae30fda
Create MCL5 own mcl_end_crystal_beam texture
2022-04-23 22:02:23 +03:00
kay27
d0a8848487
Merge master into testing
2022-04-23 21:19:09 +03:00