Skip to content

Commit

Permalink
1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
CmdrJane committed Dec 18, 2023
1 parent 1c44e87 commit e133a32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yarn_mappings=1.20+build.1
loader_version=0.14.21

# Mod Properties
mod_version = 1.4.7+1.20
mod_version = 1.4.8+1.20
maven_group = ru.aiefu
archives_base_name = time-and-wind-ct

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import ru.aiefu.timeandwindct.TimeAndWindCT;

@Mixin(TimeCommand.class)
public class TimeCommandMixins {
public class TimeCommandMixins {
@Inject(method = "setTime", at =@At("HEAD"), cancellable = true)
private static void disableTimeSetTAW(CommandSourceStack source, int time, CallbackInfoReturnable<Integer> cir){
if(TimeAndWindCT.CONFIG.syncWithSystemTime){
Expand Down

0 comments on commit e133a32

Please sign in to comment.