Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Update to latest litematica & malilib
Browse files Browse the repository at this point in the history
This should solve (#10).
  • Loading branch information
jensvh committed Nov 24, 2021
1 parent 5dbf8e2 commit e4b4165
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.17.1
yarn_mappings=1.17.1+build.1
loader_version=0.11.6
yarn_mappings=1.17.1+build.61
loader_version=0.12.2

# Mod Properties
mod_version = 2.0.0
maven_group = net.fabricmc
archives_base_name = litematica-printer

malilib_version = 0.10.0-dev.24
litematica_fileid=3387062
malilib_version = 0.10.0-dev.26
litematica_fileid=3452185
litematica_projectid=308892
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public static ActionResult doPrinterAction(MinecraftClient mc) {


// Get the block the player is currently looking at
RayTraceWrapper traceWrapper = RayTraceUtils.getGenericTrace(mc.world, mc.player, maxReach, true);
RayTraceWrapper traceWrapper = RayTraceUtils.getGenericTrace(mc.world, mc.player, maxReach);
if (traceWrapper == null) {
return ActionResult.FAIL;
}
Expand Down

0 comments on commit e4b4165

Please sign in to comment.