ancientmarinerdev
1c0387b898
Fix warnings and global vars
2023-03-21 22:20:26 +00:00
ancientmarinerdev
5409a382f9
Merge pull request 'Make mobs ride minecarts' ( #3507 ) from mobs_in_minecarts into master
...
Reviewed-on: MineClone2/MineClone2#3507
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2023-03-20 13:42:38 +00:00
ancientmarinerdev
ecf72db684
Fix ooops
2023-03-20 13:37:26 +00:00
ancientmarinerdev
bcd7f38fa7
Use new style vectors
2023-03-20 13:37:25 +00:00
ancientmarinerdev
3eab946889
Make death check less frequent. Load passenger in minecart at shutdown.
2023-03-20 13:37:25 +00:00
anarquimico
f817fe7f72
Fix performance issues and better check for mobs death
2023-03-20 13:37:25 +00:00
anarquimico
d5f01e88c4
Make mobs ride minecarts
2023-03-20 13:37:25 +00:00
ancientmarinerdev
b4ea9f048b
Merge pull request 'Tweak lapis distribution.' ( #3562 ) from lapis_distribution into master
...
Reviewed-on: MineClone2/MineClone2#3562
Reviewed-by: SmokeyDope <smokey@tilde.team>
2023-03-19 21:24:46 +00:00
ancientmarinerdev
6989e00af7
Tweak lapis distribution.
2023-03-19 18:01:39 +00:00
ancientmarinerdev
23f0c9a83e
Merge pull request 'Implementing slime mapblocks!' ( #3551 ) from slime_chunk into master
...
Reviewed-on: MineClone2/MineClone2#3551
Reviewed-by: Nicu <kneekoo@noreply.git.minetest.land>
2023-03-19 02:57:41 +00:00
ancientmarinerdev
81a258d33b
Clean up and reorder code
2023-03-19 02:44:35 +00:00
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