Release 1.10 #261

Merged
kay27 merged 138 commits from compatibility into production-compatible 2022-04-23 21:24:48 +02:00
Owner
  • Compostablity percentage refactored by CableGuy67
  • Lifted up clouds for valleys
  • Chorus plants have more random shapes
  • Restored proper colors of rabbits
  • Added mcl_antispam
  • Lodestones by chmodsayshello
  • Respawn Anchors by chmodsayshello
  • Replaced mcl_end_crystal_beam texture
  • Fix mobs staying red after explosion by Johannes Fritz
  • New advancements by PrairieWind
  • Strike player by name by Johannes Fritz
  • Mobs wear armor by Johannes Fritz
  • Lava produce sparks by Johannes Fritz
  • /spawnstruct places schematics at proper layer, by CableGuy67
  • No sun damage wearing helment by Johannes Fritz
  • French Translation update by 3raven
* Compostablity percentage refactored by CableGuy67 * Lifted up clouds for valleys * Chorus plants have more random shapes * Restored proper colors of rabbits * Added mcl_antispam * Lodestones by chmodsayshello * Respawn Anchors by chmodsayshello * Replaced mcl_end_crystal_beam texture * Fix mobs staying red after explosion by Johannes Fritz * New advancements by PrairieWind * Strike player by name by Johannes Fritz * Mobs wear armor by Johannes Fritz * Lava produce sparks by Johannes Fritz * /spawnstruct places schematics at proper layer, by CableGuy67 * No sun damage wearing helment by Johannes Fritz * French Translation update by 3raven
kay27 added 11 commits 2022-03-21 12:41:03 +01:00
kay27 added 115 commits 2022-04-22 21:51:49 +02:00
7ad5f7c66e Incorrect fortune effect on a non-ore
This Easter Egg had almost a year. Time to put it to bed.
9e72966f91 missed the comma on the previous line
When removing the last line the previous comma wasn't removed.
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.
521b890612 Replace proprietary texture
Replace by the texture from PixelPerfection Legacy by XSSheep (CC-BY-SA)
8e98239a57 README
Add license info
3129379fe9 Add steel and black stone pressure plate
light and heavy weighted pressure plate don't work the same as in minecraft. They dont give signal proportional to entities number.
Modified heavey weighted pressure plate so it detect all entities as in minecraft wiki.
f60588cf25 Update
Please when you add stuff update the template.txt and not just one translation file
64766109f5 Merge pull request 'master' (#287) from 3raven/MineClone5:master into master
Reviewed-on: #287

Add buttons, pressure plate, and target; french translation

Missing : translation of mcl_lanterns, entities-counting proprerties of heavy/light pressure plate
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.
kay27 added 2 commits 2022-04-22 22:01:49 +02:00
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
152e552458 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).
kay27 added 2 commits 2022-04-22 22:15:35 +02:00
Owner

I think the update will be bigger then we thought

I think the update will be bigger then we thought
Author
Owner

I think the update will be bigger then we thought

Yes. Lots of changes. It's good. Let's list the updates together. We mostly have proper rights to edit the topic, just insert missing lines, when it will look complete, we'll announce it :)

> I think the update will be bigger then we thought Yes. Lots of changes. It's good. Let's list the updates together. We mostly have proper rights to edit the topic, just insert missing lines, when it will look complete, we'll announce it :)
kay27 added 7 commits 2022-04-23 20:20:48 +02:00
kay27 added 1 commit 2022-04-23 21:02:59 +02:00
kay27 merged commit 2d525a45da into production-compatible 2022-04-23 21:24:48 +02:00
Sign in to join this conversation.
No description provided.