Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ATPStorages committed Jun 10, 2024
1 parent 14c6396 commit 2a7835c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ internal object ModToolGunModeDataLoader : SimpleJsonResourceReloadListener(Gson
} else throw IllegalArgumentException("Class parameter for tool gun mode $location is invalid. Loaded an instance of ${loadedClass.qualifiedName}, expected a subclass of ${IToolGunMode::class.qualifiedName}")
}
}
println("Here's the classes I loaded: $loadedModes")
pProfiler.pop()
pProfiler.push("Load controls from toolgun data")
val options = Minecraft.getInstance().options
Expand Down
1 change: 0 additions & 1 deletion src/main/kotlin/breadmod/item/ToolGunItem.kt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ internal class ToolGunItem: Item(Properties().stacksTo(1)), IRegisterSpecialCrea

internal fun ensureCurrentMode(pStack: ItemStack): CompoundTag {
if(!pStack.orCreateTag.contains(CURRENT_MODE_TAG)) {
println(ModToolGunModeDataLoader.modes.size)
val nextNamespace = MapIterator(ModToolGunModeDataLoader.modes).next()
val nextMode = MapIterator(nextNamespace.value).next()

Expand Down

0 comments on commit 2a7835c

Please sign in to comment.