I have a problem with showing recipe in craft menu, it don't shows anywhere. it not in mod category and I don't see it in all vanilla categories.
I can fix it?
Search found 2 matches
- Sun Dec 12, 2021 7:27 pm
- Forum: Modding help
- Topic: Modded item dont showing in game
- Replies: 3
- Views: 1283
- Sun Dec 12, 2021 5:51 pm
- Forum: Modding help
- Topic: Modded item dont showing in game
- Replies: 3
- Views: 1283
Modded item dont showing in game
I'm create a mod with item and recipe but recipe don't showing. How I can fix it?
Code:
Code:
Code: Select all
local coin = {
type = "recipe",
name = "ewrycoin",
ingridients = {
{"iron_plate", 2},
},
result = "ewrycoin",
enabled = true,
}
data:extend({
coin
})