Oh
Scuse me I don't see it
Thanks !!
Search found 3 matches
- Sat Apr 01, 2017 5:46 pm
- Forum: Modding help
- Topic: mining tool recipe
- Replies: 2
- Views: 1012
- Sat Apr 01, 2017 5:04 pm
- Forum: Modding help
- Topic: mining tool recipe
- Replies: 2
- Views: 1012
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 = {...
- Thu Mar 30, 2017 5:28 pm
- Forum: Modding help
- Topic: Please help me interpret this error message...
- Replies: 18
- Views: 6703
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 = 1...