-
-
Save justarandomgeek/b9b0f16e3c9cf90667bb9ab332a551af 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
Mods to disable:Failed to load mods: __LubelessExpressBelts__/data.lua:1: __LubelessExpressBelts__/prototypes/item.lua:5: attempt to index local 'lubeless' (a nil value) |
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-name] | |
fire-armor = Fire armor | |
[item-description] | |
fire-armor = An armor that seems to catch the ground itself on fire when you take a step. It's warm to the touch. |
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