Search found 4 matches

by Datsyuk
Mon Sep 19, 2016 5:47 pm
Forum: Modding help
Topic: How do I have a recipe have a "made in" field?
Replies: 7
Views: 3166

Re: How do I have a recipe have a "made in" field?

I guess I'm missing something, but as far as I can see, I already have the crafting category everywhere.

In the recipe:

Code: Select all

category = "farming"
In the entity definition:

Code: Select all

crafting_categories = {"farming"}
by Datsyuk
Tue Sep 13, 2016 4:45 pm
Forum: Modding help
Topic: How do I have a recipe have a "made in" field?
Replies: 7
Views: 3166

Re: How do I have a recipe have a "made in" field?

*Bump* in the hopes someone can help me. Still didn't figure it out.
by Datsyuk
Wed Sep 07, 2016 5:12 pm
Forum: Modding help
Topic: How do I have a recipe have a "made in" field?
Replies: 7
Views: 3166

Re: How do I have a recipe have a "made in" field?

I already have the crafting category in there, and it doesn't work.

Entity definition:
data:extend({

{
type = "assembling-machine",
name = "farm",
icon = "__base__/graphics/icons/chemical-plant.png",
flags = {"placeable-neutral","placeable-player", "player-creation"},
minable = {hardness ...
by Datsyuk
Mon Sep 05, 2016 12:27 pm
Forum: Modding help
Topic: How do I have a recipe have a "made in" field?
Replies: 7
Views: 3166

How do I have a recipe have a "made in" field?

Hey guys!

I have a recipe called Tree Farming, which is used in a Farm entity - which is based on an assembling machine. It works, but doesn't look like I want. I would like the recipe to look like Basic Oil Processing (see screenshot below). Notice that the oil processing recipe has a "made in ...

Go to advanced search