Skip to content

Commit

Permalink
fix remap handler
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Dec 29, 2023
1 parent 81480bb commit 5219425
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/violetmoon/quark/QuarkRemapHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ public class QuarkRemapHandler {
private static final Map<String, String> REMAP = new HashMap<>();

static {
REMAP.put("quark:crafter", "minecraft:crafter");
//fixme crafter
//REMAP.put("quark:crafter", "minecraft:crafter");
REMAP.put("quark:polished_tuff", "minecraft:polished_tuff");
}

Expand Down

0 comments on commit 5219425

Please sign in to comment.