mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-13 22:43:43 +01:00
34b5002fc8
A user claimed that this texture was a texture from Minecraft 1.8.9 – see <https://git.minetest.land/MineClone2/MineClone2/issues/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). |
||
---|---|---|
.. | ||
mcl_anvils | ||
mcl_armor | ||
mcl_armor_stand | ||
mcl_banners | ||
mcl_barrels | ||
mcl_beds | ||
mcl_books | ||
mcl_bows | ||
mcl_brewing | ||
mcl_buckets | ||
mcl_cake | ||
mcl_cauldrons | ||
mcl_chests | ||
mcl_clock | ||
mcl_cocoas | ||
mcl_colorblocks | ||
mcl_compass | ||
mcl_composters | ||
mcl_core | ||
mcl_crafting_table | ||
mcl_doors | ||
mcl_dye | ||
mcl_enchanting | ||
mcl_end | ||
mcl_farming | ||
mcl_fences | ||
mcl_fire | ||
mcl_fireworks | ||
mcl_fishing | ||
mcl_flowerpots | ||
mcl_flowers | ||
mcl_furnaces | ||
mcl_heads | ||
mcl_hoppers | ||
mcl_itemframes | ||
mcl_jukebox | ||
mcl_lanterns | ||
mcl_maps | ||
mcl_mobitems | ||
mcl_mobspawners | ||
mcl_monster_eggs | ||
mcl_mushrooms | ||
mcl_nether | ||
mcl_ocean | ||
mcl_portals | ||
mcl_potions | ||
mcl_shields | ||
mcl_signs | ||
mcl_sponges | ||
mcl_stairs | ||
mcl_throwing | ||
mcl_tnt | ||
mcl_tools | ||
mcl_torches | ||
mcl_totems | ||
mcl_walls | ||
mcl_wool | ||
mclx_core | ||
mclx_fences | ||
mclx_stairs | ||
REDSTONE | ||
screwdriver | ||
xpanes | ||
modpack.conf |