Skip to content

Commit

Permalink
fix AprioritronSubsystem
Browse files Browse the repository at this point in the history
  • Loading branch information
LotuxPunk committed Apr 26, 2020
1 parent 0b456ad commit bc3115d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
jar_name=handles
minecraft_version=1.14.4
mod_version = 0.0.2
mod_version = 0.0.3

# Deps
jei_version=6.0.0.10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ public void deserializeNBT(CompoundNBT nbt) {

}


@Override
public boolean stopFlight() {
return false;
}
}
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ issueTrackerURL="https://github.com/LotuxPunk/Handles/issues" #optional
# The modid of the mod
modId="handles" #mandatory
# The version number of the mod - there's a few well known ${} variables useable here or just hardcode it
version="${file.jarVersion}" #mandatory
version="${version}" #mandatory
# A display name for the mod
displayName="Handles" #mandatory
# A URL to query for updates for this mod. See the JSON update specification <here>
Expand Down

0 comments on commit bc3115d

Please sign in to comment.