Commit graph

13336 commits

Author SHA1 Message Date
Mikita Wiśniewski
640b01616d Patch respawned anchors for mcl_beds 2025-01-26 21:46:50 +07:00
Mikita Wiśniewski
7992670d20 Fix piston pushers not being not_in_creative_inventory=1 2025-01-26 21:46:50 +07:00
Mikita Wiśniewski
bcd7baec75 Respect node's max stack count on pickblock 2025-01-26 21:46:50 +07:00
Mikita Wiśniewski
e432df0402 Use player's preferred stack count when picking items 2025-01-26 21:46:50 +07:00
Mikita Wiśniewski
8378cd1849 Use drop as pickblock if it is a string 2025-01-26 21:46:50 +07:00
Mikita Wiśniewski
843294f607 Fix right-clicking in survival mode 2025-01-26 21:46:50 +07:00
Mikita Wiśniewski
36c2264bea Patch mcl_chests for pickblock 2025-01-26 21:46:50 +07:00
Mikita Wiśniewski
164cb539d3 Pickmob functionality 2025-01-26 21:46:50 +07:00
Mikita Wiśniewski
307687cc98 Fix some more issues with vl_pickblock, avoid conflicts with mcl_meshhand 2025-01-26 21:46:50 +07:00
Mikita Wiśniewski
e921515357 Fix some present issues with vl_pickblock 2025-01-26 21:46:50 +07:00
Mikita Wiśniewski
08c12a0dc7 Patch mcl_cocoas for pickblock 2025-01-26 21:46:50 +07:00
Mikita Wiśniewski
b6e7181ffc Patch mcl_farming for pickblock 2025-01-26 21:46:50 +07:00
Mikita Wiśniewski
2193d0a745 Patch mcl_mangrove for pickblock 2025-01-26 21:46:50 +07:00
Mikita Wiśniewski
f0d6306a90 Patch mcl_beehives for pickblock 2025-01-26 21:46:50 +07:00
Mikita Wiśniewski
78f7267b50 Patch mcl_ocean/sea_pickle.lua for pickblock 2025-01-26 21:46:49 +07:00
Mikita Wiśniewski
b080eba382 vl_pickblock: fix rightclick broken in survival 2025-01-26 21:46:49 +07:00
Mikita Wiśniewski
05a9f3b5ac Give slabs when pickblocking double slab blocks 2025-01-26 21:46:49 +07:00
Mikita Wiśniewski
c2451929ea vl_pickblock: GOLD -> YELLOW 2025-01-26 21:46:49 +07:00
Mikita Wiśniewski
c62c56dcbf Patch mcl_flowers for pickblock 2025-01-26 21:46:49 +07:00
Mikita Wiśniewski
eaec6f7f0b Refactor vl_pickblock 2025-01-26 21:46:49 +07:00
Mikita Wiśniewski
fa68bcf77b Patch mcl_doors for pickblock 2025-01-26 21:46:49 +07:00
Mikita Wiśniewski
37ef87d63f Patch mcl_beds for pickblock 2025-01-26 21:46:49 +07:00
Mikita Wiśniewski
71ab1f504b Patch mcl_ocean for pickblock (again) 2025-01-26 21:46:49 +07:00
Mikita Wiśniewski
27bfa94b34 Notify the player if a picked block is already in their hotbar 2025-01-26 21:46:49 +07:00
Mikita Wiśniewski
1916a16269 Simplify pickblock implementation and call on_rightclick 2025-01-26 21:46:49 +07:00
Mikita Wiśniewski
f30e0a6e4d Patch mcl_brewing to work with pickblock 2025-01-26 21:46:49 +07:00
Mikita Wiśniewski
44b699c80e Patch mcl_stairs to work with pickblock 2025-01-26 21:46:49 +07:00
Mikita Wiśniewski
15f3375fb7 Patch mcl_ocean to support pickblock 2025-01-26 21:46:49 +07:00
Mikita Wiśniewski
025526b2a3 Implement basic pickblock functionality (on rightclick) 2025-01-26 21:46:49 +07:00
teknomunk
73b675448e Prevent minecarts from being placed above air nodes ()
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4888
Reviewed-by: kno10 <kno10@noreply.git.minetest.land>
Co-authored-by: teknomunk <teknomunk@protonmail.com>
Co-committed-by: teknomunk <teknomunk@protonmail.com>
2025-01-25 20:15:49 +01:00
SmokeyDope
22ff4d3694 Add some missing sounds for mobs ()
- Eating sound for Sheep (file already here)
- Damage sound for Sheep
  - mobs_mc_sheep_damage.ogg all taken from https://freesound.org/people/Breviceps/sounds/644830/ released under CC0
- More random baa sounds for Sheep
  - mobs_mc_sheep_random.1.ogg is taken from here https://freesound.org/people/michaelperfect/sounds/710298/ and is released under CC0
  - mobs_mc_sheep_random.2.ogg is taken from here https://freesound.org/people/satoristudios3/sounds/677221/ and is released under CC0
- Footsteps for Skeletons fixed
- Random Sounds for Skeletons fixed
- Sounds for Iron Golem
  - mobs_mc_iron_golem_clank_damage.1.ogg comes from https://freesound.org/people/F.M.Audio/sounds/616200/ CC-BY-4.0
  - mobs_mc_iron_golem_clank_damage.2.ogg comes from https://freesound.org/people/F.M.Audio/sounds/620435/ CC-BY-4.0
  - mobs_mc_iron_golem_clank_damage.3.ogg comes from https://freesound.org/people/F.M.Audio/sounds/620830/ CC-BY-4.0
  - mobs_mc_iron_golem_death.ogg taken from https://freesound.org/people/yottasounds/sounds/175180/ under cc-by-3.0
  - mobs_mc_iron_golem_random.1.ogg taken from https://freesound.org/people/LemmaEOF/sounds/538065/ under cc-by-4.0
  - mobs_mc_iron_golem_random.2.ogg taken from  https://freesound.org/people/newagesoup/sounds/337841/ released under CC0

Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4875
Reviewed-by: kno10 <kno10@noreply.git.minetest.land>
Co-authored-by: SmokeyDope <smokey@tilde.team>
Co-committed-by: SmokeyDope <smokey@tilde.team>
2025-01-25 20:13:13 +01:00
SmokeyDope
373c6134fe Add placement and digging sounds to bamboo ()
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4874
Reviewed-by: kno10 <kno10@noreply.git.minetest.land>
Co-authored-by: SmokeyDope <smokey@tilde.team>
Co-committed-by: SmokeyDope <smokey@tilde.team>
2025-01-25 20:05:14 +01:00
kno10
fbb963f2f1 German grammar fix ()
Trivial translation fix.

Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4898
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: kno10 <erich.schubert@gmail.com>
Co-committed-by: kno10 <erich.schubert@gmail.com>
2025-01-25 20:04:04 +01:00
the-real-herowl
69fd46cdf1 Merge pull request 'LuaJIT parameters and get_node_name function' () from trusted into master
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4880
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
2025-01-25 14:28:24 +01:00
kno10
1a613a6fca add documentation 2025-01-25 14:28:24 +01:00
kno10
9aa35154d2 add jit parameter tuning and get_node_raw access 2025-01-25 14:28:24 +01:00
kno10
36f5abc4df Fix spawning ignoring mob cap ()
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4891
Reviewed-by: teknomunk <teknomunk@protonmail.com>
Reviewed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-authored-by: kno10 <erich.schubert@gmail.com>
Co-committed-by: kno10 <erich.schubert@gmail.com>
2025-01-25 14:22:30 +01:00
the-real-herowl
a27fbe80bd Merge pull request 'Fix pistons moving powered rail' () from fix-piston-pushing-powered-rails into master
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4892
Reviewed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
2025-01-25 14:19:51 +01:00
teknomunk
feaf000b00 Turn powered rail conductor states into functions 2025-01-25 14:19:51 +01:00
teknomunk
b7538bb64d Fix mesecon.on_placenode to work with functions 2025-01-25 14:19:51 +01:00
teknomunk
15fbaedd9a Modify mesecons to allow functions in conductor.state, conductor.on and conductor.off 2025-01-25 14:19:51 +01:00
kno10
d297a90d3f Sort blocks and mobs by localized name in documentation ()
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4895
Reviewed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-authored-by: kno10 <erich.schubert@gmail.com>
Co-committed-by: kno10 <erich.schubert@gmail.com>
2025-01-24 22:38:08 +01:00
kno10
9564b69e6a Unnecessary use of mcl_vars.get_node ()
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4781
Reviewed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-authored-by: kno10 <erich.schubert@gmail.com>
Co-committed-by: kno10 <erich.schubert@gmail.com>
2025-01-24 22:37:07 +01:00
kno10
a0fe68a6f1 Tiny fix in door pathfinding ()
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4893
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: kno10 <erich.schubert@gmail.com>
Co-committed-by: kno10 <erich.schubert@gmail.com>
2025-01-24 22:32:42 +01:00
SmokeyDope
94a0a0c008 Add placement sounds to scaffolding ()
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4872
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: SmokeyDope <smokey@tilde.team>
Co-committed-by: SmokeyDope <smokey@tilde.team>
2025-01-20 19:06:49 +01:00
kno10
9d2e42165f snow should be supported_node ()
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4876
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: kno10 <erich.schubert@gmail.com>
Co-committed-by: kno10 <erich.schubert@gmail.com>
2025-01-20 18:51:52 +01:00
the-real-herowl
9ae9842069 Merge pull request 'Node sounds adjustments from MCLA' () from adjust-node-sounds into master
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4853
Reviewed-by: kno10 <kno10@noreply.git.minetest.land>
2025-01-20 18:48:07 +01:00
Elias Åström
5b7b2d8eb7 Adjust node sounds levels 2025-01-20 18:48:07 +01:00
Elias Åström
19c4e2526f Lower gain of glass breaking sound 2025-01-20 18:48:07 +01:00
the-real-herowl
d441262c8e Merge pull request 'Fix pulling partial stacks from double chests with hopper minecart' () from fix-chest-hopper-pulling into master
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4850
Reviewed-by: kno10 <kno10@noreply.git.minetest.land>
2025-01-20 18:42:40 +01:00