ancientmarinerdev
bd579314ba
Remove logging and clean up
2023-03-19 02:44:35 +00:00
ancientmarinerdev
e7449a65d8
Fix check_position and change spawn check to stages
2023-03-19 02:44:35 +00:00
ancientmarinerdev
b8b47e55e1
Add in slime chunks
2023-03-19 02:44:35 +00:00
ancientmarinerdev
1182ce349a
Merge pull request 'adjust crop hitboxes' ( #3555 ) from Fix-potato-hitbox into master
...
Reviewed-on: MineClone2/MineClone2#3555
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2023-03-18 22:04:07 +00:00
SmokeyDope
3f80cc8f26
Adjust beetroot hitbox heights
2023-03-18 21:59:46 +00:00
SmokeyDope
68a44d7824
one more carrot adjust
2023-03-18 21:59:46 +00:00
SmokeyDope
ced3b4dff1
Adjust carrot hitbox heights
2023-03-18 21:59:46 +00:00
SmokeyDope
44711369d9
Further adjust potato hitbox heights
2023-03-18 21:59:46 +00:00
SmokeyDope
3839250b38
Fix potatoes stage 2 hitbox
2023-03-18 21:59:46 +00:00
ancientmarinerdev
a4b4e4de69
Merge pull request 'Add sounds when using composter' ( #3549 ) from composter-add-sounds into master
...
Reviewed-on: MineClone2/MineClone2#3549
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2023-03-18 18:35:11 +00:00
ancientmarinerdev
002a63585f
Tweak volume and change reference to missing global variable
2023-03-18 18:30:03 +00:00
SmokeyDope
811f8ac516
One more indentation fix, sorry for the extra commit
2023-03-18 18:30:03 +00:00
SmokeyDope
89f2c06af2
Fix accidental extra spaces
2023-03-18 18:30:03 +00:00
SmokeyDope
20f8e18098
Add sounds when using composter
2023-03-18 18:30:03 +00:00
ancientmarinerdev
3b4fc04330
Merge pull request 'Remove unused translations' ( #3539 ) from syl/MineClone2:unusedtranslations into master
...
Reviewed-on: MineClone2/MineClone2#3539
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2023-03-18 18:09:37 +00:00
ancientmarinerdev
d437f45f4a
Merge pull request 'Sculk removed off xp_step and triggered by player and mob death [Performance]' ( #3545 ) from sculk_performance_fix into master
...
Reviewed-on: MineClone2/MineClone2#3545
Reviewed-by: 𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟 <mrrar@noreply.git.minetest.land>
2023-03-17 20:42:23 +00:00
ancientmarinerdev
ef633ce617
Do not throw XP if in creative
2023-03-17 20:36:53 +00:00
ancientmarinerdev
a3f23d0b35
Remove unneeded logging
2023-03-17 20:36:53 +00:00
ancientmarinerdev
2c7039fdda
Clean up code
2023-03-17 20:36:53 +00:00
ancientmarinerdev
c6db032674
Rework sculk to be off the xp_step and triggered by events
2023-03-17 20:36:53 +00:00
ancientmarinerdev
9f182dc63a
Merge pull request 'Mob spawner crash teleport bug logging' ( #3534 ) from over_mapgen_limit into master
...
Reviewed-on: MineClone2/MineClone2#3534
2023-03-17 15:25:07 +00:00
ancientmarinerdev
ff1b941d19
Clean and improve profiler info
2023-03-17 15:20:51 +00:00
ancientmarinerdev
be269b2034
Make error handling safe in case pos is missing
2023-03-17 15:20:51 +00:00
ancientmarinerdev
97091de67f
Log pos info only prior to crash
2023-03-17 15:20:51 +00:00
ancientmarinerdev
ae7cfdff69
Ensure conditional doesn't mask bug crash issue
2023-03-17 15:20:50 +00:00
ancientmarinerdev
0dee7792f4
Log where map unloaded before light damage code. #3430 debugging
2023-03-17 15:20:50 +00:00
ancientmarinerdev
583d066587
Merge pull request 'clearmobs command improvement' ( #3543 ) from clearmobs into master
...
Reviewed-on: MineClone2/MineClone2#3543
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2023-03-16 22:24:33 +00:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
150222583a
clearmobs command: nametagged/tamed is exclusive
2023-03-15 13:22:35 -05:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
a3e6f90b09
clearmobs command improvement
2023-03-15 16:25:28 +00:00
ancientmarinerdev
9697591dd6
Merge pull request 'Sky Strobe Band-aid Fix' ( #3538 ) from temporary_snow_disablement into master
...
Reviewed-on: MineClone2/MineClone2#3538
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2023-03-15 16:00:18 +00:00
FossFanatic
ae811ed703
Disable snowy weather temporarily
...
This commit quickly disables the standalone snow weather for the time being, until a more permanent solution can be found.
The snowy weather should no longer occur naturally, but can still be summoned with `/weather snow` if wanted.
2023-03-15 15:54:52 +00:00
ancientmarinerdev
fa0a595009
Merge pull request 'Fix verbose tool info on non-tools' ( #3530 ) from tool_info into master
...
Reviewed-on: MineClone2/MineClone2#3530
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2023-03-15 15:40:17 +00:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
75dffe5059
Fix verbose tool info on non-tools
2023-03-15 15:36:48 +00:00
ancientmarinerdev
3063cc97f7
Merge pull request 'Fix syntax errors in French' ( #3542 ) from syl/MineClone2:syntaxerrorsfr into master
...
Reviewed-on: MineClone2/MineClone2#3542
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2023-03-15 15:25:02 +00:00
ancientmarinerdev
db53e41ebd
Merge pull request 'Make dye descriptions more consistent' ( #3532 ) from grorp/MineClone2:owl into master
...
Reviewed-on: MineClone2/MineClone2#3532
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2023-03-14 14:38:39 +00:00
ancientmarinerdev
4917ea1478
Merge pull request 'Missing punctuation in README' ( #3537 ) from syl/MineClone2:readme into master
...
Reviewed-on: MineClone2/MineClone2#3537
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2023-03-14 14:22:17 +00:00
syl
1d981876d9
Fix syntax errors in French
2023-03-14 11:55:07 +01:00
ancientmarinerdev
7b53b6e45f
Merge pull request 'The New, Improved, Safe and More Powerful /clearmobs command' ( #3528 ) from clearmobs_improvements into master
...
Reviewed-on: MineClone2/MineClone2#3528
2023-03-14 02:48:26 +00:00
ancientmarinerdev
270820125d
Add in a default for improved clearmobs command.
2023-03-14 02:45:33 +00:00
ancientmarinerdev
fc7eb135e6
Comment out leftover logging
2023-03-14 02:45:33 +00:00
ancientmarinerdev
c97fef03b9
Comment out logging, and add in the destruction
2023-03-14 02:45:33 +00:00
ancientmarinerdev
37ca0efe05
New, improved, safe clearmobs command
2023-03-14 02:45:33 +00:00
syl
8a7a8ce1bf
Remove unused translations
2023-03-13 15:40:58 +01:00
syl
2d1c904368
Missing punctuation in README
2023-03-13 09:55:27 +01:00
ancientmarinerdev
b49828e9cb
Merge pull request 'Remove music interruptions' ( #3529 ) from fix_music_interruptions into master
...
Reviewed-on: MineClone2/MineClone2#3529
2023-03-12 23:13:43 +00:00
ancientmarinerdev
03d8363ed1
Ensure HP change doesn't stop music
2023-03-12 23:09:46 +00:00
ancientmarinerdev
ede3123b1a
Remove music interruptions
2023-03-12 23:09:46 +00:00
ancientmarinerdev
32ffa32009
Merge pull request 'Fix error handling compatibility with Minetest bundled Lua' ( #3533 ) from fix_error_handling_compatibility into master
...
Reviewed-on: MineClone2/MineClone2#3533
2023-03-12 22:09:12 +00:00
ancientmarinerdev
0f7efcf9c1
Fix error handling compatibility with Minetest bundled Lua
2023-03-12 21:52:35 +00:00
ancientmarinerdev
4fe4559e6d
Merge pull request 'Thorns translation crash fix' ( #3525 ) from translation_thorns_issue into master
...
Reviewed-on: MineClone2/MineClone2#3525
2023-03-12 21:23:04 +00:00