Commit Graph

6209 Commits

Author SHA1 Message Date
kay27 e2860cb885 Merge commit 'c3868084af93d3ab345cbc02a504d5ee9e515230' into production 2021-04-19 18:44:56 +00:00
kay27 e21976320a Merge commit '0d5933b95edfd9012593513734bc8df5fd08cbb4' into production 2021-04-19 18:44:56 +00:00
kay27 9300b35bda Merge commit '615b15f1331d34c1b5c8e339cc025309b13eecca' into production 2021-04-19 18:44:56 +00:00
kay27 416d0aa12d Merge commit 'ed7099fefc3f0091426cc2b61c9bb19ed8b96846' into production 2021-04-19 18:44:56 +00:00
kay27 50bd7e58ef Merge commit 'db5626fcb480a7ec3fcb1b2dd064cf8b14d2a260' into production 2021-04-19 18:44:56 +00:00
kay27 a2e0ddff92 Merge commit '523a0c54d6ca9cc069d8ca767adf19596b4655f1' into production 2021-04-19 18:44:56 +00:00
kay27 e1705ff39f Merge commit 'e0feba115dde0a867008042eb90c801804d1d305' into production 2021-04-19 18:44:56 +00:00
kay27 609ea7a1f8 Merge commit 'b914e088cc93100437517e4f58ce5a7dea411c7b' into production 2021-04-19 18:44:56 +00:00
kay27 590f82ee88 Merge commit '51f121d5166670712f9c32b733c64d848b4f2ac7' into production 2021-04-19 18:44:56 +00:00
kay27 1bcb971f0c Merge commit '1e17989ef28696fe69ab16467a1db8ef9488bad3' into production 2021-04-19 18:44:55 +00:00
jordan4ibanez 96dbfa30a2 Add mod.conf to mcl_fireworks 2021-04-19 10:00:07 +04:00
jordan4ibanez 123802c77a Fix crashing with unknown slot description when enchanting 2021-04-19 09:59:59 +04:00
kay27 622028171c [mcl_portals] Better NP search, no more teleports on the roof, fix MineClone2/MineClone2#1560 2021-04-19 00:09:28 +04:00
Lizzy Fleckenstein 90a54104e8 Add time_of_day to get_light crash fix 2021-04-18 14:50:08 +02:00
Lizzy Fleckenstein 409e48f068 Fix get_light crash 2021-04-18 14:49:58 +02:00
Lizzy Fleckenstein 7e37f74339 Fix crash in mcl_bossbars.remove_bar 2021-04-12 17:56:11 +02:00
Lizzy Fleckenstein c3868084af Revert "Fix crash with removed hoey diggroup"
This reverts commit ed7099fefc.
2021-04-12 16:34:25 +02:00
Lizzy Fleckenstein 0d5933b95e Remove debug printin mcl_mobs 2021-04-12 15:45:00 +02:00
Lizzy Fleckenstein 615b15f133 Revert "Merge pull request 'Add #490' (#1515) from NO11/MineClone2:master into master"
This reverts commit 7a8079bb64, reversing
changes made to 849823af1f.
2021-04-12 15:25:31 +02:00
Lizzy Fleckenstein ed7099fefc Fix crash with removed hoey diggroup 2021-04-12 15:18:19 +02:00
Lizzy Fleckenstein db5626fcb4 Revert "Make hoe dig some blocks faster"
This reverts commit c1e295de5f.
2021-04-12 15:05:01 +02:00
Lizzy Fleckenstein ab0b647b26 Localize c_x and c_y in mcl_playerplus 2021-04-12 14:54:32 +02:00
Lizzy Fleckenstein 523a0c54d6 Localize c_x and c_y in mcl_playerplus 2021-04-12 14:54:14 +02:00
Lizzy Fleckenstein e0feba115d Remove empty line 2021-04-12 14:35:25 +02:00
Lizzy Fleckenstein b914e088cc Update README files 2021-04-12 14:03:51 +02:00
Lizzy Fleckenstein c0a31f0e9c Fix #1535 2021-04-11 17:30:32 +02:00
Lizzy Fleckenstein 24f8f9166b Fix #1528 2021-04-11 17:29:05 +02:00
Lizzy Fleckenstein af044e6a96 Bossbars: Add support for non-mob bosses 2021-04-11 11:15:09 +02:00
Lizzy Fleckenstein 2313012f60 Fix #1528 2021-04-11 10:41:11 +02:00
epCode ce49cd02ac make player collision box MUCH closer to MC 2021-04-10 15:41:50 -07:00
kay27 40c733c913 [mobs_mc] Remove `goto` from enderman.lua 2021-04-11 02:11:14 +04:00
kay27 a76fe2b487 [mcl_mobs] Replace `goto` to `repeat-break-until true` in spawning.lua 2021-04-11 02:11:06 +04:00
kay27 b14ca5a843 Revert "[mcl_mobs, mobs_mc] TEMP! Remove `goto` to run on RasbPI4, Oil_boi free to revert"
This reverts commit ea41c82834.
2021-04-11 02:10:27 +04:00
epCode 3ff214ec2d lessen the push strength for players 2021-04-10 15:06:16 -07:00
epCode f6db31eae3 add criticle and sprint hits. 2021-04-10 14:47:26 -07:00
Lizzy Fleckenstein 9ba1917209 Add end crystal beams 2021-04-10 20:58:34 +02:00
kay27 ea41c82834 [mcl_mobs, mobs_mc] TEMP! Remove `goto` to run on RasbPI4, Oil_boi free to revert 2021-04-10 20:47:55 +02:00
Lizzy Fleckenstein 2116b2b9d0 Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2 2021-04-10 20:05:09 +02:00
epCode 08b7340ff5 Fix crash with player near unknown object 2021-04-10 10:20:38 -07:00
kay27 7a8079bb64 Merge pull request 'Add #490' (#1515) from NO11/MineClone2:master into master
Reviewed-on: MineClone2/MineClone2#1515
2021-04-10 12:21:19 +00:00
NO11 cdd12a0c71 Charcoal made from debarked wood 2021-04-10 11:19:51 +00:00
NO11 652f8d48ed Debark wood with an axe 2021-04-09 22:16:52 +00:00
NO11 988f298375 Add stripped wood crafting 2021-04-09 22:13:50 +00:00
NO11 c73cd8b810 Add stripped spruce textures 2021-04-09 22:11:32 +00:00
NO11 ebd4380c98 Add stripped oak textures 2021-04-09 22:10:47 +00:00
NO11 3d732c2412 Add stripped jungle textures 2021-04-09 22:10:10 +00:00
NO11 03e112ef9b Add stripped dark oak textures 2021-04-09 22:09:16 +00:00
NO11 9b81a4d83e Add stripped birch textures 2021-04-09 22:08:39 +00:00
NO11 cbcaef19c6 Add stripped acacia textures 2021-04-09 22:07:44 +00:00
NO11 9e5fb7f533 Add #490 2021-04-09 22:04:42 +00:00