Skip to content

Instantly share code, notes, and snippets.

@LottieVixen
Forked from justarandomgeek/data.lua
Last active July 1, 2017 06:37
Show Gist options
  • Save LottieVixen/7da86a8d5754f2e2cc981dfb366eb461 to your computer and use it in GitHub Desktop.
Save LottieVixen/7da86a8d5754f2e2cc981dfb366eb461 to your computer and use it in GitHub Desktop.
Lubeless-Express-Belts
require("prototypes.item")
{
"name": "LubelessExpressBelts",
"version": "0.1.0",
"title": "Lubeless Express Belts",
"author": "LottieVixen",
"contact": "",
"homepage": "",
"factorio_version": "0.15",
"dependencies": ["base >= 0.15"],
"descripition": "Adds a reciepe for crafting express belt without lube!"
}
--item.lua
data.raw.recipe["express-transport-belt"].ingredients =
{
{"iron-gear-wheel", 20},
{"fast-transport-belt", 1}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment