Missing recipt #25

Open
opened 2021-01-14 21:33:12 +01:00 by cloud · 8 comments

farming:hemp_fiber No recipes
Normaly default to:
hemp; hemp; hemp;
hemp; bucket of water; hemp
hemp; hemp; hemp

angledstairs: all No recipes
But this maybe require creative mode
not important

farming:hemp_fiber No recipes Normaly default to: hemp; hemp; hemp; hemp; bucket of water; hemp hemp; hemp; hemp angledstairs: all No recipes But this maybe require creative mode not important
Owner

Hello, i will to look at farming:hemp_fiber, maybe its only some of collision with other mod.

I try to have master versions of all of mods here, because mods-download can easy update it.

So, if you see any bug with some mod, you can search used repository in mods-download script and contact maintainer of mod itself.

If maintainer not reply for some time, i can make clone of mod somewhere and make fix, or make some of rules for patching in mods-download script.

You can create fix by itself and push new branch here.
I will to look at it, and when i have some time, i can try implement it.

Thanks for report!

Hello, i will to look at farming:hemp_fiber, maybe its only some of collision with other mod. I try to have master versions of all of mods here, because mods-download can easy update it. So, if you see any bug with some mod, you can search used repository in mods-download script and contact maintainer of mod itself. If maintainer not reply for some time, i can make clone of mod somewhere and make fix, or make some of rules for patching in mods-download script. You can create fix by itself and push new branch here. I will to look at it, and when i have some time, i can try implement it. Thanks for report!
Owner

Now i push changes from devel to master, where is changes from last week from master repos. Can you tell me, if issue persist?

Now i push changes from devel to master, where is changes from last week from master repos. Can you tell me, if issue persist?
Author

farming:hemp_fiber recipt work fine on other site as in my local minetest.
This seem to not have conflicte also, other item including hemp work fine.


For angledstairs there is simple no recipt as commented from maintainer
Maintainers TumeniNodes
... Also, if anyone wishes to add crafting recipes for them, that would be awesome. I don't use them, I just build stuff : )

Trying to do recipt for so many item will simply make conflict with other mods, better to forget this.

farming:hemp_fiber recipt work fine on other site as in my local minetest. This seem to not have conflicte also, other item including hemp work fine. ----- For angledstairs there is simple no recipt as commented from maintainer Maintainers TumeniNodes ... Also, if anyone wishes to add crafting recipes for them, that would be awesome. I don't use them, I just build stuff : ) Trying to do recipt for so many item will simply make conflict with other mods, better to forget this.
Owner

Ok, we need resolve only farming:hemp_fiber

Ok, we need resolve only farming:hemp_fiber
Owner

Hello, correct name is farming:hemp_fibre, right?

In file mods/farming/crops/hemp.lua, i found:
minetest.register_craft( {
output = "farming:hemp_fibre 8",
recipe = {
{"farming:hemp_leaf", "farming:hemp_leaf", "farming:hemp_leaf"},
{"farming:hemp_leaf", "group:water_bucket", "farming:hemp_leaf"},
{"farming:hemp_leaf", "farming:hemp_leaf", "farming:hemp_leaf"}
},
replacements = {{"group:water_bucket", "bucket:bucket_empty"}}
})

But in game, it not show/works..

Hello, correct name is farming:hemp_fibre, right? In file mods/farming/crops/hemp.lua, i found: minetest.register_craft( { output = "farming:hemp_fibre 8", recipe = { {"farming:hemp_leaf", "farming:hemp_leaf", "farming:hemp_leaf"}, {"farming:hemp_leaf", "group:water_bucket", "farming:hemp_leaf"}, {"farming:hemp_leaf", "farming:hemp_leaf", "farming:hemp_leaf"} }, replacements = {{"group:water_bucket", "bucket:bucket_empty"}} }) But in game, it not show/works..
Author

Is it avalaible in creative ?
If yes hemp block are craftable ?

I check also the source code but fund no clue
I copied it and past in my local mods folder and still working fine.

No fund farming.conf only farming.conf.exemple then i asume default value, right ?

Is it avalaible in creative ? If yes hemp block are craftable ? I check also the source code but fund no clue I copied it and past in my local mods folder and still working fine. No fund farming.conf only farming.conf.exemple then i asume default value, right ?
Owner

Hello, in creative its available, but block is not craftable(i took look maybe two weeks ago, but i simple forgot to reply)

I believe, when farming.conf file is not found, default values are used..

Its look like some mod is in conflict, but i cannot see it in debug.txt..

Hello, in creative its available, but block is not craftable(i took look maybe two weeks ago, but i simple forgot to reply) I believe, when farming.conf file is not found, default values are used.. Its look like some mod is in conflict, but i cannot see it in debug.txt..
Author

About hot air balon:
It work, difficult to control but ok.
First try i die, second try 4 lump, last try 14 lump.

About hot air balon: It work, difficult to control but ok. First try i die, second try 4 lump, last try 14 lump.
Sign in to join this conversation.
No Label
No Milestone
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: milan/minetest-mm#25
No description provided.