diff --git a/build.gradle.kts b/build.gradle.kts index 8173134e..58d8042e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -57,7 +57,7 @@ subprojects { licenseHeader( """/* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -93,7 +93,7 @@ subprojects { endWithNewline() licenseHeader( """/* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge-1-16/src/main/java/io/github/realyusufismail/temporalsmith/lit/LITBlock.java b/forge-1-16/src/main/java/io/github/realyusufismail/temporalsmith/lit/LITBlock.java index b55f8471..e202bb11 100644 --- a/forge-1-16/src/main/java/io/github/realyusufismail/temporalsmith/lit/LITBlock.java +++ b/forge-1-16/src/main/java/io/github/realyusufismail/temporalsmith/lit/LITBlock.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge-1-16/src/main/java/io/github/realyusufismail/temporalsmith/lit/LitBlockParticleColour.java b/forge-1-16/src/main/java/io/github/realyusufismail/temporalsmith/lit/LitBlockParticleColour.java index eb5f9006..f8dd0436 100644 --- a/forge-1-16/src/main/java/io/github/realyusufismail/temporalsmith/lit/LitBlockParticleColour.java +++ b/forge-1-16/src/main/java/io/github/realyusufismail/temporalsmith/lit/LitBlockParticleColour.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge-1-16/src/main/java/io/github/realyusufismail/temporalsmith/lit/RainbowLitBlock.java b/forge-1-16/src/main/java/io/github/realyusufismail/temporalsmith/lit/RainbowLitBlock.java index 48b97a00..bc01c2f5 100644 --- a/forge-1-16/src/main/java/io/github/realyusufismail/temporalsmith/lit/RainbowLitBlock.java +++ b/forge-1-16/src/main/java/io/github/realyusufismail/temporalsmith/lit/RainbowLitBlock.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge-1-16/src/main/java/io/github/realyusufismail/temporalsmith/lit/RubyLitBlock.java b/forge-1-16/src/main/java/io/github/realyusufismail/temporalsmith/lit/RubyLitBlock.java index e1005fb3..65d10466 100644 --- a/forge-1-16/src/main/java/io/github/realyusufismail/temporalsmith/lit/RubyLitBlock.java +++ b/forge-1-16/src/main/java/io/github/realyusufismail/temporalsmith/lit/RubyLitBlock.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/TemporalSmith.kt b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/TemporalSmith.kt index 5bfe3ccc..c03a9408 100644 --- a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/TemporalSmith.kt +++ b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/TemporalSmith.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/AmethystArmour.kt b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/AmethystArmour.kt index d1310ed1..66ee608a 100644 --- a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/AmethystArmour.kt +++ b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/AmethystArmour.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/AqumarineArmour.kt b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/AqumarineArmour.kt index 739fb946..ca29006c 100644 --- a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/AqumarineArmour.kt +++ b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/AqumarineArmour.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/EnderiteArmour.kt b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/EnderiteArmour.kt index c663e814..221a026b 100644 --- a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/EnderiteArmour.kt +++ b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/EnderiteArmour.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/GraphiteArmour.kt b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/GraphiteArmour.kt index ad620049..dc479d54 100644 --- a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/GraphiteArmour.kt +++ b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/GraphiteArmour.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/RainbowArmour.kt b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/RainbowArmour.kt index ad124c05..46db7ec3 100644 --- a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/RainbowArmour.kt +++ b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/RainbowArmour.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/RubyArmour.kt b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/RubyArmour.kt index 9d7da47a..52763cf6 100644 --- a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/RubyArmour.kt +++ b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/RubyArmour.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/SapphireArmour.kt b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/SapphireArmour.kt index b3775f16..64e022a1 100644 --- a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/SapphireArmour.kt +++ b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/SapphireArmour.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/BlockInit.kt b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/BlockInit.kt index 311f9e5c..1d0526a8 100644 --- a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/BlockInit.kt +++ b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/BlockInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/ItemInit.kt b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/ItemInit.kt index afdd15cd..14d243f2 100644 --- a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/ItemInit.kt +++ b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/ItemInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/items/CustomSwordItem.kt b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/items/CustomSwordItem.kt index 4acd30a2..956345d4 100644 --- a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/items/CustomSwordItem.kt +++ b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/items/CustomSwordItem.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/ArmourMaterialInit.kt b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/ArmourMaterialInit.kt index 3f1fc4af..e70577b8 100644 --- a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/ArmourMaterialInit.kt +++ b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/ArmourMaterialInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/CustomToolMaterial.kt b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/CustomToolMaterial.kt index 05700bd7..ee3eb41f 100644 --- a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/CustomToolMaterial.kt +++ b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/CustomToolMaterial.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/util/NameUtils.kt b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/util/NameUtils.kt index 53cb821c..50e4482f 100644 --- a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/util/NameUtils.kt +++ b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/util/NameUtils.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/util/ObjectUtil.kt b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/util/ObjectUtil.kt index fe1f2220..8a35efb7 100644 --- a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/util/ObjectUtil.kt +++ b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/util/ObjectUtil.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/DataGenerators.kt b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/DataGenerators.kt index f18e0f9c..90455561 100644 --- a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/DataGenerators.kt +++ b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/DataGenerators.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/lang/ModEnLangProvider.kt b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/lang/ModEnLangProvider.kt index a7dcf423..e3d6b606 100644 --- a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/lang/ModEnLangProvider.kt +++ b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/lang/ModEnLangProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/texture/ModBlockStateProvider.kt b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/texture/ModBlockStateProvider.kt index 7b5925bd..72894eb4 100644 --- a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/texture/ModBlockStateProvider.kt +++ b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/texture/ModBlockStateProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/texture/ModItemStateProvider.kt b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/texture/ModItemStateProvider.kt index e41cdcaf..a2792cdf 100644 --- a/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/texture/ModItemStateProvider.kt +++ b/forge-1-16/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/texture/ModItemStateProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/gradle.properties b/forge/gradle.properties index 8d8193d8..2b581ce0 100644 --- a/forge/gradle.properties +++ b/forge/gradle.properties @@ -2,7 +2,7 @@ kotlin.code.style=official org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false -modVersion = 1.20.1-1.0.7.beta7 +modVersion = 1.20.1-1.1.0-beta.1 mcVersion = 1.20.1 projectId = 480779 modId = temporalsmith diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/EnderitePortalFrame.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/EnderitePortalFrame.java index 22b98cc9..562a4810 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/EnderitePortalFrame.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/EnderitePortalFrame.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/IngotFusionTollEnhancer.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/IngotFusionTollEnhancer.java index d9617721..eb568b99 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/IngotFusionTollEnhancer.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/IngotFusionTollEnhancer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableScreen.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableScreen.java index 5fd21266..5d07a57d 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableScreen.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableScreen.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/infusion/IngotFusionTollEnhancerBlockEntity.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/infusion/IngotFusionTollEnhancerBlockEntity.java index 538f166e..ebfab48e 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/infusion/IngotFusionTollEnhancerBlockEntity.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/infusion/IngotFusionTollEnhancerBlockEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -173,7 +173,7 @@ protected void saveAdditional(CompoundTag pTag) { @Override protected AbstractContainerMenu createMenu(int pContainerId, Inventory pInventory) { - TemporalSmith.ArmorAndToolsMod.getLogger().info("Creating menu"); + TemporalSmith.TemporalSmith.getLogger().info("Creating menu"); return new IngotFusionTollEnhancerMenu(pContainerId, this, this.dataAccess, pInventory); } diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/infusion/IngotFusionTollEnhancerMenu.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/infusion/IngotFusionTollEnhancerMenu.java index 2a627df7..2b1724be 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/infusion/IngotFusionTollEnhancerMenu.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/infusion/IngotFusionTollEnhancerMenu.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/infusion/IngotFusionTollEnhancerScreen.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/infusion/IngotFusionTollEnhancerScreen.java index 96e60c24..c6e47f53 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/infusion/IngotFusionTollEnhancerScreen.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/infusion/IngotFusionTollEnhancerScreen.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -41,7 +41,7 @@ public class IngotFusionTollEnhancerScreen extends AbstractContainerScreen implements RecipeUpdateListener { public static final ResourceLocation SCREEN_ID = - TemporalSmith.ArmorAndToolsMod.getModIdAndName( + TemporalSmith.TemporalSmith.getModIdAndName( "textures/gui/container/ingot_fusion_toll_enhancer.png"); public final IngotFusionTollEnhancerRecipeBookComponent recipeBookComponent = new IngotFusionTollEnhancerRecipeBookComponent(); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/LITBlock.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/LITBlock.java index 2c1145c7..50825189 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/LITBlock.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/LITBlock.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -98,7 +98,7 @@ protected static void spawnParticles(Level pLevel, BlockPos pPos) { var block = pLevel.getBlockState(pPos).getBlock(); var particleColours = LITBlock.particleColours.get(block.getClass()); var colour = particleColours.get(randomsource.nextInt(particleColours.size())); - TemporalSmith.ArmorAndToolsMod.getLogger() + TemporalSmith.TemporalSmith.getLogger() .debug( "Colour: " + colour diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/LitBlockParticleColour.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/LitBlockParticleColour.java index 47cce8d3..8605d34c 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/LitBlockParticleColour.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/LitBlockParticleColour.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/RainbowLitBlock.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/RainbowLitBlock.java index 86ae24ff..bd8cb601 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/RainbowLitBlock.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/RainbowLitBlock.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/RubyLitBlock.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/RubyLitBlock.java index ff728aa9..94e04f5c 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/RubyLitBlock.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/RubyLitBlock.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableScreen.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableScreen.java index 6d18d5bf..2da9b94a 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableScreen.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableScreen.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/client/TemporalSmithShieldItemRendererProvider.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/client/TemporalSmithShieldItemRendererProvider.java index 482c0c7d..41a2b5da 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/client/TemporalSmithShieldItemRendererProvider.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/client/TemporalSmithShieldItemRendererProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/client/TemporalSmithTridentItemRendererProvider.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/client/TemporalSmithTridentItemRendererProvider.java index bfad075c..2e4ffc88 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/client/TemporalSmithTridentItemRendererProvider.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/client/TemporalSmithTridentItemRendererProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/core/init/BlockEntityTypeInit.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/core/init/BlockEntityTypeInit.java index 5a78f454..84ff1cfc 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/core/init/BlockEntityTypeInit.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/core/init/BlockEntityTypeInit.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/core/init/EntityTypeInit.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/core/init/EntityTypeInit.java index dcbc4de6..6124377a 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/core/init/EntityTypeInit.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/core/init/EntityTypeInit.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/dimesnion/ModTeleporter.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/dimesnion/ModTeleporter.java index 262fcf10..f5559b9c 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/dimesnion/ModTeleporter.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/dimesnion/ModTeleporter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolem.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolem.java index 5485bd0c..a05723c1 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolem.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolem.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemCrackinessLayer.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemCrackinessLayer.java index b42af5c8..f342b9f7 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemCrackinessLayer.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemCrackinessLayer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemFlowerLayer.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemFlowerLayer.java index 06e099c8..25b07307 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemFlowerLayer.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemFlowerLayer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemModel.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemModel.java index 902ce871..e4ee9466 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemModel.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemRenderer.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemRenderer.java index 8f8a907e..1ee5e259 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemRenderer.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemRenderer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/MjolnirModel.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/MjolnirModel.java index d0cfe366..45633311 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/MjolnirModel.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/MjolnirModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/Pattern.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/Pattern.java index f21551a6..6d78ebe7 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/Pattern.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/Pattern.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/TheHandle.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/TheHandle.java index 896541fb..b6a325ae 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/TheHandle.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/TheHandle.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/TheMiddlePart.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/TheMiddlePart.java index 223d1b33..a225a95d 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/TheMiddlePart.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/TheMiddlePart.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/TheSidePart.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/TheSidePart.java index 72833f89..d13edf6a 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/TheSidePart.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/TheSidePart.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeFive.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeFive.java index a6cb8465..dfdc1822 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeFive.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeFive.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeFour.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeFour.java index 8a69b415..6b0912ff 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeFour.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeFour.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeOne.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeOne.java index 1e3bd69e..4e0e997e 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeOne.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeOne.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeSix.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeSix.java index 04fb7b7d..c249ee71 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeSix.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeSix.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeThree.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeThree.java index 9cca2826..497a4444 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeThree.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeThree.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeTwo.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeTwo.java index 73846e45..110affed 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeTwo.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeTwo.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/java/io/github/realyusufismail/temporalsmith/recipe/infusion/IngotFusionTollEnhancerRecipe.java b/forge/src/main/java/io/github/realyusufismail/temporalsmith/recipe/infusion/IngotFusionTollEnhancerRecipe.java index b290a26d..c8fe3ee4 100644 --- a/forge/src/main/java/io/github/realyusufismail/temporalsmith/recipe/infusion/IngotFusionTollEnhancerRecipe.java +++ b/forge/src/main/java/io/github/realyusufismail/temporalsmith/recipe/infusion/IngotFusionTollEnhancerRecipe.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/TemporalSmith.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/TemporalSmith.kt index 8191c409..8e38f6ca 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/TemporalSmith.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/TemporalSmith.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,7 +18,7 @@ */ package io.github.realyusufismail.temporalsmith -import io.github.realyusufismail.temporalsmith.TemporalSmith.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.temporalsmith.TemporalSmith.TemporalSmith.MOD_ID import io.github.realyusufismail.temporalsmith.client.ClientEvents import io.github.realyusufismail.temporalsmith.client.TemporalSmithShieldItemRendererProvider import io.github.realyusufismail.temporalsmith.client.TemporalSmithTridentItemRendererProvider @@ -91,7 +91,7 @@ class TemporalSmith { logger.info("Temporal Smith is loaded!") } - companion object ArmorAndToolsMod { + companion object TemporalSmith { @JvmStatic val logger: Logger = LoggerFactory.getLogger(TemporalSmith::class.java) @JvmStatic diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/TemporalSmithConfig.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/TemporalSmithConfig.kt index 2c2b8a30..f35c0ede 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/TemporalSmithConfig.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/TemporalSmithConfig.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,7 +18,7 @@ */ package io.github.realyusufismail.temporalsmith -import io.github.realyusufismail.temporalsmith.TemporalSmith.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.temporalsmith.TemporalSmith.TemporalSmith.MOD_ID import io.github.realyusufismail.temporalsmith.core.init.BlockInit import net.minecraftforge.common.ForgeConfigSpec import org.apache.commons.lang3.tuple.Pair diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/CustomArmourCraftingTable.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/CustomArmourCraftingTable.kt index 7b73cafb..5bad9501 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/CustomArmourCraftingTable.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/CustomArmourCraftingTable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/CustomToolCraftingTable.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/CustomToolCraftingTable.kt index 06261ed7..29fcc58a 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/CustomToolCraftingTable.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/CustomToolCraftingTable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableContainer.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableContainer.kt index 6d1c2ae7..c1b97318 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableContainer.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableContainer.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableMenu.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableMenu.kt index 782146e0..4f511cfe 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableMenu.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableMenu.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableResultSlot.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableResultSlot.kt index 9519b4f8..f2a2cc77 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableResultSlot.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableResultSlot.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/book/CustomArmourCraftingBookCategory.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/book/CustomArmourCraftingBookCategory.kt index 41f7c636..00acd608 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/book/CustomArmourCraftingBookCategory.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/book/CustomArmourCraftingBookCategory.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookCategory.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookCategory.kt index cdc05e87..d7d892b7 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookCategory.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookCategory.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookComponent.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookComponent.kt index 2fae6db0..a13c5237 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookComponent.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookComponent.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/slots/InfusionFuelSlot.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/slots/InfusionFuelSlot.kt index e0310574..d38715db 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/slots/InfusionFuelSlot.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/slots/InfusionFuelSlot.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/slots/OutputSlotItemHandler.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/slots/OutputSlotItemHandler.kt index cde9cd4d..a5449921 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/slots/OutputSlotItemHandler.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/slots/OutputSlotItemHandler.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableContainer.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableContainer.kt index 486ef37b..22cdde7e 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableContainer.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableContainer.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableMenu.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableMenu.kt index 0b695f51..88737941 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableMenu.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableMenu.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableResultSlot.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableResultSlot.kt index 8a952c7d..5287a5fe 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableResultSlot.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableResultSlot.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/book/CustomToolsCraftingBookCategory.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/book/CustomToolsCraftingBookCategory.kt index 8a0e1494..d4031498 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/book/CustomToolsCraftingBookCategory.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/book/CustomToolsCraftingBookCategory.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/ClientEvents.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/ClientEvents.kt index cfea1f48..635f6a29 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/ClientEvents.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/ClientEvents.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/ModBlockEntityWithoutLevelRenderer.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/ModBlockEntityWithoutLevelRenderer.kt index 480ff162..bba83442 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/ModBlockEntityWithoutLevelRenderer.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/ModBlockEntityWithoutLevelRenderer.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/mjolnir/MjolnirItemRenderer.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/mjolnir/MjolnirItemRenderer.kt index 715f2e02..a0ac4afb 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/mjolnir/MjolnirItemRenderer.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/mjolnir/MjolnirItemRenderer.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/mjolnir/MjolnirItemRendererISTER.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/mjolnir/MjolnirItemRendererISTER.kt index 209e1b17..4e8c10c4 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/mjolnir/MjolnirItemRendererISTER.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/mjolnir/MjolnirItemRendererISTER.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/shield/ModShieldItemRenderer.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/shield/ModShieldItemRenderer.kt index 971a2d11..6a9e4782 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/shield/ModShieldItemRenderer.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/shield/ModShieldItemRenderer.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/ArmourToolsModTridentItemRenderer.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/ArmourToolsModTridentItemRenderer.kt index 9c7b413f..08eef691 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/ArmourToolsModTridentItemRenderer.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/ArmourToolsModTridentItemRenderer.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/ArmourToolsModTridentRendererISTER.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/ArmourToolsModTridentRendererISTER.kt index 76e3b4eb..fe95d8c1 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/ArmourToolsModTridentRendererISTER.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/ArmourToolsModTridentRendererISTER.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/aq/AqumarineTridentItemRenderer.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/aq/AqumarineTridentItemRenderer.kt index 1d657baa..25a2699a 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/aq/AqumarineTridentItemRenderer.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/aq/AqumarineTridentItemRenderer.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/aq/AqumarineTridentItemRendererISTER.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/aq/AqumarineTridentItemRendererISTER.kt index 9a875946..e65d2b1d 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/aq/AqumarineTridentItemRendererISTER.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/aq/AqumarineTridentItemRendererISTER.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/common/entity/AqumarineTridentEntity.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/common/entity/AqumarineTridentEntity.kt index 08e5c99f..c59b52ae 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/common/entity/AqumarineTridentEntity.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/common/entity/AqumarineTridentEntity.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/common/entity/MjolnirEntity.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/common/entity/MjolnirEntity.kt index 8de9e354..8b1fa190 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/common/entity/MjolnirEntity.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/common/entity/MjolnirEntity.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/common/entity/ModTridentEntity.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/common/entity/ModTridentEntity.kt index 4f9c712e..c7853bab 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/common/entity/ModTridentEntity.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/common/entity/ModTridentEntity.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/AmethystArmour.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/AmethystArmour.kt index 4ab72ae6..5c3d1b69 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/AmethystArmour.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/AmethystArmour.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/AqumarineArmour.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/AqumarineArmour.kt index 2732da9b..fc588b70 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/AqumarineArmour.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/AqumarineArmour.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/EnderiteArmour.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/EnderiteArmour.kt index 89855410..d52fa591 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/EnderiteArmour.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/EnderiteArmour.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/GraphiteArmour.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/GraphiteArmour.kt index c7f458d6..029f9970 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/GraphiteArmour.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/GraphiteArmour.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/RainbowArmour.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/RainbowArmour.kt index 2ed3ce40..9019af15 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/RainbowArmour.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/RainbowArmour.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/RubyArmour.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/RubyArmour.kt index 8fcf9c35..a7691537 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/RubyArmour.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/RubyArmour.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/SapphireArmour.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/SapphireArmour.kt index cb3b5db9..ff3961e1 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/SapphireArmour.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/SapphireArmour.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/BlockInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/BlockInit.kt index c644d937..932c6602 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/BlockInit.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/BlockInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,7 +18,7 @@ */ package io.github.realyusufismail.temporalsmith.core.init -import io.github.realyusufismail.temporalsmith.TemporalSmith.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.temporalsmith.TemporalSmith.TemporalSmith.MOD_ID import io.github.realyusufismail.temporalsmith.blocks.CustomArmourCraftingTable import io.github.realyusufismail.temporalsmith.blocks.CustomToolCraftingTable import io.github.realyusufismail.temporalsmith.blocks.EnderitePortalFrame diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/CreativeModeTabInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/CreativeModeTabInit.kt index e249ac61..ca7b5113 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/CreativeModeTabInit.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/CreativeModeTabInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/DimensionsInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/DimensionsInit.kt index 654d5d0a..101e6729 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/DimensionsInit.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/DimensionsInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/EnchantmentCategoryInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/EnchantmentCategoryInit.kt index cd3adbb0..13b1d7f1 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/EnchantmentCategoryInit.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/EnchantmentCategoryInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/ItemInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/ItemInit.kt index c20fbe8d..a27d609c 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/ItemInit.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/ItemInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,7 +18,7 @@ */ package io.github.realyusufismail.temporalsmith.core.init -import io.github.realyusufismail.temporalsmith.TemporalSmith.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.temporalsmith.TemporalSmith.TemporalSmith.MOD_ID import io.github.realyusufismail.temporalsmith.core.armour.* import io.github.realyusufismail.temporalsmith.core.material.ArmourMaterialInit import io.github.realyusufismail.temporalsmith.core.material.CustomShieldMaterial diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/JEIRecipeTypes.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/JEIRecipeTypes.kt index 6aba30b2..0d9decc6 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/JEIRecipeTypes.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/JEIRecipeTypes.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/MenuTypeInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/MenuTypeInit.kt index b566f179..46c9d87c 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/MenuTypeInit.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/MenuTypeInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,7 +18,7 @@ */ package io.github.realyusufismail.temporalsmith.core.init -import io.github.realyusufismail.temporalsmith.TemporalSmith.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.temporalsmith.TemporalSmith.TemporalSmith.MOD_ID import io.github.realyusufismail.temporalsmith.blocks.armour.CustomArmourCraftingTableMenu import io.github.realyusufismail.temporalsmith.blocks.infusion.IngotFusionTollEnhancerMenu import io.github.realyusufismail.temporalsmith.blocks.tool.CustomToolCraftingTableMenu diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/MinableBlockType.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/MinableBlockType.kt index fa53e685..bdf3e766 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/MinableBlockType.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/MinableBlockType.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/MobEffectsInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/MobEffectsInit.kt index 70e67822..52ad1868 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/MobEffectsInit.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/MobEffectsInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,7 +18,7 @@ */ package io.github.realyusufismail.temporalsmith.core.init -import io.github.realyusufismail.temporalsmith.TemporalSmith.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.temporalsmith.TemporalSmith.TemporalSmith.MOD_ID import io.github.realyusufismail.temporalsmith.effect.WorthyEffect import net.minecraft.world.effect.MobEffect import net.minecraftforge.registries.DeferredRegister diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/POIInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/POIInit.kt index 4b3466ea..0ea0f979 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/POIInit.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/POIInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,7 +18,7 @@ */ package io.github.realyusufismail.temporalsmith.core.init -import io.github.realyusufismail.temporalsmith.TemporalSmith.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.temporalsmith.TemporalSmith.TemporalSmith.MOD_ID import net.minecraft.world.entity.ai.village.poi.PoiType import net.minecraftforge.registries.DeferredRegister import net.minecraftforge.registries.ForgeRegistries diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/PotionsInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/PotionsInit.kt index 2f84272b..7fffe362 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/PotionsInit.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/PotionsInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeBookTypesInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeBookTypesInit.kt index d9e52764..1f5b4402 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeBookTypesInit.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeBookTypesInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeCategoriesInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeCategoriesInit.kt index 1cdd21f7..fce1eedf 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeCategoriesInit.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeCategoriesInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeSerializerInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeSerializerInit.kt index b5545ccf..c010f040 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeSerializerInit.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeSerializerInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,7 +18,7 @@ */ package io.github.realyusufismail.temporalsmith.core.init -import io.github.realyusufismail.temporalsmith.TemporalSmith.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.temporalsmith.TemporalSmith.TemporalSmith.MOD_ID import io.github.realyusufismail.temporalsmith.recipe.armour.CustomArmourCraftingTableShapedRecipe import io.github.realyusufismail.temporalsmith.recipe.infusion.IngotFusionTollEnhancerRecipe import io.github.realyusufismail.temporalsmith.recipe.tool.CustomToolCraftingTableShapedRecipe diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeTypeInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeTypeInit.kt index edc4f864..17c25ae5 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeTypeInit.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeTypeInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,7 +18,7 @@ */ package io.github.realyusufismail.temporalsmith.core.init -import io.github.realyusufismail.temporalsmith.TemporalSmith.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.temporalsmith.TemporalSmith.TemporalSmith.MOD_ID import io.github.realyusufismail.temporalsmith.recipe.armour.CustomArmourCraftingTableRecipe import io.github.realyusufismail.temporalsmith.recipe.infusion.IngotFusionTollEnhancerRecipe import io.github.realyusufismail.temporalsmith.recipe.tool.CustomToolCraftingTableRecipe diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/TagsInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/TagsInit.kt index f1757a07..b7830744 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/TagsInit.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/TagsInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,7 +18,7 @@ */ package io.github.realyusufismail.temporalsmith.core.init -import io.github.realyusufismail.temporalsmith.TemporalSmith.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.temporalsmith.TemporalSmith.TemporalSmith.MOD_ID import net.minecraft.resources.ResourceLocation import net.minecraft.tags.BlockTags import net.minecraft.tags.ItemTags diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/ArmourMaterialInit.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/ArmourMaterialInit.kt index d909530a..230e7e0d 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/ArmourMaterialInit.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/ArmourMaterialInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/CustomShieldMaterial.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/CustomShieldMaterial.kt index 7af3dbf4..b28462a1 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/CustomShieldMaterial.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/CustomShieldMaterial.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/CustomToolMaterial.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/CustomToolMaterial.kt index 7c9c7239..380cc6e4 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/CustomToolMaterial.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/CustomToolMaterial.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/util/NameUtils.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/util/NameUtils.kt index 42df1704..845c5a81 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/util/NameUtils.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/util/NameUtils.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/util/ResourceLocations.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/util/ResourceLocations.kt index 2da7f52e..b83a3905 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/util/ResourceLocations.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/util/ResourceLocations.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/DataGenerators.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/DataGenerators.kt index 9c352587..c0e14fe5 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/DataGenerators.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/DataGenerators.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,7 +18,7 @@ */ package io.github.realyusufismail.temporalsmith.datagen -import io.github.realyusufismail.temporalsmith.TemporalSmith.ArmorAndToolsMod.logger +import io.github.realyusufismail.temporalsmith.TemporalSmith.TemporalSmith.logger import io.github.realyusufismail.temporalsmith.datagen.advancment.ModAdvancementProvider import io.github.realyusufismail.temporalsmith.datagen.lang.ModEnLangProvider import io.github.realyusufismail.temporalsmith.datagen.loot.ModLootTables diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/advancment/Advancements.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/advancment/Advancements.kt index e6ebfddf..1b0d54d6 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/advancment/Advancements.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/advancment/Advancements.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/advancment/ModAdvancementProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/advancment/ModAdvancementProvider.kt index f95c8891..50d44e2f 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/advancment/ModAdvancementProvider.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/advancment/ModAdvancementProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/lang/ModEnLangProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/lang/ModEnLangProvider.kt index fcb3b2bb..77ef5e71 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/lang/ModEnLangProvider.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/lang/ModEnLangProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -19,7 +19,7 @@ package io.github.realyusufismail.temporalsmith.datagen.lang import io.github.realyusufismail.realyusufismailcore.data.support.lang.ModEnLangProviderSupport -import io.github.realyusufismail.temporalsmith.TemporalSmith.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.temporalsmith.TemporalSmith.TemporalSmith.MOD_ID import io.github.realyusufismail.temporalsmith.core.init.BlockInit import io.github.realyusufismail.temporalsmith.core.init.ItemInit import io.github.realyusufismail.temporalsmith.util.KeyBinding diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/loot/ModBlockLootTables.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/loot/ModBlockLootTables.kt index b9fb2334..0114d9e5 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/loot/ModBlockLootTables.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/loot/ModBlockLootTables.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,7 +18,7 @@ */ package io.github.realyusufismail.temporalsmith.datagen.loot -import io.github.realyusufismail.temporalsmith.TemporalSmith.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.temporalsmith.TemporalSmith.TemporalSmith.MOD_ID import io.github.realyusufismail.temporalsmith.core.init.BlockInit import io.github.realyusufismail.temporalsmith.core.init.ItemInit import java.util.* diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/loot/ModLootTables.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/loot/ModLootTables.kt index 0af9cc2f..3e08bfa0 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/loot/ModLootTables.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/loot/ModLootTables.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -20,7 +20,7 @@ package io.github.realyusufismail.temporalsmith.datagen.loot import com.google.common.collect.ImmutableList import com.google.common.collect.Sets -import io.github.realyusufismail.temporalsmith.TemporalSmith.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.temporalsmith.TemporalSmith.TemporalSmith.MOD_ID import java.util.stream.Collectors import net.minecraft.data.DataGenerator import net.minecraft.data.loot.LootTableProvider diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/MainModRecipeProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/MainModRecipeProvider.kt index 6b1382e9..79407bc7 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/MainModRecipeProvider.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/MainModRecipeProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,7 +18,7 @@ */ package io.github.realyusufismail.temporalsmith.datagen.recipe -import io.github.realyusufismail.temporalsmith.TemporalSmith.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.temporalsmith.TemporalSmith.TemporalSmith.MOD_ID import io.github.realyusufismail.temporalsmith.datagen.recipe.provider.* import java.util.function.Consumer import net.minecraft.data.DataGenerator diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/builder/CustomArmourCraftingTableRecipeBuilder.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/builder/CustomArmourCraftingTableRecipeBuilder.kt index 34300495..e373cc07 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/builder/CustomArmourCraftingTableRecipeBuilder.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/builder/CustomArmourCraftingTableRecipeBuilder.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/builder/CustomToolCraftingTableRecipeBuilder.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/builder/CustomToolCraftingTableRecipeBuilder.kt index 9e43016a..1e4d6371 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/builder/CustomToolCraftingTableRecipeBuilder.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/builder/CustomToolCraftingTableRecipeBuilder.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/builder/EnchantmentsAndLevels.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/builder/EnchantmentsAndLevels.kt index b1ec5380..c8b87042 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/builder/EnchantmentsAndLevels.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/builder/EnchantmentsAndLevels.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/builder/IngotFusionTollEnhancerRecipeBuilder.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/builder/IngotFusionTollEnhancerRecipeBuilder.kt index 42089245..8cc758c4 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/builder/IngotFusionTollEnhancerRecipeBuilder.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/builder/IngotFusionTollEnhancerRecipeBuilder.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/ArmourCraftingTableRecipeProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/ArmourCraftingTableRecipeProvider.kt index 2cf43290..2cd3b176 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/ArmourCraftingTableRecipeProvider.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/ArmourCraftingTableRecipeProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/FurnaceRecipeProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/FurnaceRecipeProvider.kt index 9b3e37db..faf729cf 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/FurnaceRecipeProvider.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/FurnaceRecipeProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/IngotFusionTollEnhancerRecipeProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/IngotFusionTollEnhancerRecipeProvider.kt index b9a5803e..585fc08f 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/IngotFusionTollEnhancerRecipeProvider.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/IngotFusionTollEnhancerRecipeProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/NewSmithingTableRecipeProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/NewSmithingTableRecipeProvider.kt index 1ba62c29..577ca5c1 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/NewSmithingTableRecipeProvider.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/NewSmithingTableRecipeProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/NormalCraftingTableRecipeProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/NormalCraftingTableRecipeProvider.kt index 05390eba..0426fb3f 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/NormalCraftingTableRecipeProvider.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/NormalCraftingTableRecipeProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/ToolCraftingTableRecipeProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/ToolCraftingTableRecipeProvider.kt index bfc6814c..b86481e9 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/ToolCraftingTableRecipeProvider.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/ToolCraftingTableRecipeProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/spirit/ModSpriteSourceProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/spirit/ModSpriteSourceProvider.kt index e14ee05b..d31a0255 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/spirit/ModSpriteSourceProvider.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/spirit/ModSpriteSourceProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -20,7 +20,7 @@ package io.github.realyusufismail.temporalsmith.datagen.spirit import com.google.common.collect.ImmutableMap import io.github.realyusufismail.temporalsmith.TemporalSmith -import io.github.realyusufismail.temporalsmith.TemporalSmith.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.temporalsmith.TemporalSmith.TemporalSmith.MOD_ID import java.util.* import net.minecraft.client.renderer.texture.atlas.sources.PalettedPermutations import net.minecraft.client.renderer.texture.atlas.sources.SingleFile diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/tags/ModBlockTagsProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/tags/ModBlockTagsProvider.kt index d3a7f06a..3f83890e 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/tags/ModBlockTagsProvider.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/tags/ModBlockTagsProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,7 +18,7 @@ */ package io.github.realyusufismail.temporalsmith.datagen.tags -import io.github.realyusufismail.temporalsmith.TemporalSmith.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.temporalsmith.TemporalSmith.TemporalSmith.MOD_ID import io.github.realyusufismail.temporalsmith.core.init.BlockInit import io.github.realyusufismail.temporalsmith.core.init.TagsInit import java.util.concurrent.CompletableFuture diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/tags/ModItemTagsProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/tags/ModItemTagsProvider.kt index 6fdff292..2d97cc51 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/tags/ModItemTagsProvider.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/tags/ModItemTagsProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,7 +18,7 @@ */ package io.github.realyusufismail.temporalsmith.datagen.tags -import io.github.realyusufismail.temporalsmith.TemporalSmith.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.temporalsmith.TemporalSmith.TemporalSmith.MOD_ID import io.github.realyusufismail.temporalsmith.core.init.ItemInit import io.github.realyusufismail.temporalsmith.core.init.TagsInit import java.util.concurrent.CompletableFuture diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/texture/ModBlockStateProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/texture/ModBlockStateProvider.kt index a1d52c05..7d613a97 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/texture/ModBlockStateProvider.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/texture/ModBlockStateProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,7 +18,7 @@ */ package io.github.realyusufismail.temporalsmith.datagen.texture -import io.github.realyusufismail.temporalsmith.TemporalSmith.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.temporalsmith.TemporalSmith.TemporalSmith.MOD_ID import io.github.realyusufismail.temporalsmith.core.init.BlockInit import net.minecraft.data.PackOutput import net.minecraft.resources.ResourceLocation diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/texture/ModItemStateProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/texture/ModItemStateProvider.kt index a85c1ede..3803dbac 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/texture/ModItemStateProvider.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/texture/ModItemStateProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,7 +18,7 @@ */ package io.github.realyusufismail.temporalsmith.datagen.texture -import io.github.realyusufismail.temporalsmith.TemporalSmith.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.temporalsmith.TemporalSmith.TemporalSmith.MOD_ID import io.github.realyusufismail.temporalsmith.core.init.ItemInit import io.github.realyusufismail.temporalsmith.core.util.name import net.minecraft.client.renderer.block.model.BlockModel.GuiLight diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/world/ModWorldGenProvider.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/world/ModWorldGenProvider.kt index eab0eec7..311fc6da 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/world/ModWorldGenProvider.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/world/ModWorldGenProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,7 +18,7 @@ */ package io.github.realyusufismail.temporalsmith.datagen.world -import io.github.realyusufismail.temporalsmith.TemporalSmith.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.temporalsmith.TemporalSmith.TemporalSmith.MOD_ID import io.github.realyusufismail.temporalsmith.worldgen.ModBiomeModifiers import io.github.realyusufismail.temporalsmith.worldgen.ModConfiguredFeatures import io.github.realyusufismail.temporalsmith.worldgen.ModPlacedFeatures diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/effect/WorthyEffect.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/effect/WorthyEffect.kt index 13c38fdb..76e9c2e1 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/effect/WorthyEffect.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/effect/WorthyEffect.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/enchantment/SkyForgeEnchantment.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/enchantment/SkyForgeEnchantment.kt index 0775ac6d..a8195858 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/enchantment/SkyForgeEnchantment.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/enchantment/SkyForgeEnchantment.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/integration/ModJEIPlugin.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/integration/ModJEIPlugin.kt index a163993e..d0826e64 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/integration/ModJEIPlugin.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/integration/ModJEIPlugin.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/integration/armour/CustomArmourCraftingTableJEIRecipeCategory.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/integration/armour/CustomArmourCraftingTableJEIRecipeCategory.kt index 0559a8bc..caebde8f 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/integration/armour/CustomArmourCraftingTableJEIRecipeCategory.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/integration/armour/CustomArmourCraftingTableJEIRecipeCategory.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/integration/fusion/IngotFusionTollEnhancerJEIRecipeCategory.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/integration/fusion/IngotFusionTollEnhancerJEIRecipeCategory.kt index 5104a94a..ddc2e5ce 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/integration/fusion/IngotFusionTollEnhancerJEIRecipeCategory.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/integration/fusion/IngotFusionTollEnhancerJEIRecipeCategory.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/integration/generic/GenericCraftingTableJEIRecipeCategory.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/integration/generic/GenericCraftingTableJEIRecipeCategory.kt index 96bfdc47..aa25ca9b 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/integration/generic/GenericCraftingTableJEIRecipeCategory.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/integration/generic/GenericCraftingTableJEIRecipeCategory.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/integration/tool/CustomToolCraftingTableJEIRecipeCategory.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/integration/tool/CustomToolCraftingTableJEIRecipeCategory.kt index f49074b9..7a4d6f6c 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/integration/tool/CustomToolCraftingTableJEIRecipeCategory.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/integration/tool/CustomToolCraftingTableJEIRecipeCategory.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/CustomSwordItem.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/CustomSwordItem.kt index 44021e49..10f44691 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/CustomSwordItem.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/CustomSwordItem.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/HammerItem.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/HammerItem.kt index 69067bc1..700d8351 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/HammerItem.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/HammerItem.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/Mjolnir.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/Mjolnir.kt index 724d4749..21933235 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/Mjolnir.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/Mjolnir.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/StormBreaker.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/StormBreaker.kt index d01a6291..660e46fc 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/StormBreaker.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/StormBreaker.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/util/HammerLevel.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/util/HammerLevel.kt index d0215ab4..5626062e 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/util/HammerLevel.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/util/HammerLevel.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/shield/ModShieldItem.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/shield/ModShieldItem.kt index 8362e01c..54529db8 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/shield/ModShieldItem.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/shield/ModShieldItem.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/sword/EnderiteSword.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/sword/EnderiteSword.kt index 39379b56..cc32f424 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/sword/EnderiteSword.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/sword/EnderiteSword.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/trident/AqumarineTridentItem.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/trident/AqumarineTridentItem.kt index 29b7f505..58d60622 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/trident/AqumarineTridentItem.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/trident/AqumarineTridentItem.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/trident/ModTridentItem.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/trident/ModTridentItem.kt index 14aabf47..aeaffc09 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/trident/ModTridentItem.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/trident/ModTridentItem.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/logger/LoggerColorScheme.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/logger/LoggerColorScheme.kt index 3fe0e58f..31aab752 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/logger/LoggerColorScheme.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/logger/LoggerColorScheme.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/models/MjolnirModel.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/models/MjolnirModel.kt index b36cd484..1a0c92ae 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/models/MjolnirModel.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/models/MjolnirModel.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/armour/CustomArmourCraftingTableRecipe.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/armour/CustomArmourCraftingTableRecipe.kt index cfb6fc4d..19a008e1 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/armour/CustomArmourCraftingTableRecipe.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/armour/CustomArmourCraftingTableRecipe.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/armour/CustomArmourCraftingTableShapedRecipe.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/armour/CustomArmourCraftingTableShapedRecipe.kt index 0d1e3290..7420fac7 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/armour/CustomArmourCraftingTableShapedRecipe.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/armour/CustomArmourCraftingTableShapedRecipe.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/tool/CustomToolCraftingTableRecipe.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/tool/CustomToolCraftingTableRecipe.kt index 7b60dcc9..c09bd279 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/tool/CustomToolCraftingTableRecipe.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/tool/CustomToolCraftingTableRecipe.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/tool/CustomToolCraftingTableShapedRecipe.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/tool/CustomToolCraftingTableShapedRecipe.kt index 3f3bcd93..a750ecf8 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/tool/CustomToolCraftingTableShapedRecipe.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/tool/CustomToolCraftingTableShapedRecipe.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/util/KeyBinding.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/util/KeyBinding.kt index d4ad09da..c24f3351 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/util/KeyBinding.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/util/KeyBinding.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModBiomeModifiers.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModBiomeModifiers.kt index 4eb4b8fc..d1e0da4e 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModBiomeModifiers.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModBiomeModifiers.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,7 +18,7 @@ */ package io.github.realyusufismail.temporalsmith.worldgen -import io.github.realyusufismail.temporalsmith.TemporalSmith.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.temporalsmith.TemporalSmith.TemporalSmith.MOD_ID import net.minecraft.core.HolderSet import net.minecraft.core.registries.Registries import net.minecraft.data.worldgen.BootstapContext diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModConfiguredFeatures.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModConfiguredFeatures.kt index 22746d03..3b61ace2 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModConfiguredFeatures.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModConfiguredFeatures.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,7 +18,7 @@ */ package io.github.realyusufismail.temporalsmith.worldgen -import io.github.realyusufismail.temporalsmith.TemporalSmith.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.temporalsmith.TemporalSmith.TemporalSmith.MOD_ID import io.github.realyusufismail.temporalsmith.core.init.BlockInit import net.minecraft.core.registries.Registries import net.minecraft.data.worldgen.BootstapContext diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModOrePlacement.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModOrePlacement.kt index 79732495..551b3061 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModOrePlacement.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModOrePlacement.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModPlacedFeatures.kt b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModPlacedFeatures.kt index f81e0fa6..4e2c13fc 100644 --- a/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModPlacedFeatures.kt +++ b/forge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModPlacedFeatures.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,7 +18,7 @@ */ package io.github.realyusufismail.temporalsmith.worldgen -import io.github.realyusufismail.temporalsmith.TemporalSmith.ArmorAndToolsMod.MOD_ID +import io.github.realyusufismail.temporalsmith.TemporalSmith.TemporalSmith.MOD_ID import net.minecraft.core.Holder import net.minecraft.core.registries.Registries import net.minecraft.data.worldgen.BootstapContext diff --git a/forge/src/main/resources/META-INF/mods.toml b/forge/src/main/resources/META-INF/mods.toml index 79c55401..d7608682 100644 --- a/forge/src/main/resources/META-INF/mods.toml +++ b/forge/src/main/resources/META-INF/mods.toml @@ -4,7 +4,7 @@ license = "Apache 2.0" #mandatory issueTrackerURL = "https://github.com/RealYusufIsmail-Mc-Mods/TemporalSmith" [[mods]] modId = "temporalsmith" -version = "1.20.1-1.0.7.beta7" +version = "1.20.1-1.1.0-beta.1" displayName = "TemporalSmith: Aetheric Arsenal Expansion" logoFile = "logo.png" updateJSONURL = "https://forge.curseupdate.com/480779/temporalsmith" diff --git a/forge/src/test/kotlin/io/github/realyusufismail/temporalsmith/LocationTester.kt b/forge/src/test/kotlin/io/github/realyusufismail/temporalsmith/LocationTester.kt index d036ce7d..60f4f2f4 100644 --- a/forge/src/test/kotlin/io/github/realyusufismail/temporalsmith/LocationTester.kt +++ b/forge/src/test/kotlin/io/github/realyusufismail/temporalsmith/LocationTester.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/EnderitePortalFrame.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/EnderitePortalFrame.java index 5e5bc0d2..24f72ea1 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/EnderitePortalFrame.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/EnderitePortalFrame.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/IngotFusionTollEnhancer.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/IngotFusionTollEnhancer.java index 51b20a34..206da2dc 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/IngotFusionTollEnhancer.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/IngotFusionTollEnhancer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableScreen.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableScreen.java index 52b40d53..f3803749 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableScreen.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableScreen.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/infusion/IngotFusionTollEnhancerBlockEntity.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/infusion/IngotFusionTollEnhancerBlockEntity.java index 9b1c2676..cb3bf401 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/infusion/IngotFusionTollEnhancerBlockEntity.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/infusion/IngotFusionTollEnhancerBlockEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/infusion/IngotFusionTollEnhancerMenu.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/infusion/IngotFusionTollEnhancerMenu.java index efcd1edf..01bfb365 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/infusion/IngotFusionTollEnhancerMenu.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/infusion/IngotFusionTollEnhancerMenu.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/infusion/IngotFusionTollEnhancerScreen.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/infusion/IngotFusionTollEnhancerScreen.java index 4b7bfeb8..17fc2cf7 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/infusion/IngotFusionTollEnhancerScreen.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/infusion/IngotFusionTollEnhancerScreen.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/LITBlock.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/LITBlock.java index 07416f57..70be8170 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/LITBlock.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/LITBlock.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/LitBlockParticleColour.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/LitBlockParticleColour.java index 47cce8d3..8605d34c 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/LitBlockParticleColour.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/LitBlockParticleColour.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/RainbowLitBlock.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/RainbowLitBlock.java index 86ae24ff..bd8cb601 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/RainbowLitBlock.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/RainbowLitBlock.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/RubyLitBlock.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/RubyLitBlock.java index ff728aa9..94e04f5c 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/RubyLitBlock.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/lit/RubyLitBlock.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableScreen.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableScreen.java index 10b56a14..2cb21e04 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableScreen.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableScreen.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/client/TemporalSmithShieldItemRendererProvider.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/client/TemporalSmithShieldItemRendererProvider.java index 50c12e12..1515b560 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/client/TemporalSmithShieldItemRendererProvider.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/client/TemporalSmithShieldItemRendererProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/client/TemporalSmithTridentItemRendererProvider.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/client/TemporalSmithTridentItemRendererProvider.java index f7e69e2a..3ef420b9 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/client/TemporalSmithTridentItemRendererProvider.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/client/TemporalSmithTridentItemRendererProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/core/init/BlockEntityTypeInit.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/core/init/BlockEntityTypeInit.java index 48244f82..835981ca 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/core/init/BlockEntityTypeInit.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/core/init/BlockEntityTypeInit.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/core/init/DimensionsInit.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/core/init/DimensionsInit.java index b3a9c773..a51d19a0 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/core/init/DimensionsInit.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/core/init/DimensionsInit.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/core/init/EntityTypeInit.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/core/init/EntityTypeInit.java index eca79238..5f768017 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/core/init/EntityTypeInit.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/core/init/EntityTypeInit.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/dimension/ModTeleporter.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/dimension/ModTeleporter.java index 00e654b0..33d3857c 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/dimension/ModTeleporter.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/dimension/ModTeleporter.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolem.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolem.java index b2a3884a..085dbb46 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolem.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolem.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemCrackinessLayer.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemCrackinessLayer.java index b42af5c8..f342b9f7 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemCrackinessLayer.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemCrackinessLayer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemFlowerLayer.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemFlowerLayer.java index 06e099c8..25b07307 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemFlowerLayer.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemFlowerLayer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemModel.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemModel.java index 902ce871..e4ee9466 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemModel.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemRenderer.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemRenderer.java index 8f8a907e..1ee5e259 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemRenderer.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/golum/EnderiteGolemRenderer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/MjolnirModel.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/MjolnirModel.java index d0cfe366..45633311 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/MjolnirModel.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/MjolnirModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/Pattern.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/Pattern.java index f21551a6..6d78ebe7 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/Pattern.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/Pattern.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/TheHandle.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/TheHandle.java index 896541fb..b6a325ae 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/TheHandle.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/TheHandle.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/TheMiddlePart.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/TheMiddlePart.java index 223d1b33..a225a95d 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/TheMiddlePart.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/TheMiddlePart.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/TheSidePart.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/TheSidePart.java index 72833f89..d13edf6a 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/TheSidePart.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/TheSidePart.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeFive.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeFive.java index a6cb8465..dfdc1822 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeFive.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeFive.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeFour.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeFour.java index 8a69b415..6b0912ff 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeFour.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeFour.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeOne.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeOne.java index 1e3bd69e..4e0e997e 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeOne.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeOne.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeSix.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeSix.java index 04fb7b7d..c249ee71 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeSix.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeSix.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeThree.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeThree.java index 9cca2826..497a4444 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeThree.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeThree.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeTwo.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeTwo.java index 73846e45..110affed 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeTwo.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/entities/mjolnir/cube/PatternCubeTwo.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/recipe/infusion/IngotFusionTollEnhancerRecipe.java b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/recipe/infusion/IngotFusionTollEnhancerRecipe.java index aa8f4c03..5dfe8d70 100644 --- a/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/recipe/infusion/IngotFusionTollEnhancerRecipe.java +++ b/neoforge/src/main/java/io/github/realyusufismail/temporalsmith/recipe/infusion/IngotFusionTollEnhancerRecipe.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/TemporalSmith.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/TemporalSmith.kt index 0af6a4f4..9ca880b6 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/TemporalSmith.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/TemporalSmith.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/TemporalSmithConfig.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/TemporalSmithConfig.kt index 7053ff3f..f1c673c9 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/TemporalSmithConfig.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/TemporalSmithConfig.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/CustomArmourCraftingTable.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/CustomArmourCraftingTable.kt index 7b73cafb..5bad9501 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/CustomArmourCraftingTable.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/CustomArmourCraftingTable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/CustomToolCraftingTable.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/CustomToolCraftingTable.kt index ba271a59..3eb17141 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/CustomToolCraftingTable.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/CustomToolCraftingTable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/EnderiteLog.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/EnderiteLog.kt index 49ba7e29..a6db3915 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/EnderiteLog.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/EnderiteLog.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/EnderitePlanks.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/EnderitePlanks.kt index 78a45027..8e9f6032 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/EnderitePlanks.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/EnderitePlanks.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableContainer.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableContainer.kt index a79f06ad..b29a581a 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableContainer.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableContainer.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableMenu.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableMenu.kt index 170319fc..d2fc6200 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableMenu.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableMenu.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableResultSlot.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableResultSlot.kt index 1b8b14f6..ea143d6d 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableResultSlot.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/CustomArmourCraftingTableResultSlot.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/book/CustomArmourCraftingBookCategory.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/book/CustomArmourCraftingBookCategory.kt index 14537571..5959c8fc 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/book/CustomArmourCraftingBookCategory.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/armour/book/CustomArmourCraftingBookCategory.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/common/CustomCraftingTableContainer.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/common/CustomCraftingTableContainer.kt index 49d0c38d..108194ac 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/common/CustomCraftingTableContainer.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/common/CustomCraftingTableContainer.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookCategory.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookCategory.kt index cdc05e87..d7d892b7 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookCategory.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookCategory.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookComponent.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookComponent.kt index aa9df5df..3a61d593 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookComponent.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/book/IngotFusionTollEnhancerRecipeBookComponent.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/slots/InfusionFuelSlot.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/slots/InfusionFuelSlot.kt index 3903c1cc..9827f5db 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/slots/InfusionFuelSlot.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/slots/InfusionFuelSlot.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/slots/OutputSlotItemHandler.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/slots/OutputSlotItemHandler.kt index 7ab79d7b..8c1f50ee 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/slots/OutputSlotItemHandler.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/infusion/slots/OutputSlotItemHandler.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableContainer.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableContainer.kt index 04cc479a..c51807e1 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableContainer.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableContainer.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableMenu.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableMenu.kt index 835ce89f..72d4863b 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableMenu.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableMenu.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableResultSlot.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableResultSlot.kt index b72ce441..59676733 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableResultSlot.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/CustomToolCraftingTableResultSlot.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/book/CustomToolsCraftingBookCategory.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/book/CustomToolsCraftingBookCategory.kt index ccacb827..a73bbee8 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/book/CustomToolsCraftingBookCategory.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/blocks/tool/book/CustomToolsCraftingBookCategory.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/ClientEvents.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/ClientEvents.kt index 3019d5bd..d6b4741f 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/ClientEvents.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/ClientEvents.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/ModBlockEntityWithoutLevelRenderer.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/ModBlockEntityWithoutLevelRenderer.kt index 480ff162..bba83442 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/ModBlockEntityWithoutLevelRenderer.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/ModBlockEntityWithoutLevelRenderer.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/mjolnir/MjolnirItemRenderer.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/mjolnir/MjolnirItemRenderer.kt index a45b5d18..24f45b17 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/mjolnir/MjolnirItemRenderer.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/mjolnir/MjolnirItemRenderer.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/mjolnir/MjolnirItemRendererISTER.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/mjolnir/MjolnirItemRendererISTER.kt index 467c38fb..f406f826 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/mjolnir/MjolnirItemRendererISTER.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/mjolnir/MjolnirItemRendererISTER.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/shield/ModShieldItemRenderer.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/shield/ModShieldItemRenderer.kt index 971a2d11..6a9e4782 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/shield/ModShieldItemRenderer.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/shield/ModShieldItemRenderer.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/ModTridentItemRenderer.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/ModTridentItemRenderer.kt index 25410896..f0ee015b 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/ModTridentItemRenderer.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/ModTridentItemRenderer.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/ModTridentRendererISTER.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/ModTridentRendererISTER.kt index 347ba941..6ea3785f 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/ModTridentRendererISTER.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/ModTridentRendererISTER.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/aq/AqumarineTridentItemRenderer.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/aq/AqumarineTridentItemRenderer.kt index 9e0d9d09..bf1ec1c0 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/aq/AqumarineTridentItemRenderer.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/aq/AqumarineTridentItemRenderer.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/aq/AqumarineTridentItemRendererISTER.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/aq/AqumarineTridentItemRendererISTER.kt index f0d600bb..60198a33 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/aq/AqumarineTridentItemRendererISTER.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/client/renderer/trident/aq/AqumarineTridentItemRendererISTER.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/common/entity/AqumarineTridentEntity.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/common/entity/AqumarineTridentEntity.kt index 08e5c99f..c59b52ae 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/common/entity/AqumarineTridentEntity.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/common/entity/AqumarineTridentEntity.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/common/entity/MjolnirEntity.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/common/entity/MjolnirEntity.kt index 8de9e354..8b1fa190 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/common/entity/MjolnirEntity.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/common/entity/MjolnirEntity.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/common/entity/ModTridentEntity.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/common/entity/ModTridentEntity.kt index abba4320..07e30bc5 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/common/entity/ModTridentEntity.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/common/entity/ModTridentEntity.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/AmethystArmour.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/AmethystArmour.kt index 4ab72ae6..5c3d1b69 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/AmethystArmour.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/AmethystArmour.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/AqumarineArmour.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/AqumarineArmour.kt index 2732da9b..fc588b70 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/AqumarineArmour.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/AqumarineArmour.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/EnderiteArmour.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/EnderiteArmour.kt index 89855410..d52fa591 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/EnderiteArmour.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/EnderiteArmour.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/GraphiteArmour.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/GraphiteArmour.kt index c7f458d6..029f9970 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/GraphiteArmour.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/GraphiteArmour.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/RainbowArmour.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/RainbowArmour.kt index 2ed3ce40..9019af15 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/RainbowArmour.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/RainbowArmour.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/RubyArmour.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/RubyArmour.kt index 8fcf9c35..a7691537 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/RubyArmour.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/RubyArmour.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/SapphireArmour.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/SapphireArmour.kt index cb3b5db9..ff3961e1 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/SapphireArmour.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/armour/SapphireArmour.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/BlockInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/BlockInit.kt index 972fefca..72b39f13 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/BlockInit.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/BlockInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/CreativeModeTabInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/CreativeModeTabInit.kt index 6c06ff82..104e6f8b 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/CreativeModeTabInit.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/CreativeModeTabInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/EnchantmentCategoryInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/EnchantmentCategoryInit.kt index cd3adbb0..13b1d7f1 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/EnchantmentCategoryInit.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/EnchantmentCategoryInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/ItemInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/ItemInit.kt index 6d043d43..80b37e2a 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/ItemInit.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/ItemInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/MenuTypeInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/MenuTypeInit.kt index c475859b..841ae9e4 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/MenuTypeInit.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/MenuTypeInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/MinableBlockType.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/MinableBlockType.kt index c41303d7..b0c219e3 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/MinableBlockType.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/MinableBlockType.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/MobEffectsInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/MobEffectsInit.kt index 26bbcaaf..97e01fbf 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/MobEffectsInit.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/MobEffectsInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/POIInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/POIInit.kt index 69a3e86f..03cb4299 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/POIInit.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/POIInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/PotionsInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/PotionsInit.kt index ce10f16a..1c6bafb9 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/PotionsInit.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/PotionsInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeBookTypesInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeBookTypesInit.kt index d9e52764..1f5b4402 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeBookTypesInit.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeBookTypesInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeCategoriesInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeCategoriesInit.kt index 4c28543d..220dacac 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeCategoriesInit.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeCategoriesInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeSerializerInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeSerializerInit.kt index 134bce33..ccde4752 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeSerializerInit.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeSerializerInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeTypeInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeTypeInit.kt index 3fbe8e6e..21902962 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeTypeInit.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/RecipeTypeInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/SoundInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/SoundInit.kt index b458ac11..9ce4976d 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/SoundInit.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/SoundInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/TagsInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/TagsInit.kt index ca7cf72b..dbe0d663 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/TagsInit.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/init/TagsInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/ArmourMaterialInit.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/ArmourMaterialInit.kt index d909530a..230e7e0d 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/ArmourMaterialInit.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/ArmourMaterialInit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/CustomShieldMaterial.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/CustomShieldMaterial.kt index 7af3dbf4..b28462a1 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/CustomShieldMaterial.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/CustomShieldMaterial.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/CustomToolMaterial.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/CustomToolMaterial.kt index 7c9c7239..380cc6e4 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/CustomToolMaterial.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/material/CustomToolMaterial.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/util/NameUtils.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/util/NameUtils.kt index 6b184ca9..3b38d76e 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/util/NameUtils.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/util/NameUtils.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/util/ResourceLocations.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/util/ResourceLocations.kt index 2da7f52e..b83a3905 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/util/ResourceLocations.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/core/util/ResourceLocations.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/DataGenerators.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/DataGenerators.kt index 9e59bfb7..e87017f4 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/DataGenerators.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/DataGenerators.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/advancment/Advancements.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/advancment/Advancements.kt index 0a0c1368..94d3e6e8 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/advancment/Advancements.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/advancment/Advancements.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/advancment/ModAdvancementProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/advancment/ModAdvancementProvider.kt index b5a683c1..61e5427a 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/advancment/ModAdvancementProvider.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/advancment/ModAdvancementProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/lang/ModEnLangProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/lang/ModEnLangProvider.kt index f7034dab..f22e164e 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/lang/ModEnLangProvider.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/lang/ModEnLangProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/loot/ModBlockLootTables.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/loot/ModBlockLootTables.kt index 27852102..fbbebfc8 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/loot/ModBlockLootTables.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/loot/ModBlockLootTables.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/loot/ModLootTables.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/loot/ModLootTables.kt index e7aa45ee..3e08bfa0 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/loot/ModLootTables.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/loot/ModLootTables.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/MainModRecipeProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/MainModRecipeProvider.kt index e4f22c1a..7cebd57e 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/MainModRecipeProvider.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/MainModRecipeProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/ArmourCraftingTableRecipeProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/ArmourCraftingTableRecipeProvider.kt index 27ebb100..8ab872e0 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/ArmourCraftingTableRecipeProvider.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/ArmourCraftingTableRecipeProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/FurnaceRecipeProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/FurnaceRecipeProvider.kt index ecb3bac3..43665283 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/FurnaceRecipeProvider.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/FurnaceRecipeProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/IngotFusionTollEnhancerRecipeProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/IngotFusionTollEnhancerRecipeProvider.kt index 7f0b7b65..de1d9876 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/IngotFusionTollEnhancerRecipeProvider.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/IngotFusionTollEnhancerRecipeProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/NewSmithingTableRecipeProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/NewSmithingTableRecipeProvider.kt index 10eb8e18..7550e137 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/NewSmithingTableRecipeProvider.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/NewSmithingTableRecipeProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/NormalCraftingTableRecipeProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/NormalCraftingTableRecipeProvider.kt index d2ba8c60..ab8db5b3 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/NormalCraftingTableRecipeProvider.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/NormalCraftingTableRecipeProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/ToolCraftingTableRecipeProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/ToolCraftingTableRecipeProvider.kt index b181183e..8b6dc303 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/ToolCraftingTableRecipeProvider.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/recipe/provider/ToolCraftingTableRecipeProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/spirit/ArmourAndTollsModSpriteSourceProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/spirit/ArmourAndTollsModSpriteSourceProvider.kt index 55d3ffda..6edd8788 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/spirit/ArmourAndTollsModSpriteSourceProvider.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/spirit/ArmourAndTollsModSpriteSourceProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/tags/ModBlockTagsProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/tags/ModBlockTagsProvider.kt index d14ee9b2..e4fab45c 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/tags/ModBlockTagsProvider.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/tags/ModBlockTagsProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/tags/ModItemTagsProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/tags/ModItemTagsProvider.kt index 2062f6c7..2c1a9f1a 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/tags/ModItemTagsProvider.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/tags/ModItemTagsProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/texture/ModBlockStateProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/texture/ModBlockStateProvider.kt index 2f7b3b53..aebafb48 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/texture/ModBlockStateProvider.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/texture/ModBlockStateProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/texture/ModItemStateProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/texture/ModItemStateProvider.kt index cc44ddc5..ce91856a 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/texture/ModItemStateProvider.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/texture/ModItemStateProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/world/ModWorldGenProvider.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/world/ModWorldGenProvider.kt index 56909988..d3fe1458 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/world/ModWorldGenProvider.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/datagen/world/ModWorldGenProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/effect/WorthyEffect.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/effect/WorthyEffect.kt index 13c38fdb..76e9c2e1 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/effect/WorthyEffect.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/effect/WorthyEffect.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/enchantment/SkyForgeEnchantment.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/enchantment/SkyForgeEnchantment.kt index 0775ac6d..a8195858 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/enchantment/SkyForgeEnchantment.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/enchantment/SkyForgeEnchantment.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/CustomSwordItem.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/CustomSwordItem.kt index 44021e49..10f44691 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/CustomSwordItem.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/CustomSwordItem.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/egg/ModSpawnEggItem.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/egg/ModSpawnEggItem.kt index f57ddf08..2977b0c2 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/egg/ModSpawnEggItem.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/egg/ModSpawnEggItem.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/HammerItem.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/HammerItem.kt index 2317bd3d..b2099394 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/HammerItem.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/HammerItem.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/Mjolnir.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/Mjolnir.kt index c7ff07dc..5123f40a 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/Mjolnir.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/Mjolnir.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/StormBreaker.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/StormBreaker.kt index d01a6291..660e46fc 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/StormBreaker.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/StormBreaker.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/util/HammerLevel.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/util/HammerLevel.kt index d0215ab4..5626062e 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/util/HammerLevel.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/hammer/util/HammerLevel.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/shield/ModShieldItem.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/shield/ModShieldItem.kt index 253d3fb6..2aaf5f1c 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/shield/ModShieldItem.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/shield/ModShieldItem.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/sword/EnderiteSword.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/sword/EnderiteSword.kt index 99713186..47c24322 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/sword/EnderiteSword.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/sword/EnderiteSword.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/trident/AqumarineTridentItem.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/trident/AqumarineTridentItem.kt index 4757cac6..1cb3e9c0 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/trident/AqumarineTridentItem.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/trident/AqumarineTridentItem.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/trident/ArmourToolsModTridentItem.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/trident/ArmourToolsModTridentItem.kt index 6364f270..835892d4 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/trident/ArmourToolsModTridentItem.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/items/trident/ArmourToolsModTridentItem.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/logger/LoggerColorScheme.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/logger/LoggerColorScheme.kt index 3fe0e58f..31aab752 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/logger/LoggerColorScheme.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/logger/LoggerColorScheme.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/armour/CustomArmourCraftingTableRecipe.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/armour/CustomArmourCraftingTableRecipe.kt index ec5e6991..aa74c829 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/armour/CustomArmourCraftingTableRecipe.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/armour/CustomArmourCraftingTableRecipe.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/armour/CustomArmourCraftingTableShapedRecipe.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/armour/CustomArmourCraftingTableShapedRecipe.kt index c952e0a5..cb25288a 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/armour/CustomArmourCraftingTableShapedRecipe.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/armour/CustomArmourCraftingTableShapedRecipe.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/armour/builder/CustomArmourCraftingTableRecipeBuilder.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/armour/builder/CustomArmourCraftingTableRecipeBuilder.kt index 9e479a0b..ee8c66c6 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/armour/builder/CustomArmourCraftingTableRecipeBuilder.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/armour/builder/CustomArmourCraftingTableRecipeBuilder.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/common/CustomCraftingTableShapedRecipe.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/common/CustomCraftingTableShapedRecipe.kt index 3fb96608..0b021bf8 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/common/CustomCraftingTableShapedRecipe.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/common/CustomCraftingTableShapedRecipe.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/ingot/builder/IngotFusionTollEnhancerRecipeBuilder.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/ingot/builder/IngotFusionTollEnhancerRecipeBuilder.kt index 78a6d497..1a40564e 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/ingot/builder/IngotFusionTollEnhancerRecipeBuilder.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/ingot/builder/IngotFusionTollEnhancerRecipeBuilder.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/pattern/CustomCraftingTableRecipePattern.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/pattern/CustomCraftingTableRecipePattern.kt index 8ed54bb1..e880ee3e 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/pattern/CustomCraftingTableRecipePattern.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/pattern/CustomCraftingTableRecipePattern.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/tool/CustomToolCraftingTableRecipe.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/tool/CustomToolCraftingTableRecipe.kt index de552ee1..b33f0c5f 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/tool/CustomToolCraftingTableRecipe.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/tool/CustomToolCraftingTableRecipe.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/tool/CustomToolCraftingTableShapedRecipe.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/tool/CustomToolCraftingTableShapedRecipe.kt index 5fc4127e..53cb332f 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/tool/CustomToolCraftingTableShapedRecipe.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/tool/CustomToolCraftingTableShapedRecipe.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/tool/builder/CustomToolCraftingTableRecipeBuilder.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/tool/builder/CustomToolCraftingTableRecipeBuilder.kt index 3b923fe3..eccb0530 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/tool/builder/CustomToolCraftingTableRecipeBuilder.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/recipe/tool/builder/CustomToolCraftingTableRecipeBuilder.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/util/KeyBinding.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/util/KeyBinding.kt index 17f3db7e..58c2ce2e 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/util/KeyBinding.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/util/KeyBinding.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModBiomes.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModBiomes.kt index 7b5f73e5..e868019d 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModBiomes.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModBiomes.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModBiomesModifiers.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModBiomesModifiers.kt index 32fa6afe..0c7ecbc6 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModBiomesModifiers.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModBiomesModifiers.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModConfiguredFeatures.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModConfiguredFeatures.kt index e5c566fe..9e7e3416 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModConfiguredFeatures.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModConfiguredFeatures.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModOrePlacement.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModOrePlacement.kt index 00228e74..3f87a4a3 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModOrePlacement.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModOrePlacement.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModPlacedFeatures.kt b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModPlacedFeatures.kt index e3d4e20c..cf482d91 100644 --- a/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModPlacedFeatures.kt +++ b/neoforge/src/main/kotlin/io/github/realyusufismail/temporalsmith/worldgen/ModPlacedFeatures.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/neoforge/src/test/kotlin/io/github/realyusufismail/temporalsmith/LocationTester.kt b/neoforge/src/test/kotlin/io/github/realyusufismail/temporalsmith/LocationTester.kt index d036ce7d..60f4f2f4 100644 --- a/neoforge/src/test/kotlin/io/github/realyusufismail/temporalsmith/LocationTester.kt +++ b/neoforge/src/test/kotlin/io/github/realyusufismail/temporalsmith/LocationTester.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 RealYusufIsmail. + * Copyright 2024 RealYusufIsmail. * * * Licensed under the Apache License, Version 2.0 (the "License");