Handcraft Ghosts

by Jobeo

A button to craft nearby ghost items

Utilities
3 years ago
0.17 - 1.0
8

g manual fix for version 1.1

3 years ago
(updated 3 years ago)

Simple fix to get this mod working in Factorio 1.1:

1) Change the value of "factorio_version" in info.lua to "1.1":
"factorio_version": "1.1",

2) Edit line 1 of control.lua:
replace
require "mod-gui"
with
local mod_gui = require("mod-gui")

3) In line 8 delete
, style="icon_button"

The mod should work just fine.

3 years ago
(updated 3 years ago)

I had actually hoped that someone else would republish it, which unfortunately did not happen.
Thanks for the investigation, saved me some time.
Republished: https://mods.factorio.com/mod/Kux-HandcraftGhosts

I have merged the functionality into a new mod: Crafting Tools
https://mods.factorio.com/mod/Kux-CraftingTools

3 years ago

I didn't republish it because I didn't know if it was legal in terms of the MIT licence.

3 years ago
(updated 3 years ago)

redistributable

MIT

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions

and all other standard licences offered on the mod portal

not for redistribute

New response