honey_block by petz should be craftable ... #7692

Open
opened 2024-11-21 21:44:08 +01:00 by Boot · 3 comments
Member

I saw one at the market place in Haven (testserver) and fall in love with that beauty. It gives some very nice light. Not sure if it depends on the new shaders, but for me it is still now the most nicest block in the game.

I saw one at the market place in Haven (testserver) and fall in love with that beauty. It gives some very nice light. Not sure if it depends on the new shaders, but for me it is still now the most nicest block in the game.
AliasAlreadyTaken was assigned by Boot 2024-11-21 21:44:17 +01:00
AliasAlreadyTaken added the
1. kind/enhancement
label 2024-11-21 21:52:46 +01:00
whosit added the
3. source/petz
label 2025-04-07 04:48:11 +02:00
Author
Member
minetest.register_craft({
    output = "petz:honey_block",
    recipe = {
        {"farming:honey", "farming:honey", "farming:honey"},
        {"farming:honey", "farming:honey", "farming:honey"},
        {"farming:honey", "farming:honey", "farming:honey"},
    }
})

Would this work?

``` minetest.register_craft({ output = "petz:honey_block", recipe = { {"farming:honey", "farming:honey", "farming:honey"}, {"farming:honey", "farming:honey", "farming:honey"}, {"farming:honey", "farming:honey", "farming:honey"}, } }) ``` Would this work?
Member

Nope, there is no farming:honey...

IMO we should unify all the honey stuff...

Nope, there is no `farming:honey`... IMO we should unify all the honey stuff...
tour added the
3. source/integration
label 2025-09-06 15:39:32 +02:00
Author
Member

Nope, there is no farming:honey...

Was just an example. We still have bees:honey_comb and mobs:honey.

> Nope, there is no `farming:honey`... Was just an example. We still have `bees:honey_comb` and `mobs:honey`.
Sign in to join this conversation.
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: your-land/bugtracker#7692
No description provided.