teknomunk
7a22c1de23
Initial tuning of acceleration/gravity, fix crash when entering an activator rail, detach mobs from cart on active activator rail, remove commented out code no longer needed
2024-04-28 11:11:38 +00:00
teknomunk
44142b65dd
Move code that handles below-rail hoppers to handle_cart_enter, implement timestep-independent cart physics (will need tuning punch, power rail and gravityaccelerations to make game fun)
2024-04-28 11:11:38 +00:00
teknomunk
4d807e2716
Mostly fix carts stopping between powered rails (there is still some strangeness with acceleration physics)
2024-04-28 11:11:38 +00:00
teknomunk
b179bff3b9
Fix diagonal movement
2024-04-28 11:11:38 +00:00
teknomunk
b1cd177bb6
Add diagonal track movement on zig-zag track, rewrite mcl_minecarts:get_rail_direction
2024-04-28 11:11:38 +00:00
teknomunk
ada5fe43ee
Make TNT minecarts available in creative menu
2024-04-28 11:11:38 +00:00
teknomunk
7736bfc0dd
Implement custom item dropper handlers, implement droppers placing minecarts
2024-04-28 11:11:38 +00:00
teknomunk
29fa07f785
Hopper minecarts pull from containers above rail
2024-04-28 11:11:38 +00:00
teknomunk
972b104b68
Rework in preparation to add code to pull from containers into the hopper minecart
2024-04-28 11:11:38 +00:00
teknomunk
72a2dfebc2
Move fiction constant to top of file, suppress cart flips when direction reverses due to gravity or end of track
2024-04-28 11:11:38 +00:00
teknomunk
56bf3257de
Add code to reattach carts to rail when data corruption occurs, fix bug in last commit that caused carts to bury into the ground
2024-04-28 11:11:38 +00:00
teknomunk
63ed9bc048
Remove dip into the ground that occured when gravity caused the cart to reverse directions
2024-04-28 11:11:38 +00:00
teknomunk
a667721c3d
Implement gravity, move orientation update to own function, fix cart stopping in process_acceleration
2024-04-28 11:11:38 +00:00
teknomunk
30ccead2b4
Change connected railcar behavior to fix unreliable end of track stopping, set maximum acceleration of powered rails to 8 blocks per second (per https://minecraft.fandom.com/wiki/Powered_Rail ), stop powered rails from powering the block underneath it (allows below rail hopper to work while the rail is powered like in https://www.youtube.com/watch?v=szjO0-duTAk ), modify mcl_hoppers to allow triggering a hopper pull once the minecart is stopped on top of the hopper and wait before allowing the cart to move to allow redstone circuits time to process
2024-04-28 11:11:38 +00:00
teknomunk
8447b99e78
Make minecart always stop at correct location at end of track, fix crash when placing chest minecart after changing how staticdata is handled
2024-04-28 11:11:38 +00:00
teknomunk
382c5ee7d9
Modify do_movement_step to move to always move to the edge of the current rail segment before updating the direction to prevent oscillations at corners, fix end of track stop location with new movement behavior, disable experimental controls, swap code to detach the driver on float with a call to detach_driver()
2024-04-28 11:11:38 +00:00
teknomunk
153917fc35
Add DEBUG flag, stop small do_movement_step's from occuring (this improves but doesn't eliminate the bug I with the a6be179ed commit), add recovery when staticdata field gets lost
2024-04-28 11:11:38 +00:00
teknomunk
8c13ef1784
Fix initial_properties for minecarts
2024-04-28 11:11:38 +00:00
teknomunk
5a54050197
Change left,right and back vectors to matrix math results with no branching
2024-04-28 11:11:38 +00:00
teknomunk
2b51f34e7c
Remove now unused properties from minecart definition, convert more vectors to use vector.new syntax
2024-04-28 11:11:38 +00:00
teknomunk
6ee2a0cf84
Complete rewrite of minecart movement that resolves MineClone2/MineClone2#2446 and MineClone2/MineClone2#247 (comment) but has a bug where carts will synchronize movements that I am still investigating
2024-04-28 11:11:38 +00:00
teknomunk
5cb23790a9
Change staticdata serialization (with migration from old data), disable debugging code used to investigate MineClone2/MineClone2#2446
2024-04-28 11:11:38 +00:00
teknomunk
8ab04f0305
Change to vector.new from {x=...}, relocate movement code to own function for future changes
2024-04-28 11:11:38 +00:00
SOS-Games
4f37c1600f
Able to see all mobs in the lookup help menu ( #4186 )
...
added a Mobs category that has pages for all mobs
Co-authored-by: SOS-Games <101518564+SOS-Games@users.noreply.github.com>
Reviewed-on: MineClone2/MineClone2#4186
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: SOS-Games <gruberscomplete@gmail.com>
Co-committed-by: SOS-Games <gruberscomplete@gmail.com>
2024-04-21 08:16:15 +00:00
the-real-herowl
5e673b8fee
Merge pull request 'Add partial item stack pickup' ( #4193 ) from teknomunk/MineClone2:grouped-item-pickup into master
...
Reviewed-on: MineClone2/MineClone2#4193
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
2024-04-14 06:53:37 +00:00
the-real-herowl
b5b8d4f336
Merge pull request 'more piglin bartering items (and drop stack instead of single items)' ( #4181 ) from nixnoxus/MineClone2:piglin-bartering into master
...
Reviewed-on: MineClone2/MineClone2#4181
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
2024-04-14 00:01:13 +00:00
nixnoxus
a86e8e2c8e
fix strider breeding & increase riding speed ( #4096 )
...
- Striders follow `mcl_crimson:warped_fungus`
- Striders can be bred with `mcl_crimson:warped_fungus`
- Riding speed increased to 2 m/s
- Warning fixed
Reviewed-on: MineClone2/MineClone2#4096
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: nixnoxus <nixnoxus@web.de>
Co-committed-by: nixnoxus <nixnoxus@web.de>
2024-04-13 23:38:46 +00:00
ancientmarinerdev
ac4aff12ea
Enable custom biome check in spawning. This allows mods to overide the check in singlenode and other mapgens that do not support biome API. ( #4217 )
...
Some older mapgens do not support the MT biome API. Singlenode and I think v6 also. This allows mods to overide the biomecheck in mob spawning to return valid biomenames and customise this.
Reviewed-on: MineClone2/MineClone2#4217
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: ancientmarinerdev <ancientmariner_dev@proton.me>
Co-committed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2024-04-01 15:40:14 +00:00
teknomunk
13ce4f9092
Additional cleanup, impelemnt partial item stack pickup
2024-03-31 02:32:24 +00:00
teknomunk
0a294c55a1
Move object pickup code to try_object_pickup(...) and refactor to remove most indentation for readability
2024-03-31 02:32:24 +00:00
the-real-herowl
89e8cf0213
Merge branch 'skeleton_sounds'
2024-03-24 06:38:35 +01:00
nixnoxus
08b41a3b39
accelerate non-moving carts on `mcl_minecarts:golden_rail_on` ( #4097 )
...
accelerate a non-moving minecart away from a solid opaque block the powered rail is facing
Reviewed-on: MineClone2/MineClone2#4097
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: nixnoxus <nixnoxus@web.de>
Co-committed-by: nixnoxus <nixnoxus@web.de>
2024-03-24 05:29:44 +00:00
nixnoxus
497f1dcd80
drop stack instead of items
2024-02-05 00:24:27 +01:00
nixnoxus
01cace413f
update bartering items
2024-02-05 00:11:22 +01:00
the-real-herowl
a8ad631864
Added ghast achievement and nerfed ghast
...
* ghast now attacks less frequently
* killing ghast with a ghast fireball now awards an achievement
2024-01-25 14:29:08 +01:00
the-real-herowl
1478960b7f
Improved ghast combat
...
* ghast fireballs can now hit the shooter (used to just fly through)
* improved ghast aim
* increased ghast fireball lifetime
* mob projectile lifetime is now counted in seconds (was in ticks)
* improved variable naming
* improved default mob projectile deflecting (applies to ghast fireball)
2024-01-25 02:51:36 +00:00
the-real-herowl
f41990c1d0
Fixed ghast hitbox
2024-01-25 02:51:36 +00:00
Eliy21
aa4f8ba6cc
Add medium size mob distinction in the cactus mob damage area reach code
2024-01-21 09:18:43 +00:00
Eliy21
d41d29be58
Add distinction between regular sized mobs and large mobs in the cactus mob damage area reach
2024-01-21 09:18:43 +00:00
Eliy21
434bb33f72
Add mob cactus damage logic to /mcl_mobs/physics.lua
2024-01-21 09:18:43 +00:00
emptyshore
8e103cf615
Mobs should not anger towards the player if damage is disabled. ( #4114 )
...
Co-authored-by: Mateusz Uzdowski <mateusz@silverstripe.com>
Reviewed-on: MineClone2/MineClone2#4114
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: emptyshore <emptyshore@noreply.git.minetest.land>
Co-committed-by: emptyshore <emptyshore@noreply.git.minetest.land>
2024-01-21 05:37:54 +00:00
codiac
d3c591915f
Fix light check and limit Y level for slime chunk spawn. ( #4139 )
...
Reviewed-on: MineClone2/MineClone2#4139
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: codiac <codiac@inbox.lv>
Co-committed-by: codiac <codiac@inbox.lv>
2024-01-21 02:52:36 +00:00
the-real-herowl
3dafeb7505
Merge pull request 'Set all mob spawn chance weights according to mc now that weights are actually taken into account' ( #4035 ) from Bakawun/MineClone2:mob_chance into master
...
Reviewed-on: MineClone2/MineClone2#4035
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
2024-01-20 04:00:13 +00:00
PrWalterB
899c45534f
Adding occitan translation for CORE and ENTITIES
2024-01-20 04:28:46 +01:00
the-real-herowl
41c6773fd4
Merge pull request 'Spawning: fix random weighted choice' ( #4025 ) from Bakawun/MineClone2:random_select into master
...
Reviewed-on: MineClone2/MineClone2#4025
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
2024-01-20 03:15:24 +00:00
the-real-herowl
27c3760da1
Merge pull request 'Ghast: align attributes with mc' ( #4014 ) from Bakawun/MineClone2:ghast into master
...
Reviewed-on: MineClone2/MineClone2#4014
2024-01-20 03:14:16 +00:00
bakawun
4d90dfab0e
Spawning: add a comment to clarify what the random select is doing
2024-01-10 11:22:13 +01:00
bakawun
b2b63266b7
Spawning: break mob selection loop when out of bounds
2024-01-10 11:22:13 +01:00
bakawun
d151e79fb9
Spawning: remove unused summary_chance
2024-01-10 11:22:13 +01:00
bakawun
e419e6d63b
Spawning: remove another unused perlin var
2024-01-10 11:22:13 +01:00