kay27
b70ae30fda
Create MCL5 own mcl_end_crystal_beam texture
2022-04-23 22:02:23 +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
kabou
ed963428c0
Replace mcl_end_crystal_beam.png with free version.
...
* Replace mcl_end_crystal_beam.png with unknown provenance with a
version from the PixelPerfection texture pack that has a know good
free licence.
2022-04-07 22:54:00 +03:00
kay27
7ca28d8a27
Make safer get_staticdata
2022-03-14 06:05:32 +04:00
kay27
1a6f4960bf
Merge pull request 'Update Russian translation' ( #216 ) from U.N.Owen/MineClone5-translate-ru:master into master
...
Reviewed-on: MineClone5/MineClone5#216
2022-02-20 09:57:05 +00:00
Sab Pyrope
dcf0a05f3c
Fix typos
2022-02-20 12:49:25 +08:00
Sab Pyrope
5053f0070b
Fix typos in translation
2022-02-20 11:39:43 +08:00
Sab Pyrope
e817c1dbc6
Update Russian and other translations
2022-02-19 21:14:51 +08:00
3raven
07b7a9ea90
Mise à jour de 'mods/ITEMS/mcl_end/locale/mcl_end.fr.tr'
...
Corrections
2022-02-19 01:15:46 +00:00
kay27
c7ad90f78a
Make sure we return a string in get_staticdata
2022-01-20 19:54:08 +04:00
kay27
6d4f7d2e62
Fix strongholds
2022-01-16 05:20:34 +04:00
kay27
9d3be8d0b0
Use math.random() for ABM chorus growth
2021-06-12 15:32:28 +04:00
marcin-serwin
cbe8583cef
Merge branch 'master' into polish-translation
2021-06-02 10:14:25 +00:00
AFCMS
cd33d406b2
fix many codestyle issues (functions, strings, modpaths)
2021-05-29 16:12:33 +02:00
AFCMS
d3a237384d
[mcl_end] fix warnings
2021-05-25 08:40:21 +02:00
AFCMS
56310a3624
[mcl_end] fix some warnings
2021-05-22 23:56:52 +02:00
kay27
f3c540af5d
[mcl_mapgen_core, mcl_biomes] Make chorus growth deterministic
2021-05-10 02:24:52 +04:00
Lizzy Fleckenstein
1bd647507b
Add proper end crystal death message
2021-05-05 13:20:06 +02:00
Marcin Serwin
c6de8c0669
Add polish translation of mcl_end
2021-04-13 19:26:24 +02:00
Lizzy Fleckenstein
9ba1917209
Add end crystal beams
2021-04-10 20:58:34 +02:00
Lizzy Fleckenstein
f65c40f805
Make dragon egg teleport on punching
2021-04-06 17:20:11 +02:00
Lizzy Fleckenstein
ea08fee9ba
Make the dragon stay within a 50 blocks range of the portal
2021-04-06 16:38:23 +02:00
Lizzy Fleckenstein
83b9cf3ad2
End exit portal openng / closing on dragon death / spawn
2021-04-06 15:48:17 +02:00
Lizzy Fleckenstein
962a13847e
Fix dragons summoned using commands spawning an egg on the exit portal
2021-04-06 14:57:29 +02:00
Lizzy Fleckenstein
a348909ba3
Enderdragon: Proper Egg and XP spawning
2021-04-06 12:50:36 +02:00
NO11
39aaf0f21f
Fix #1391
2021-04-02 11:09:45 +00:00
AFCMS
61c9d065fb
Fix #1400
2021-03-27 07:19:35 +01:00
Lizzy Fleckenstein
327bb68927
Fix crystal on_place handler
2021-03-19 12:03:32 +01:00
Lizzy Fleckenstein
3df3e957e2
Make nodes usable when wielding an end crystal
2021-03-18 12:41:39 +01:00
AFCMS
8f30e223e2
I hate reverting something xD
2021-03-16 17:39:06 +01:00
AFCMS
3635b848d5
add API for mcl_wip
2021-03-07 00:42:34 +01:00
kay27
2958d96967
Fix Russian translation
2020-11-26 23:34:56 +04:00
Laurent Rocher
af26f18bd6
Complete French Translation
2020-11-18 23:06:47 +01:00
Wuzzy
d2518c91e8
Tweak German End crystal translation
2020-10-23 22:01:59 +02:00
Wuzzy
4c39224e6f
Merge https://git.minetest.land/EliasFleckenstein03/MineClone2 into master
2020-10-23 21:53:42 +02:00
Lizzy Fleckenstein
299099116b
Changed drop chance
2020-10-12 11:07:11 +02:00
Wuzzy
2e9231ac56
Remove dead chorus flower from Creative
2020-08-05 21:00:30 +02:00
Wuzzy
ed6604ee56
Remove incorrect dead chorus flower tooltip
2020-08-05 20:44:41 +02:00
Wuzzy
402205d1ed
Do not hide alive chorus flower in Creative
2020-08-05 20:40:34 +02:00
Elias Åström
a8eca09822
Fix on_blast for chorus flower crashing
2020-07-27 19:44:55 +02:00
Lizzy Fleckenstein
a31ed90a81
Proper model
2020-07-26 13:28:13 +02:00
Lizzy Fleckenstein
21c6815839
Added End Crystal
2020-07-25 13:32:35 +02:00
kay27
ba51686e6c
Russian translation
2020-07-20 00:11:13 +00:00
Wuzzy
c106a62979
Use minetest.is_creative_enabled
2020-07-10 16:45:40 +02:00
Wuzzy
6a6e294c19
Fix blast not removing chorus plant
2020-06-07 21:31:52 +02:00
Wuzzy
c156398fb5
Merge branch 'translate-fr' of https://git.minetest.land/lrocher/MineClone2 into translate_fr
2020-05-09 18:57:40 +02:00
Rocher Laurent
c9a37d0dbc
Translate In French
2020-05-05 21:02:21 +02:00
Rocher Laurent
4957bd1118
Translate In French
2020-05-03 22:39:07 +02:00
Elias Åström
6315490b14
Update the rest of the blast resistance values
...
The values have been updated according to this list:
https://minecraft.gamepedia.com/Module:Blast_resistance_values
2020-04-19 13:08:36 +02:00
Wuzzy
c5e4ec5e27
Use ephemeral sounds
2020-04-07 00:55:45 +02:00