Skip to content

Instantly share code, notes, and snippets.

@justarandomgeek
Last active May 16, 2017 12:23
Show Gist options
  • Save justarandomgeek/b9b0f16e3c9cf90667bb9ab332a551af to your computer and use it in GitHub Desktop.
Save justarandomgeek/b9b0f16e3c9cf90667bb9ab332a551af to your computer and use it in GitHub Desktop.
Lubeless-Express-Belts
require("prototypes.item")
Mods to disable:Failed to load mods: __LubelessExpressBelts__/data.lua:1: __LubelessExpressBelts__/prototypes/item.lua:5: attempt to index local 'lubeless' (a nil value)
{
"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-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.
--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