Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
bump version + fmlonly
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathing committed Oct 10, 2021
1 parent 4586353 commit 8bd5cd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mod_id=lazydfu
mod_group=me.steinborn
mod_name=LazyDFU
mod_author=tuxed
mod_version=0.2.0
mod_version=1.0.0


## Optional Dependencies
Expand All @@ -50,4 +50,4 @@ maven_artifact_id=lazydfu
# Advanced Options

# Whether or not to use FML Only (REMINDER: YOU ARE GIVEN NO SUPPORT FOR THIS).
use_fmlonly=false
use_fmlonly=true
2 changes: 1 addition & 1 deletion src/main/resources/coremods/DataFixersCoreMod.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function createFixerUpper(method) {
ASMAPI.log('FATAL', '[LazyDFU] This usually means another mod is trying to kill or modify the data fixer initialization system.')
ASMAPI.log('FATAL', '[LazyDFU] Please avoid using mods alongside LazyDFU that do this such as DataBreaker, DataFixerSlayer, or RandomPatches\'s data fixer disabler.')
} else {
ASMAPI.log('FATAL', '[LazyDFU] LazyDFU seems to have been initialized successfully, but something seems off.')
ASMAPI.log('FATAL', '[LazyDFU] LazyDFU seems to have been initialized successfully, but something seems off.')
ASMAPI.log('FATAL', '[LazyDFU] It seems like more than one DataFixerBuilder was transformed in the method, which should be impossible.')
ASMAPI.log('FATAL', '[LazyDFU] In any case, please avoid using mods alongside LazyDFU that do this such as DataBreaker, DataFixerSlayer, or RandomPatches\'s data fixer disabler.')
}
Expand Down

0 comments on commit 8bd5cd9

Please sign in to comment.