summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorKyle Gunger <corechg@gmail.com>2020-10-19 00:46:16 -0400
committerKyle Gunger <corechg@gmail.com>2020-10-19 00:46:16 -0400
commit85ca955e34376e203d1013ab90226cfe7f15c395 (patch)
tree2f805deafbe2db24d2d3781093ee34c615892d20 /src/main/resources
parent9edd770911a9dfd5b350d579e9092a62873e1d4a (diff)
Package change
+ Abstract implementation for INode ~ Changed requirements for nodes ~ Changed package signatures
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/fabric.mod.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index d54a617..aee36dc 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -20,7 +20,7 @@
"environment": "*",
"entrypoints": {
"main": [
- "net.corechg.transit.Transit"
+ "net.corechg.mc.transit.Transit"
]
},