Add common pathing code and SimplePathing module
This commit is contained in:
@@ -86,6 +86,9 @@ replaymod.gui.loading=Loading
|
||||
replaymod.gui.pleasewait=Please wait
|
||||
replaymod.gui.render=Render
|
||||
replaymod.gui.iphidden=Server IP Hidden
|
||||
replaymod.gui.overwrite=Overwrite
|
||||
replaymod.gui.saveas=Save as ...
|
||||
replaymod.gui.done=Done
|
||||
|
||||
replaymod.gui.original=Original
|
||||
replaymod.gui.modified=Modified
|
||||
@@ -101,6 +104,9 @@ replaymod.gui.pitch=Pitch
|
||||
replaymod.gui.yaw=Yaw
|
||||
replaymod.gui.roll=Roll
|
||||
|
||||
replaymod.gui.camera=Camera
|
||||
replaymod.gui.position=Position
|
||||
|
||||
replaymod.gui.unknownerror=An unknown error occured
|
||||
|
||||
replaymod.gui.exit=Exit Replay
|
||||
@@ -113,6 +119,8 @@ replaymod.gui.loggedout=LOGGED OUT
|
||||
replaymod.gui.mainmenu=Main Menu
|
||||
replaymod.gui.settings=Settings
|
||||
|
||||
replaymod.gui.keyframerepo.delete=Are you sure you want to delete these keyframes?
|
||||
|
||||
#Only change these if it's neccessary
|
||||
replaymod.gui.replayviewer=Replay Viewer
|
||||
replaymod.gui.replaycenter=Replay Center
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user