pandorabox-io / pandorabox-mods

Pandorabox meta repository
24 stars 6 forks source link

Differences from server #1

Closed coil0 closed 5 years ago

coil0 commented 5 years ago
thomasrudin commented 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?

coil0 commented 5 years ago

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.

thomasrudin commented 5 years ago

I removed the smartrenting mod completely, this thing was buggy to begin with and to no real use.

coil0 commented 5 years ago

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.

thomasrudin commented 5 years ago

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?

coil0 commented 5 years ago

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.

thomasrudin commented 5 years ago

I switched the protector mod to tenplus1's original one again, my only local modification was some warning if the globalstep took too long

thomasrudin commented 5 years ago

woodcutting upstream issue: https://github.com/minetest-mods/woodcutting/pull/4

thomasrudin commented 5 years ago

prefab setting: https://github.com/minetest-mods/prefab/pull/4

thomasrudin commented 5 years ago

Unified inventory settings: https://github.com/bousket/unified_inventory_plus/pull/2

thomasrudin commented 5 years ago

@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...

coil0 commented 5 years ago

10 switches to my branch. If the upstream PR does not get merged, we could switch to HybridDog's fork, which has other improvements for creative and doesn't break metadata.

thomasrudin commented 5 years ago

closing due to installement of the repo, thx for the help @coil0 :+1: