kay27
aa6a9c9afb
Create MCL5 own mcl_end_crystal_beam texture
2022-04-23 22:01:51 +03:00
kay27
5a55f50024
Merge testing into compatibility
2022-04-23 21:20:29 +03:00
kay27
d0a8848487
Merge master into testing
2022-04-23 21:19:09 +03:00
kay27
cd02080ca8
Merge master into testing
2022-04-23 20:15:43 +03:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
b80e511cae
Fix tools backwards in wieldview
2022-04-23 11:52:32 -05:00
River River
663c2bedbb
Fix boat initialization failure
2022-04-23 23:20:38 +09:00
kay27
43c35f359c
Merge testing into compatibility
2022-04-22 23:15:17 +03:00
kay27
3a7363f11d
Decrease spam activity reset interval from 300 to 30 s
2022-04-22 23:14:39 +03:00
kay27
e69c78b94c
Merge testing into compatibility
2022-04-22 23:01:20 +03:00
Nils Dagsson Moskopp
033573ad63
Shuffle pixels in mcl_end_crystal_beam.png
...
A user claimed that this texture was a texture from Minecraft 1.8.9 –
see <MineClone2/MineClone2#2099 > for
further details. I have not verified that but I noticed that in commit
152e55245804bd2b4790ee31454986948237d2a8 the file was replaced with a
file containing the exact same pixels.
A visual inspection confirms that the file contains noise, so it is not
clear if it is even copyrightable. However, to ensure that it could not
be identical to a file from Minecraft, To get noise of the same quality,
I have shuffled all its pixels with the following POSIX sh shell script:
LANG=C
PREFIX=mcl_end_crystal_beam
convert $PREFIX.png $PREFIX.pnm
<$PREFIX.pnm >$PREFIX.plainpnm pnmtoplainpnm
<$PREFIX.plainpnm >$PREFIX.seed tr '1234567890 ' ' 1356902468'
(
<$PREFIX.plainpnm head -n+3
<$PREFIX.plainpnm tail -n+4 \
|tr ' ' '\n' \
|shuf --random-source $PREFIX.seed
) >$PREFIX.shuffled.plainpnm
I then opened mcl_end_crystal_beam.shuffled.plainpnm using GIMP,
converted the color black to tranparency and saved the image as a
paletted PNG (which yields a smaller filesize than a grayscale PNG).
2022-04-22 23:00:47 +03:00
kay27
10545dc01c
Merge testing into compatibility
2022-04-22 22:51:21 +03:00
kay27
c5e84a2704
Merge master into testing
2022-04-22 22:48:47 +03:00
kay27
f204470052
Merge pull request 'Lava produce sparks' ( #292 ) from MrRar/MineClone5:lava into master
...
Reviewed-on: MineClone5/MineClone5#292
2022-04-22 19:47:17 +00:00
kay27
721e721427
Merge pull request 'Remove image stack wieldview' ( #295 ) from MrRar/MineClone5:wieldview into master
...
Reviewed-on: MineClone5/MineClone5#295
2022-04-22 19:45:32 +00:00
CableGuy67
5432c6bd92
/spawnstruct placed schematics one block lower than player is standing
...
Because the position of the player is -0.5 from the block (when not flying) /spawnstruct would place the schematic a block lower than the player's feet.
2022-04-22 13:51:17 +00:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
c5ad0d5f33
Remove image stack wieldview
2022-04-20 16:56:17 -05:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
b6a4c1a995
Lava sparks: performance improvement
2022-04-19 08:01:56 -05:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
f0b8e8ea11
Lava produce sparks
2022-04-15 13:56:49 -05:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
d0fcab11e9
Merge pull request 'Armor wearing mobs' ( #285 ) from MrRar/MineClone5:zarmor into master
...
Reviewed-on: MineClone5/MineClone5#285
2022-04-13 18:41:51 +00:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
b7f3b8edd5
No sun damage wearing helment
2022-04-13 12:52:39 -05:00
3raven
9b04b285b7
Make the shield drop at death
2022-04-12 22:08:33 +00:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
1d315c569f
Bonus: Mobs Redo bug fix
2022-04-10 14:05:15 -05:00
3raven
c6f09e30a5
Mise à jour de 'mods/ITEMS/mcl_lanterns/register.lua'
2022-04-09 19:49:59 +00:00
3raven
a47e0d2f17
Mise à jour de 'mods/ITEMS/mcl_lanterns/init.lua'
2022-04-09 19:49:23 +00:00
3raven
a1ca0c3431
Mise à jour de 'mods/ITEMS/mcl_lanterns/register.lua'
2022-04-09 19:31:56 +00:00
3raven
c72c960e8a
Mise à jour de 'mods/ITEMS/mcl_lanterns/init.lua'
2022-04-09 19:29:52 +00:00
3raven
0184925890
Mise à jour de 'mods/ITEMS/mcl_lanterns/local/mcl_lanterns.fr.tr'
2022-04-09 19:26:04 +00:00
3raven
44d32b5d17
fix
2022-04-09 12:12:07 +00:00
3raven
07d564b5a2
Mise à jour de 'mods/ITEMS/mcl_beds/init.lua'
2022-04-09 12:05:00 +00:00
3raven
1e431814bc
Mise à jour de 'mods/ITEMS/mcl_lanterns/init.lua'
2022-04-09 11:48:43 +00:00
3raven
337b4e1d05
Mise à jour de 'mods/ITEMS/mcl_lanterns/register.lua'
2022-04-09 11:47:14 +00:00
3raven
f052e26e0c
fix
2022-04-09 11:43:47 +00:00
3raven
c55aab9360
Update french translation
2022-04-09 10:31:13 +00:00
3raven
421c1e8d00
Ajouter 'mods/MAPGEN/mcl_villages/locale/mcl_villages.fr.tr'
2022-04-09 10:21:26 +00:00
3raven
3591ef1fae
French translation
2022-04-09 09:59:27 +00:00
3raven
47ed81490a
french translation
2022-04-09 09:52:46 +00:00
3raven
609653eaf2
Update french translation
2022-04-09 09:44:49 +00:00
3raven
f828ee6a19
Mise à jour de 'mods/HUD/mcl_achievements/locale/template.txt'
2022-04-09 09:28:36 +00:00
3raven
e14545a2b8
French translation
2022-04-09 08:51:53 +00:00
3raven
c3111c99b2
French translation
2022-04-09 08:49:47 +00:00
3raven
140fd67686
Add french translation
2022-04-09 08:07:47 +00:00
3raven
700200958d
wrong place
2022-04-09 08:03:37 +00:00
3raven
8cd3b63fae
Add Translations
2022-04-09 08:02:22 +00:00
3raven
4c957a3e7c
Add Translation
2022-04-09 08:01:16 +00:00
3raven
2b87fb2cd2
Update french translation
2022-04-09 07:51:40 +00:00
3raven
cbfac60742
Mise à jour de 'mods/ITEMS/mcl_furnaces/locale/template.txt'
2022-04-09 07:45:41 +00:00
3raven
f46d093038
remove doublon
2022-04-09 07:44:09 +00:00
3raven
cc300971b3
Update
2022-04-09 07:42:19 +00:00
3raven
9dd85f9f7b
Update french translation
2022-04-09 07:12:24 +00:00
3raven
7f34c979ff
update
2022-04-09 06:49:31 +00:00