Add common pathing code and SimplePathing module

This commit is contained in:
johni0702
2016-03-10 12:31:37 +01:00
parent cf9879b198
commit 626429a780
51 changed files with 3296 additions and 77 deletions

View File

@@ -66,6 +66,23 @@
"screenshots": [],
"dependencies": ["required-after:replaymod-replay"]
},
{
"modid": "replaymod-simplepathing",
"name": "Replay Mod - Simple Pathing",
"description": "Simple Pathing Module of the ReplayMod - aka the original pathing",
"version": "${version}",
"mcversion": "${mcversion}",
"url": "https://replaymod.com",
"updateUrl": "https://replaymod.com/download",
"authorList": [
"CrushedPixel",
"johni0702"
],
"logoFile": "replaymod_logo.png",
"parent": "replaymod",
"screenshots": [],
"dependencies": ["required-after:replaymod-replay"]
},
{
"modid": "replaymod-extras",
"name": "Replay Mod - Extras",