Search found 3 matches

by Arko
Sat Apr 01, 2017 5:46 pm
Forum: Modding help
Topic: mining tool recipe
Replies: 2
Views: 1136

Re: mining tool recipe

Oh :o

Scuse me I don't see it

Thanks !!
by Arko
Sat Apr 01, 2017 5:04 pm
Forum: Modding help
Topic: mining tool recipe
Replies: 2
Views: 1136

mining tool recipe

data:extend({
{
type = "recipe",
name = "chestR",
enabled = "false",
ingredients =
{
{"wood",40},
{"steel-plate",40},
},
result = "chest"
},

{
type = "recipe",
name = "saltR",
enabled = "true",
ingredients =
{
{"electronic-circuit",},
{"stone-brick",100},
{"battery",100 ...
by Arko
Thu Mar 30, 2017 5:28 pm
Forum: Modding help
Topic: Please help me interpret this error message...
Replies: 18
Views: 7555

Re: Please help me interpret this error message...

data:extend({
{

type = "technology",
name = "Chest",
icon = "__base__/graphics/icons/wooden-chest.png"

},
effects =
{
{
type = "unlock-recipe",
recipe = "bchest"
},
},
unit =
{

count = 30,

ingredients =
{
{"science-pack-1", 2},
},
time = 10

},
})

I'm testing to ...

Go to advanced search