diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2025-07-07 21:28:36 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-07-08 10:01:02 +0200 |
commit | e4f6a0f8316ca8374facd44ebbf6c28544a99831 (patch) | |
tree | 9f690c04e459619a00c6423c1237aa4bffd45038 | |
parent | c071cc4a18c815d80cf4ee7589a9dd6b35fd81b3 (diff) | |
download | Firmament-e4f6a0f8316ca8374facd44ebbf6c28544a99831.tar.gz Firmament-e4f6a0f8316ca8374facd44ebbf6c28544a99831.tar.bz2 Firmament-e4f6a0f8316ca8374facd44ebbf6c28544a99831.zip |
refractor: Remove debug WEEEEEEWOOOO
-rw-r--r-- | src/texturePacks/java/moe/nea/firmament/features/texturepack/CustomBlockTextures.kt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/texturePacks/java/moe/nea/firmament/features/texturepack/CustomBlockTextures.kt b/src/texturePacks/java/moe/nea/firmament/features/texturepack/CustomBlockTextures.kt index 6506f13..2d7a978 100644 --- a/src/texturePacks/java/moe/nea/firmament/features/texturepack/CustomBlockTextures.kt +++ b/src/texturePacks/java/moe/nea/firmament/features/texturepack/CustomBlockTextures.kt @@ -247,9 +247,6 @@ object CustomBlockTextures { @JvmStatic fun getReplacementModel(block: BlockState, blockPos: BlockPos?): BlockStateModel? { - if (block.block == Blocks.SMOOTH_SANDSTONE_STAIRS) { - println("WEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEWOOOOOOOOOOOOOOOOOOOOOOOOOO") - } return getReplacement(block, blockPos)?.replace(block) } |