wallabra
6f6b70dedc
Fix typo in passing newvel to set_velocity in item phys
2022-02-09 03:12:56 -03:00
wallabra
4105e07670
Fix ground drag var reference in item physics
2022-02-09 03:09:44 -03:00
wallabra
2aa565ac21
Add ground drag force to avoid items stuck on ledges
2022-02-09 03:07:02 -03:00
wallabra
77bfc6c174
Scale fluid flow forces on items with dtime
2022-02-09 03:03:10 -03:00
wallabra
ddbc3353a2
Change item on flowing water physics adding momentum and drag (experimental)
2022-02-09 02:44:39 -03:00
kay27
f6b34f8865
Fix blazes attemted to find vector.distance to nil
2022-02-05 23:04:56 +04:00
kay27
779ab00635
Fix yet another boat visual size crash
2022-02-04 23:54:04 +04:00
NO411
a53a849d96
Add shields and offhand
2022-01-24 17:26:14 +01:00
Mental-Inferno
d3711b69a5
Fixed bug where cave spider poison effect would continue after respawn
...
Also added knockback effect to cave spider attack and set default cave spider health to current Minecraft default.
2022-01-22 15:15:09 -05:00
Thinking
4c85f85422
Added poison to cave spider attack
...
Converted melee cave spider punch to custom, ultra low range, poison spit. The attack serves as a functional stop gap until punch augmentation is implemented in the mcl_mobs API (if that is decided to be done). The attack does 2 initial damage + 4 poison damage over 8 seconds (better fraction that Minecraft's weird 4 damage over 7 seconds) Credits have been added where necessary.
2022-01-21 17:21:58 -05:00
superfloh247
78a5416e60
fix crash
2022-01-20 14:59:29 +00:00
kay27
c2b8991eb2
Merge mapgen_issue into testing
2022-01-19 05:00:28 +04:00
kay27
79170e2386
Fix attempt to perform arithmetic on a nil value in mount.lua:232
2022-01-12 04:33:55 +04:00
kay27
1f55e6da1c
Merge remote-tracking branch 'origin/spawner' into testing
2022-01-11 21:56:47 +04:00
Guy Liner
bc3ecb175e
Merge remote-tracking branch 'spawner/spawner' into spawner
...
These are my changes that fix a spawning bug that allowed monsters
to spawn no matter what light level if you had manually created
the spawner
2022-01-11 09:24:19 -05:00
kay27
54adfe9e30
Merge remote-tracking branch 'origin/testing' into mapgen_issue
2022-01-06 02:07:16 +04:00
Guy Liner
502f85f637
Added a file that contains a table of every monsters light spawning levels
2022-01-05 10:45:15 -05:00
Guy Liner
a9eb6cb747
Moved that table that contains every monster's light spawning levels to a different file, added some comments
2022-01-05 10:44:01 -05:00
Guy Liner
385d34df33
Added comments and figured out away to fix mob spawning bug
2022-01-04 23:15:48 -05:00
kay27
806edcda19
Fix crash at startup
2022-01-05 06:47:06 +04:00
kay27
6c1d30a130
Polish new mapgen stuff
2022-01-05 06:43:16 +04:00
kay27
91fd78f38f
Merge branch 'master' into mapgen_issue
2022-01-04 00:43:52 +04:00
kay27
bcb93fb49c
Merge master into mapgen_issue
2022-01-03 20:12:50 +04:00
kay27
7a1cdc89fb
#35 Fix floating slimes
2022-01-03 08:08:56 +04:00
kay27
7ecf316c48
#55 Fix boat visual size again
2022-01-02 03:11:10 +04:00
kay27
cd3f9bc40f
Merge master into testing
2021-12-31 02:34:34 +04:00
chmodsayshello
6ee11337f4
Merge pull request 'Update Fork Branch' ( #2 ) from master into golemfix
...
Reviewed-on: chmodsayshello/MineClone5#2
2021-12-25 21:23:03 +00:00
chmodsayshello
d40ea5855b
Snow Golems no longer drop experience orbs
...
In Minecraft, (Snow) Golems do not drop any xp! (checked in the Minecarft Wiki and confirmed in my copy of Minecraft (1.18.1))
Now they drop at least 0 and at most 0 experience orbs, so you won't get any
https://minecraft.fandom.com/wiki/Snow_Golem
2021-12-25 21:14:20 +00:00
chmodsayshello
54de60b27e
Iron Golems no longer drop experience orbs
...
In Minecraft, (Iron) Golems do not drop any xp! (checked in the Minecarft Wiki and confirmed in my copy of Minecraft (1.18.1))
Now they drop at least 0 and at most 0 experience orbs, so you won't get any
https://minecraft.fandom.com/wiki/Iron_Golem
2021-12-25 21:11:01 +00:00
kay27
e7e8d394ed
#55 Rewrite boat get_visual_size in a bit safer way
2021-12-25 04:49:12 +04:00
kay27
06b482b309
Merge remote-tracking branch 'mcl2/master' into testing
2021-12-10 03:47:25 +04:00
Lizzy Fleckenstein
b945975427
Slime splitting: nil check child to prevent crash (that happened on oysterity-mcl2)
2021-12-09 18:11:05 +01:00
kay27
ea6d8f9e86
Merge remote-tracking branch 'mcl2/master' into testing
2021-12-09 03:07:00 +04:00
Lizzy Fleckenstein
ec7e245b9d
Various fixes to the enchanting and loot system
...
- enchanted loot generated by mapgen now uses PseudoRandom for randomness
- prevent fishing loot from generating loot 32767 times (!!!) when only 1 is needed
- bows and fishing rods obtained from the treasure section of fishing loot are now enchanted
- there is now a function to uniform enchant items other than books
2021-12-07 17:57:18 +01:00
kay27
93da5d3f77
Merge MineClone2/master
2021-12-05 05:10:29 +04:00
Nils Dagsson Moskopp
46394e7e1f
Add obsidian boat that always sinks
2021-11-20 09:06:48 +01:00
NO11
a9804879e2
Rename drippingwater to mcl_dripping in mod.conf and readme.txt
2021-11-15 21:54:16 +01:00
NO11
d2a03ec0b9
Rename entity ids
2021-11-15 21:44:23 +01:00
NO11
7ef6613f09
Rename drippingwater mod to mcl_dripping
2021-11-15 21:39:43 +01:00
NO11
d27109d807
Merge branch 'master' into dripping
2021-11-13 19:15:49 +00:00
iliekprogrammar
bd14918543
Reduce defuse reach for charged creeper
...
5.2 is actually half of the estimated MC creeper defuse range, which is 10.4.
The reason for this change is to balance the creeper in MCL2 where it fuses
whilst moving making it more difficult than MC. In MC, the creeper does not move
while fusing.
2021-11-13 12:12:20 +08:00
iliekprogrammar
66c1b4a95f
Merge pull request 'fix_creeper' ( #1896 ) from Dieter44/MineClone2:fix_creeper into master
...
Reviewed-on: MineClone2/MineClone2#1896
2021-11-13 04:06:55 +00:00
iliekprogrammar
96c4fb60d8
Fix crash on startup during immediate runtime by mcl_burning
...
The crash occurs if mcl_burning:data is deserialized to nil. The cause of
mcl_burning being set to "return nil" is unknown. Therefore, when it occurs, it
will be logged as warning.
2021-11-13 10:55:24 +08:00
NO11
7ed964756e
local luaentity
2021-11-12 18:00:04 +00:00
NO11
0e5ad8637d
Merge branch 'master' into dripping
2021-11-12 17:54:30 +00:00
NO11
0cc0a7e01d
Make dripping particles MC-like
2021-11-12 17:49:27 +00:00
Dieter44
03d22852ee
Replace mobs:boom with equivalent mcl_explosions.exlode() to fix game crash when creeper is right-clicked with flint and steel. Issue #1753
2021-11-11 16:56:44 +01:00
Dieter44
10a5f8c4bf
Adding attribute hostile=true to charged creeper to fix that the charged creeper has no behavior: Issue #1756
2021-11-11 16:50:29 +01:00
Dieter44
68810a2a74
Change creeper fuse range and defuse range according to minecraft wiki: https://minecraft.fandom.com/wiki/Creeper and: https://minecraft.fandom.com/wiki/Explosion . Fix of #1689
2021-11-11 16:47:32 +01:00
Dieter44
0b6467d679
Reduce creeper run_velocity to 2.1, to fix #1691
2021-11-11 16:03:04 +01:00
Lizzy Fleckenstein
a7bc460fae
Fix boat and enchanting book texture glitches / warnings
2021-11-09 17:39:39 +01:00
Lizzy Fleckenstein
25f467c8ab
Merge branch 'master' into xp
2021-11-03 20:18:49 +01:00
Elias Fleckenstein
c17fc81d1f
Merge pull request 'Break minecart if it's near a cactus' ( #1886 ) from NO11/MineClone2:minecart into master
...
Reviewed-on: MineClone2/MineClone2#1886
2021-11-03 19:18:01 +00:00
Lizzy Fleckenstein
8f9f5cc936
Merge branch 'master' into xp
2021-11-03 20:14:08 +01:00
Lizzy Fleckenstein
a4e73886d5
Rework XP API
2021-11-03 19:36:57 +01:00
Artem Arbatsky
db696d0e2b
Add missing call for on_die function
2021-11-03 10:11:06 +08:00
NO11
c52fda154b
Break minecart if it's near a cactus ( Fix #924 )
2021-11-02 22:58:03 +01:00
cora
15a60ae638
Merge pull request 'Fix villagers/mobs despawning ( issue #26 )' ( #29 ) from TioBlocos/MineClone5:fix/issue_26_villagers_despawning into master
...
Reviewed-on: MineClone5/MineClone5#29
2021-09-25 15:01:11 +00:00
Artem Arbatsky
91d0dc38e5
Add missing call for on_die function
2021-09-24 16:50:54 +05:00
Lizzy Fleckenstein
27e4bd6d09
Fix burning entity packet spam
...
- Use upright_sprite for 3rd person flame display, which is both closer to minecraft and allows for client side texture animation
- Take care of flame HUD in the MineClone2Client
2021-09-18 22:28:20 +02:00
Nils Dagsson Moskopp
256de2bc36
Log warning for non-serializable item entity fix
2021-09-15 18:10:40 +02:00
sfan5
693a5317ef
Fix non-serializable item entity unload crash
...
Some items, like shulkers or books, can have so much metadata that the
corresponding item entity can not be serialized by the Minetest engine.
Without this patch, dropping such an item and then moving away crashes
Minetest, as it can not serialize the entity with serializeString16()
when unloading a map block.
The patch resets the overlong metadata of non-serializable item entities.
This avoids a crash and makes it possible to retrieve a “sanitized” item
without metadata when the mapblock containing the item entity is reloaded.
Originally sfan5 guessed the maximum possible item entity serialization size
that would not lead to a crash as 65530 bytes, but anon5 calculated it to be
actually 65487 bytes. This has been experimentally verified by erlehmann.
2021-09-15 18:10:32 +02:00
NO11
79d8593d34
Merge pull request 'Destroy objects near cactus faster (make it possible to throw items at a cactus)' ( #1856 ) from NO11/MineClone2:cactus into master
...
Reviewed-on: MineClone2/MineClone2#1856
2021-09-07 18:00:53 +00:00
NO11
dc8436fdf9
Destroy objects near cactus faster (make it possible to throw items at a cactus)
2021-09-06 14:34:25 +00:00
Elias Fleckenstein
a8d09338a9
Merge pull request 'Added spawn egg for killer rabbit' ( #1704 ) from talamh/MineClone2:master into master
...
Reviewed-on: MineClone2/MineClone2#1704
2021-09-04 10:21:18 +00:00
Glaucos Ginez
345f40ded6
Fix issue 26
2021-08-22 14:44:01 -03:00
AFCMS
2d1a43396f
Merge pull request 'Title HUD API' ( #1778 ) from title-API into master
...
Reviewed-on: MineClone2/MineClone2#1778
2021-08-20 12:31:54 +00:00
AFCMS
fe62189019
Update French translation (part 1)
2021-08-13 11:35:18 +02:00
kay27
e226d6ce45
Merge remote-tracking branch 'origin/master' into mapgen_issue
2021-07-27 01:05:59 +04:00
kay27
5bfec00295
Fix attempt to perform arithmetic on a nil value in mobs.drive()
2021-07-25 19:42:29 +04:00
kay27
2f8e30b1bb
Merge MineClone2/mapgen
2021-07-25 04:13:11 +04:00
AFCMS
c31c852a6e
add documentation
2021-07-20 16:14:34 +02:00
AFCMS
b5f7ae5458
working implementation + support of other mods
2021-07-20 15:47:26 +02:00
kay27
b70859e185
Merge origin/master into mapgen
2021-07-17 21:45:48 +04:00
kay27
33b63e7511
Remove two mob-related crashes logged by publicly listed server
2021-07-13 00:50:25 +04:00
kay27
8b0e9d514c
Merge remote-tracking branch 'origin/mineclone5'
2021-07-12 05:29:53 +04:00
NO11
4afdea56db
Move code of making anvils destroy items when falling
2021-07-05 12:28:14 +00:00
kay27
35f07a8b66
[mineclone5] Put mob flow code at its right place, fix unloaded player spawn rechech
2021-06-25 03:53:58 +04:00
kay27
7cf49c2cfd
Merge remote-tracking branch 'origin/master' into mineclone5
2021-06-22 05:16:30 +04:00
kay27
c6b662ce7a
[mcl_mobs/api] Add mob flow code from Crafter
2021-06-22 05:10:45 +04:00
kay27
5d4d1d70e7
Merge remote-tracking branch 'origin/master' into mineclone5
2021-06-22 03:20:58 +04:00
kay27
586c18b00f
[mcl_mobs/api] Continue float function on acceleration.y equals zero
2021-06-22 03:15:39 +04:00
kay27
4de3bfda8e
[extra_mobs] Fix critical attempt to index local c_pos (a nil value)
2021-06-21 02:47:20 +04:00
kay27
ed8d79395d
[mcl_mobs/api] Fix critical attempt to index local pos2 (a nil value)
2021-06-21 02:44:55 +04:00
kay27
f30a2ab6bc
Merge remote-tracking branch 'origin/master' into mineclone5
2021-06-21 02:42:19 +04:00
basxto
822071c66b
Fix attribution and typo
...
Since walking skeleton is based on another cc-by 3.0 work, it's also required to mention the original author
2021-06-12 18:35:48 +00:00
kay27
b3e3b91b7c
Merge master
2021-06-12 15:12:33 +04:00
AFCMS
e81da3c4ff
fix some mods using "core" insteed of "minetest"
2021-06-12 00:18:52 +02:00
Marcin Serwin
0132d0569f
Update polish translation of several files
2021-06-02 13:21:19 +02: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
3bedc81068
fix some code style issues in lightning
2021-05-28 00:07:06 +02:00
AFCMS
b8782d0af1
rename API doc file properly
2021-05-27 11:30:43 +02:00
AFCMS
9e074af07f
unify code style [1]
2021-05-25 12:52:25 +02:00
AFCMS
388ab6d8df
fix some codestyle issues
2021-05-25 10:56:06 +02:00
AFCMS
79cf98c8e3
[mcl_mobs] fix some warnings
2021-05-25 01:48:14 +02:00
AFCMS
0d13e1ffdd
[drippingwater] fix warnings
2021-05-25 00:54:12 +02:00
AFCMS
be9fff4fe2
[mcl_boats] fix warnings
2021-05-25 00:50:04 +02:00
AFCMS
ad16fe7072
[mcl_burning] fix warnings
2021-05-25 00:48:46 +02:00
AFCMS
dd3b5a98ae
[mcl_falling_nodes] fix warnings
2021-05-25 00:46:39 +02:00