Compare commits
No commits in common. "30e7202853bb75a3f8437c2814cd6fd69b244dda" and "320ae9fafe15517e3c20bbe10eddfff3f37af69a" have entirely different histories.
30e7202853
...
320ae9fafe
10 changed files with 9 additions and 20 deletions
|
|
@ -1,4 +0,0 @@
|
||||||
local me = require("me")
|
|
||||||
local util = require("__bzlib__/data-util");
|
|
||||||
util.initialize(me)
|
|
||||||
return util
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
local me = {}
|
|
||||||
|
|
||||||
me.name = "Indium2"
|
|
||||||
me.bypass = {}
|
|
||||||
me.add_modified = function() end
|
|
||||||
|
|
||||||
return me
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
local util = require("data-util")
|
local util = require("__bzlib__/data-util")
|
||||||
|
|
||||||
if mods["Krastorio2"] then
|
if mods["Krastorio2"] then
|
||||||
data:extend({
|
data:extend({
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
local resource_autoplace = require('resource-autoplace');
|
local resource_autoplace = require('resource-autoplace');
|
||||||
local item_sounds = require('__base__.prototypes.item_sounds')
|
local item_sounds = require('__base__.prototypes.item_sounds')
|
||||||
local util = require("data-util")
|
local util = require("__bzlib__/data-util")
|
||||||
|
|
||||||
data.raw.planet.nauvis.map_gen_settings.autoplace_controls["indite-ore"] = {}
|
data.raw.planet.nauvis.map_gen_settings.autoplace_controls["indite-ore"] = {}
|
||||||
data.raw.planet.nauvis.map_gen_settings.autoplace_settings.entity.settings["indite-ore"] = {}
|
data.raw.planet.nauvis.map_gen_settings.autoplace_settings.entity.settings["indite-ore"] = {}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
local util = require("data-util")
|
local util = require("__bzlib__/data-util")
|
||||||
|
|
||||||
if mods["248k-Redux"] then
|
if mods["248k-Redux"] then
|
||||||
data:extend({
|
data:extend({
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
-- Additional recipes if Space Exploration mod is enabled
|
-- Additional recipes if Space Exploration mod is enabled
|
||||||
local util = require("data-util")
|
local util = require("__bzlib__/data-util")
|
||||||
|
|
||||||
if mods["space-exploration"] then
|
if mods["space-exploration"] then
|
||||||
se_delivery_cannon_recipes["indite-ore"] = {name= "indite-ore"}
|
se_delivery_cannon_recipes["indite-ore"] = {name= "indite-ore"}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
local util = require("data-util")
|
local util = require("__bzlib__/data-util")
|
||||||
|
|
||||||
data:extend({{
|
data:extend({{
|
||||||
type = "item-subgroup",
|
type = "item-subgroup",
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
local util = require("data-util")
|
local util = require("__bzlib__/data-util")
|
||||||
|
|
||||||
local indium_processing_effects ={
|
local indium_processing_effects ={
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
local util = require("data-util")
|
local util = require("__bzlib__/data-util")
|
||||||
|
|
||||||
util.remove_ingredient("chemical-science-pack", "kr-blank-tech-card")
|
util.remove_ingredient("chemical-science-pack", "kr-blank-tech-card")
|
||||||
util.remove_ingredient("chemical-science-pack", "bismuth-glass")
|
util.remove_ingredient("chemical-science-pack", "bismuth-glass")
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
local util = require("data-util")
|
local util = require("__bzlib__/data-util")
|
||||||
|
|
||||||
-- Main vanilla changes
|
-- Main vanilla changes
|
||||||
|
|
||||||
|
|
@ -11,7 +11,7 @@ if mods["IfNickel-Updated"] then
|
||||||
end
|
end
|
||||||
|
|
||||||
if mods["space-exploration"] then
|
if mods["space-exploration"] then
|
||||||
util.add_product(mods["space-exploration"] and "se-scrap-hard-recycling", { type = "item", name = "indite-ore", amount=1, probability=0.05})
|
util.add_product(mods["space-exploration"] and "se-scrap-recycling", { type = "item", name = "indite-ore", amount=1, probability=0.05})
|
||||||
|
|
||||||
util.remove_ingredient("se-space-pipe-to-ground", "lead-plate")
|
util.remove_ingredient("se-space-pipe-to-ground", "lead-plate")
|
||||||
util.remove_ingredient("se-space-pipe-to-ground", "tin-plate")
|
util.remove_ingredient("se-space-pipe-to-ground", "tin-plate")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue