Phase 1+2: road network loading + nearest-node proof of life
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
modLoader="javafxmod"
|
||||
modLoader="javafml"
|
||||
loaderVersion="[47,)"
|
||||
license="MIT"
|
||||
|
||||
@@ -6,5 +6,21 @@ license="MIT"
|
||||
modId="ubercraft"
|
||||
version="1.0.0"
|
||||
displayName="UberCraft"
|
||||
description="Uber in Minecraft using Forge"
|
||||
authors="Noah Shoesmith"
|
||||
authors="Noah Shoesmith"
|
||||
description='''
|
||||
Uber in Minecraft using Forge
|
||||
'''
|
||||
|
||||
[[dependencies.ubercraft]]
|
||||
modId="minecraft"
|
||||
mandatory=true
|
||||
versionRange="[1.20.1]"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
|
||||
[[dependencies.ubercraft]]
|
||||
modId="forge"
|
||||
mandatory=true
|
||||
versionRange="[47.4.10,)"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
Reference in New Issue
Block a user