Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
First Factorio Mod or FFM
Nothing here :)
  • Loading branch information
Ewrcraft committed Dec 11, 2021
1 parent 98fec59 commit f2984a5
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Mymod_0.0.1/data.lua
@@ -0,0 +1,4 @@
require("prototypes.item");
require("prototypes.recipe");
require("prototypes.entity");
require("prototypes.technology");
4 changes: 4 additions & 0 deletions Mymod_0.0.1/data.lua.bak
@@ -0,0 +1,4 @@
require("prototypes.item");
require("prototypes.recipe");
require("prototypes.entity");
require("prototypes.technology")
Binary file added Mymod_0.0.1/graphics/icons/Coin.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions Mymod_0.0.1/info.json
@@ -0,0 +1,9 @@
(
"name": "Mymod",
"version": "0.0.1",
"title": "One mod",
"author": "Ewrcraft",
"description": "I create this beacose I create it :/",
"factorio_version": "1.1.49",
"dependencies": ["base >= 1.1.49"]
)
9 changes: 9 additions & 0 deletions Mymod_0.0.1/info.json.bak
@@ -0,0 +1,9 @@
(
"name": "Mymod"
"version": "0.0.1"
"title": "One mod"
"author": "Ewrcraft"
"description": "I create this beacose I create it :/"
"factorio_version": "1.1.49"
"dependencies": ["base >= 1.1.49"]
)
7 changes: 7 additions & 0 deletions Mymod_0.0.1/locale/en/config.cfg
@@ -0,0 +1,7 @@
[item-name]

[technology-name]

[entity-name]

[autoplace-control-name]

0 comments on commit f2984a5

Please sign in to comment.