Skip to content

Commit e3b7c07

Browse files
authored
Merge pull request #393 from XSentinelu/patch-1
Add compatibility for Create mod
2 parents 14fcdd9 + c3c813a commit e3b7c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/src/main/java/dev/tr7zw/firstperson/config/FirstPersonSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ public class FirstPersonSettings {
2121
public boolean forceActive = false;
2222

2323
public Set<String> autoVanillaHands = new HashSet<>(
24-
Arrays.asList("antiqueatlas:antique_atlas", "twilightforest:filled_magic_map", "twilightforest:filled_maze_map", "twilightforest:filled_ore_map"));
24+
Arrays.asList("antiqueatlas:antique_atlas", "twilightforest:filled_magic_map", "twilightforest:filled_maze_map", "twilightforest:filled_ore_map", "create:potato_cannon", "create:extendo_grip", "create:handheld_worldshaper"));
2525

2626
}

0 commit comments

Comments
 (0)