Added 1.13.2 code base. Reordered directory structure to combine independent MC version code bases. Rewritten auxilliary build scripts.
This commit is contained in:
parent
fe01dca831
commit
82cdcf61a0
281 changed files with 4632 additions and 468 deletions
16
1.12/src/main/resources/mcmod.info
Normal file
16
1.12/src/main/resources/mcmod.info
Normal file
|
@ -0,0 +1,16 @@
|
|||
[
|
||||
{
|
||||
"modid": "engineersdecor",
|
||||
"name": "Engineer's Decor",
|
||||
"description": "Adds cosmetic blocks for the engineer's workshop, factory and home.",
|
||||
"version": "${version}",
|
||||
"mcversion": "${mcversion}",
|
||||
"url": "https://github.com/stfwi/engineers-decor/",
|
||||
"authorList": ["wile"],
|
||||
"credits": "BluSunrize, malte0811, et al., the Forge Smiths, the Modders of the World.",
|
||||
"logoFile": "assets/engineersdecor/logo.png",
|
||||
"screenshots": [],
|
||||
"useDependencyInformation": false,
|
||||
"dependencies": ["Forge"]
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue