Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
mekanism
/
8954baac9fba45839b4be53966e751cacab2af87
/
.
/
src
/
main
/
java
/
cofh
/
api
/
CoFHAPIProps.java
blob: 6df5f2719c8f7aeec18be933a8436d96bb5700e3 [
file
] [
log
] [
blame
] [
raw
]
package
cofh
.
api
;
public
class
CoFHAPIProps
{
private
CoFHAPIProps
()
{
}
// Until CofH updates, this is the version number
public
static
final
String
VERSION
=
"1.8-BuildCraft-Testing"
;
}