-
-
Save LottieVixen/7da86a8d5754f2e2cc981dfb366eb461 to your computer and use it in GitHub Desktop.
Lubeless-Express-Belts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require("prototypes.item") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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!" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--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