José M
bb1e572287
Update mcl_compass.es.tr and fix syntax errors
2023-12-05 18:39:29 -06:00
Eliy21
4127d120d2
Add server privs restriction to mcl_villages build tool ( #4043 )
...
<!--
Please follow our contributing guidelines first:
https://git.minetest.land/MineClone2/MineClone2/src/branch/master/CONTRIBUTING.md#how-you-can-help-as-a-programmer
By submitting this pull request, you agree to follow our Code of Conduct:
https://git.minetest.land/MineClone2/MineClone2/src/branch/master/CODE_OF_CONDUCT.md
-->
Fixes #4022
### Testing
-Make a new world, check host server and go into creative mode
-Since you're the server you have the server privs so get the mcl_villages build tool item in creative inventory and use it to see if it works
-Have someone join your server and give them the same item to use and see if they are restricted from using it
Reviewed-on: MineClone2/MineClone2#4043
Reviewed-by: chmodsayshello <chmodsayshello@hotmail.com>
Co-authored-by: Eliy21 <eliy21@noreply.git.minetest.land>
Co-committed-by: Eliy21 <eliy21@noreply.git.minetest.land>
2023-12-05 12:49:49 +00:00
Eliy21
86dad4693e
Add warning log if players with 0 hp joined ( #4051 )
...
Reviewed-on: MineClone2/MineClone2#4051
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: Eliy21 <eliy21@noreply.git.minetest.land>
Co-committed-by: Eliy21 <eliy21@noreply.git.minetest.land>
2023-12-05 08:21:37 +00:00
José M
f39fe17895
Update mesecons_lightsone spanish translation
...
Fixed a syntaxis error at line 3 and added the missing translation for line 4
2023-12-04 22:51:50 -06:00
Eliy21
0673fcc25b
Respawn dead players when they login so they don't get stuck without the death formspec ( #4041 )
...
Hopefully will prevent the dead player not respawning when logging in bug from happening
Reviewed-on: MineClone2/MineClone2#4041
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: Eliy21 <eliy21@noreply.git.minetest.land>
Co-committed-by: Eliy21 <eliy21@noreply.git.minetest.land>
2023-12-05 01:08:50 +00:00
the-real-herowl
589de76613
Fixed a code branch never being run
2023-12-05 01:59:05 +01:00
the-real-herowl
1857341b59
Fixed player knockback from arrows
2023-12-05 00:58:10 +00:00
the-real-herowl
46d9c66000
Fixed mobs executing custom on_punch with punch fail
2023-12-05 00:58:10 +00:00
the-real-herowl
cca6645524
Added player damage invulnerability
2023-12-05 00:58:10 +00:00
the-real-herowl
24ffd64cad
Knockback fixes
2023-12-05 00:58:10 +00:00
the-real-herowl
e29654a0f6
Revert healing interval default to the lower value
2023-12-05 00:58:10 +00:00
José Muñoz
027e0e8337
Fix a typo in the spanish translation ( #4039 )
...
Reviewed-on: MineClone2/MineClone2#4039
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: José Muñoz <dr.cabra@disroot.org>
Co-committed-by: José Muñoz <dr.cabra@disroot.org>
2023-12-05 00:05:39 +00:00
bakawun
2ba73f832c
horse: drops: remove 2nd saddle, add armor
2023-12-04 20:17:39 +01:00
chmodsayshello
4b63ff1c2a
Merge pull request 'Fix "sleeping player hud" sometimes showing decimal numbers' ( #4038 ) from player_sleeping_hudfix into master
...
Reviewed-on: MineClone2/MineClone2#4038
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
2023-12-02 19:37:05 +00:00
chmodsayshello
43e7a952ac
use math.ceil to get amount of needed players
2023-11-30 22:29:56 +01:00
codiac
4cf865a36c
Fix passive threshold in nether and end ( #4030 )
...
Fix light check for passive mobs in other dimensions. It is apparently the same in all dimensions. If a mob has it's own spawn_check function then that should be used regardless of it's type.
Fixes #4029
Reviewed-on: MineClone2/MineClone2#4030
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>
2023-11-28 02:45:18 +00:00
Eliy21
b57f6be81d
Make showing advancement chat messages into a setting ( #4032 )
...
Reviewed-on: MineClone2/MineClone2#4032
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: Eliy21 <eliy21@noreply.git.minetest.land>
Co-committed-by: Eliy21 <eliy21@noreply.git.minetest.land>
2023-11-28 01:37:45 +00:00
the-real-herowl
cd40861b3b
Merge pull request 'Add stonecutter functionality' ( #3999 ) from stonecutter_functionality into master
...
Reviewed-on: MineClone2/MineClone2#3999
2023-11-27 23:37:57 +00:00
the-real-herowl
19728c5a19
Merge pull request 'hopper reimplementation' ( #3980 ) from Morik666/MineClone2:hopper into master
...
Reviewed-on: MineClone2/MineClone2#3980
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
2023-11-27 23:34:47 +00:00
Kostinatyn Tsiupa
1da7bb0bdc
hopper reimplementation
...
Reimplemented hoppers and all (blast_furnace, furnace, smoker, composters, double chaets, shulker_boxes, droppers, bookshelvs and brewing_stands) connected nodes
2023-11-27 14:33:01 +02:00
the-real-herowl
1044163717
Fixed the ambiguous /clear command being dangerous ( #4026 )
...
Implements #3826
Reviewed-on: MineClone2/MineClone2#4026
Co-authored-by: the-real-herowl <wiktor_t-i@proton.me>
Co-committed-by: the-real-herowl <wiktor_t-i@proton.me>
2023-11-27 02:22:39 +00:00
ThePython10110
570ea114ec
Fix weathered cut copper crafting ( #4033 )
...
Just fixing a typo.
Reviewed-on: MineClone2/MineClone2#4033
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: ThePython10110 <thepython10110@noreply.git.minetest.land>
Co-committed-by: ThePython10110 <thepython10110@noreply.git.minetest.land>
2023-11-27 02:21:48 +00:00
the-real-herowl
8fd988da11
Increased cut copper recipe output
2023-11-25 23:52:04 +00:00
the-real-herowl
f1c5f0ca1c
Fixed duplication bug
2023-11-25 23:52:04 +00:00
the-real-herowl
b4080b6275
Credits update in mod.conf
2023-11-25 23:52:04 +00:00
the-real-herowl
bb48e47488
Made stonecutter player metadata consistent
2023-11-25 23:52:04 +00:00
the-real-herowl
a6025b751a
Uneven crafts support
...
-taking part of the resulting stack now produces well-defined results
-stonecutter won't allow amount undivisible by recipe count anymore
2023-11-25 23:52:04 +00:00
the-real-herowl
af2f58248f
Added the ability to stonecut up to full stack
2023-11-25 23:52:04 +00:00
AFCMS
e324a1a74b
Make inventory use the util functions
2023-11-25 23:52:04 +00:00
AFCMS
4836418cf6
Rework Stonecutter
2023-11-25 23:52:04 +00:00
AFCMS
a001f84786
Add utility functions to clean inventory lists
2023-11-25 23:52:04 +00:00
AFCMS
2128dd4c15
Add basic table ordered keys iterator
2023-11-25 23:52:04 +00:00
the-real-herowl
c183da7714
Updated README
2023-11-25 23:52:04 +00:00
the-real-herowl
fd17bf1a29
Removed old implementation groups
2023-11-25 23:52:04 +00:00
the-real-herowl
0c7b4d473c
Copper blocks stonecutter recipes
2023-11-25 23:52:04 +00:00
the-real-herowl
6ebd3ccb7d
Third batch of stonecutter recipes
...
-deepslate
-blackstone
-quartz bricks
2023-11-25 23:52:04 +00:00
the-real-herowl
d46b9071a0
Added nether and end stonecutter recipes
2023-11-25 23:52:04 +00:00
the-real-herowl
ead2e772c2
First batch of stonecutter recipes under new API
...
-core blocks
-stairs
-slabs
-walls
2023-11-25 23:52:04 +00:00
the-real-herowl
19cea45c17
Stonecutter fixes and improvements
...
-improved stonecutter API, making it more robust
-fixed a dupe bug
2023-11-25 23:52:04 +00:00
the-real-herowl
b252e577ec
Implement recipe registering API
2023-11-25 23:52:04 +00:00
Chris Page
12568a6749
use on_destruct instead of after dig node
2023-11-25 23:52:04 +00:00
Chris Page
559f500322
Update readme for stonecutter
2023-11-25 23:52:04 +00:00
Chris Page
40fb043de2
Add stage so smooth items can't be reverted
2023-11-25 23:52:04 +00:00
Chris Page
5dda3033a5
Prevent input from being a selectable option
2023-11-25 23:52:04 +00:00
Chris Page
524c9c1bcc
Dupe glitch fizes and remove item label
2023-11-25 23:52:04 +00:00
Chris Page
a9f26fb354
use item groups to determine the cuttable items
2023-11-25 23:52:04 +00:00
Chris Page
01d43bb33a
Remove unused meta on drop items
2023-11-25 23:52:04 +00:00
Chris Page
ca37ce5744
Remove hardcoded one element array
2023-11-25 23:52:04 +00:00
Chris Page
5f0ad98dae
Use node group for items that can be used in the stonecutter
2023-11-25 23:52:04 +00:00
Chris Page
0e60231c2e
Only reset output if input is empty
2023-11-25 23:52:04 +00:00