Use warped fungus on a stick and add mod.conf #1

Merged
epCode merged 4 commits from :master into master 2021-03-24 17:15:28 +01:00
Contributor

Here’s a suggestion

Here’s a suggestion
TechDudie added 2 commits 2021-03-24 16:14:45 +01:00
Author
Contributor
https://git.minetest.land/TechDudie/mc
Owner

there's only one problem, There's no such thing in MCL as a warped fungus on a stick.

there's only one problem, There's no such thing in MCL as a warped fungus on a stick.
Author
Contributor

True, but it’s added in mc, my own mod.

True, but it’s added in mc, my own mod.
Author
Contributor

And p.s.,found a quick bug I need to fix.

And p.s.,found a quick bug I need to fix.
Owner

that's fine, If you say:

if minetest.get_modpath("mc") then
    wield_item = "mc:warped_fungus_stick"
else
    mobs_mc.items.carrot_on_a_stick
 end
that's fine, If you say: ``` if minetest.get_modpath("mc") then wield_item = "mc:warped_fungus_stick" else mobs_mc.items.carrot_on_a_stick end ```
Owner

then it won't be dependent on your mod but will benifit from it.

then it won't be dependent on your mod but will benifit from it.
Author
Contributor

Ok, will add. Also, the bug in mc is fixed btw.

Ok, will add. Also, the bug in mc is fixed btw.
TechDudie added 1 commit 2021-03-24 17:05:32 +01:00
TechDudie added 1 commit 2021-03-24 17:06:53 +01:00
Author
Contributor

There we go :)

There we go :)
Owner

have you tested? If so and there are no bugs, Then I will (after you remove dependecy to mc) merge into master.

have you tested? If so and there are no bugs, Then I will (after you remove dependecy to mc) merge into master.
Author
Contributor

Yes i already removed dependency but I can’t test now, I’ll do so today evening where I am and I’ll let you know the results tommorow

Yes i already removed dependency but I can’t test now, I’ll do so today evening where I am and I’ll let you know the results tommorow
Owner

I will test then.

I will test then.
epCode merged commit 33e907ad29 into master 2021-03-24 17:15:28 +01:00
Author
Contributor
Drats, indentation issues. https://git.minetest.land/epCode/extra_mobs/src/branch/master/strider.lua#L119
Owner

I'll fix it.

I'll fix it.
Author
Contributor

Strange, when I look at the code the indentation issue is visible, but when I edit it, it is correct...

Strange, when I look at the code the indentation issue is visible, but when I edit it, it is correct...
Owner

it works! (after I fixed somethong)

it works! (after I fixed somethong)
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: epCode/extra_mobs#1
No description provided.