Commit Graph

8687 Commits

Author SHA1 Message Date
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
kay27 f39e0bca3d Merge pull request 'Fix tools backwards in wieldview' (#299) from MrRar/MineClone5:fishing into master
Reviewed-on: MineClone5/MineClone5#299
2022-04-23 18:07:27 +00: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
kay27 d476e26c60 Merge pull request 'Fix boat initialization failure' (#298) from c29979/MineClone5:fix-boat-init-failure into master
Reviewed-on: MineClone5/MineClone5#298
2022-04-23 14:56:46 +00:00
River River 663c2bedbb Fix boat initialization failure 2022-04-23 23:20:38 +09:00
kay27 3a7363f11d Decrease spam activity reset interval from 300 to 30 s 2022-04-22 23:14:39 +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 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
kay27 e4f218fded Merge pull request '/spawnstruct placed schematics one block lower than player is standing' (#296) from cableguy67-spawnstruct-fix into master
Reviewed-on: MineClone5/MineClone5#296
2022-04-22 19:40:17 +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
3raven a8be87f88d Rangement 2022-04-20 22:57:27 +00:00
3raven 84320db3b7 Rangement 2022-04-20 22:50:40 +00:00
3raven 85a6f216f0 fix 2022-04-20 22:32:07 +00:00
3raven 01737dd551 Add Bark stairs and slab 2022-04-20 22:15:01 +00:00
3raven fec258cb99 Wrong recipe 2022-04-20 22:05:57 +00:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟 c5ad0d5f33 Remove image stack wieldview 2022-04-20 16:56:17 -05:00
3raven 9367c74e71 Add bark stairs and slab 2022-04-20 05:06:07 +00:00
3raven 3dcb969d75 fix 2022-04-20 04:32:13 +00:00
3raven ed29cd687b fix 2022-04-20 04:07:22 +00:00
3raven f57135259c fix 2022-04-20 03:42:54 +00:00
3raven c3ef5e93af Put door registration into a loop to have less lines of code 2022-04-20 03:37:28 +00:00
3raven df8dab3fac Makes nether wood fences unflammable 2022-04-20 01:47:39 +00:00
3raven 04c62e475e makes nether wood trapdoors unflammable 2022-04-20 01:42:50 +00:00
3raven 44c2c26265 make nether woods doors unflammable 2022-04-20 01:35:48 +00:00
3raven 4850b914a4 Non flammable/modify by similiraty with trees 2022-04-20 00:29:44 +00:00
3raven 1d331313d7 Same for crimson hyphae 2022-04-19 23:25:21 +00:00
3raven 9010305df4 Add stripped warped stuff 2022-04-19 22:55:48 +00:00
3raven 0200e25781 Add warped hyphae stripped and bark 2022-04-19 22:35:18 +00:00
3raven 8153487290 Add texture files for stripped stem
Add texture files for stripped stem
2022-04-19 21:11:01 +00: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 940499ee7e Merge pull request 'Make the shield drop at death' (#290) from 3raven-patch-2 into master
Reviewed-on: MineClone5/MineClone5#290
2022-04-12 22:09:34 +00: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 64766109f5 Merge pull request 'master' (#287) from 3raven/MineClone5:master into master
Reviewed-on: MineClone5/MineClone5#287

Add buttons, pressure plate, and target; french translation

Missing : translation of mcl_lanterns, entities-counting proprerties of heavy/light pressure plate
2022-04-09 20:23:46 +00: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