mirror of
https://github.com/peter-tanner/Oil-refinery-overhaul.git
synced 2024-11-30 06:10:23 +08:00
Template
This commit is contained in:
commit
1cee04386b
5
README.md
Normal file
5
README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Oil refinery overhaul
|
||||
|
||||
Removes the vanilla oil-refinery entity and
|
||||
aims to replace it with an in-world solution
|
||||
based around heat exchangers.
|
4
mod/data.lua
Normal file
4
mod/data.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
require("prototypes.entities")
|
||||
require("prototypes.items")
|
||||
require("prototypes.recipes")
|
||||
require("prototypes.technologies")
|
10
mod/info.json
Normal file
10
mod/info.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name": "Template_MOD",
|
||||
"version": "0.0.1",
|
||||
"factorio_version": "0.16",
|
||||
"title": "Template MOD",
|
||||
"author": "npc_strider(morley376)",
|
||||
"contact": "",
|
||||
"homepage": "http://steamcommunity.com/id/morley376",
|
||||
"description": "Template Description"
|
||||
}
|
6
mod/prototypes/entities.lua
Normal file
6
mod/prototypes/entities.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
data:extend(
|
||||
{
|
||||
{
|
||||
}
|
||||
}
|
||||
)
|
6
mod/prototypes/items.lua
Normal file
6
mod/prototypes/items.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
data:extend(
|
||||
{
|
||||
{
|
||||
}
|
||||
}
|
||||
)
|
6
mod/prototypes/recipes.lua
Normal file
6
mod/prototypes/recipes.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
data:extend(
|
||||
{
|
||||
{
|
||||
}
|
||||
}
|
||||
)
|
6
mod/prototypes/technologies.lua
Normal file
6
mod/prototypes/technologies.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
data:extend(
|
||||
{
|
||||
{
|
||||
}
|
||||
}
|
||||
)
|
Loading…
Reference in New Issue
Block a user