Closed coil0 closed 5 years ago
Oh my, that stuff accumulated over time :/ I'll comment on this when i'm doing work on that...
Another thing: I separated the mt_auth
repo into app and mod (https://github.com/pandorabox-io/pandorabox-mods/commit/b618d3e2832437c0e995ebf65e03f544510be95a), is it ok if we move the submodules to the root path?
Yes, but then we’d have all of plantlife_modpack. The symlink picks out just plantlife_i18n. Otherwise, it’d be nice to get rid of the symlinks since world.mt can already be used to enable and disable mods.
I removed the smartrenting
mod completely, this thing was buggy to begin with and to no real use.
Missing nil check for item stack in on_rightclick for anvil
Seems impossible for itemstack to be nil unless a mod calls minetest.item_place
with nil. Even then, it would still crash a few lines later if there was no placer because builtin also assumes itemstack is not nil.
xp_redo is missing changes to comment xp loss on death
Can be replaced by thomasrudin-mt/xp_redo#33.
Missing nil check for item stack in on_rightclick for anvil
Seems impossible for itemstack to be nil unless a mod calls
minetest.item_place
with nil. Even then, it would still crash a few lines later if there was no placer because builtin also assumes itemstack is not nil.
Oh, that was the "anvil of doom" issue: the travelnet tries to do a rightclick on nearby nodes: https://github.com/Sokomine/travelnet/blob/master/init.lua#L654
xp_redo is missing changes to comment xp loss on death
Can be replaced by thomasrudin-mt/xp_redo#33.
Thx, merged :)
I'll test the new meta-repo on the test-server (test.pandorabox.io) but can we merge #2 before that?
Oh, that was the "anvil of doom" issue: the travelnet tries to do a rightclick on nearby nodes: https://github.com/Sokomine/travelnet/blob/master/init.lua#L654
Submitted a fix (to anvil, even though it's really travelnet that needs fixed).
I'll test the new meta-repo on the test-server (test.pandorabox.io) but can we merge #2 before that?
Yes, I merged #4.
I switched the protector mod to tenplus1's original one again, my only local modification was some warning if the globalstep took too long
woodcutting upstream issue: https://github.com/minetest-mods/woodcutting/pull/4
prefab setting: https://github.com/minetest-mods/prefab/pull/4
Unified inventory settings: https://github.com/bousket/unified_inventory_plus/pull/2
@coil0 about the replacer commits: should we switch to your branch or do you want to wait for the PR to be merged?
EDIT: my preference would be to switch to forks until the PR's are merged...
closing due to installement of the repo, thx for the help @coil0 :+1:
override_items.lua