From 8e144e7182f2b2544eada38eb16b5d979665e914 Mon Sep 17 00:00:00 2001 From: chronosacaria Date: Sat, 20 Apr 2024 18:18:14 -0400 Subject: [PATCH] Added Copyright Notice to Headers --- src/main/java/chronosacaria/mcdw/Mcdw.java | 6 +++ .../mcdw/api/interfaces/IDualWielding.java | 6 +++ .../api/interfaces/IExclusiveAOECloud.java | 6 +++ .../api/interfaces/IInnateEnchantment.java | 6 +++ .../api/interfaces/IMcdwEnchantedArrow.java | 6 +++ .../mcdw/api/interfaces/IOffhandAttack.java | 6 +++ .../mcdw/api/util/AOECloudHelper.java | 6 +++ .../mcdw/api/util/AOEHelper.java | 6 +++ .../mcdw/api/util/AbilityHelper.java | 6 +++ .../mcdw/api/util/CleanlinessHelper.java | 6 +++ .../mcdw/api/util/EnchantmentRestriction.java | 6 +++ .../api/util/InnateEnchantmentBuilder.java | 38 +++++++++++++++++++ .../mcdw/api/util/InventoryHelper.java | 6 +++ .../mcdw/api/util/PlayerAttackHelper.java | 6 +++ .../mcdw/api/util/ProjectileEffectHelper.java | 6 +++ .../mcdw/api/util/RangedAttackHelper.java | 6 +++ .../mcdw/api/util/RarityHelper.java | 6 +++ .../chronosacaria/mcdw/bases/McdwAxe.java | 6 +++ .../chronosacaria/mcdw/bases/McdwBow.java | 6 +++ .../mcdw/bases/McdwCrossbow.java | 6 +++ .../mcdw/bases/McdwCustomWeaponBase.java | 6 +++ .../chronosacaria/mcdw/bases/McdwDagger.java | 6 +++ .../mcdw/bases/McdwDoubleAxe.java | 6 +++ .../mcdw/bases/McdwGauntlet.java | 6 +++ .../chronosacaria/mcdw/bases/McdwGlaive.java | 6 +++ .../chronosacaria/mcdw/bases/McdwHammer.java | 6 +++ .../chronosacaria/mcdw/bases/McdwLongbow.java | 6 +++ .../chronosacaria/mcdw/bases/McdwPick.java | 6 +++ .../chronosacaria/mcdw/bases/McdwScythe.java | 6 +++ .../chronosacaria/mcdw/bases/McdwShield.java | 6 +++ .../mcdw/bases/McdwShortbow.java | 6 +++ .../chronosacaria/mcdw/bases/McdwSickle.java | 6 +++ .../mcdw/bases/McdwSoulDagger.java | 6 +++ .../chronosacaria/mcdw/bases/McdwSpear.java | 6 +++ .../chronosacaria/mcdw/bases/McdwStaff.java | 6 +++ .../chronosacaria/mcdw/bases/McdwSword.java | 6 +++ .../chronosacaria/mcdw/bases/McdwWhip.java | 6 +++ .../chronosacaria/mcdw/client/McdwClient.java | 6 +++ .../mcdw/client/OffhandAttackChecker.java | 6 +++ .../mcdw/compat/RangedWeaponAPICompat.java | 6 +++ .../mcdw/configs/CompatibilityFlags.java | 6 +++ .../configs/EnchantmentIDConfigHelper.java | 6 +++ .../mcdw/configs/McdwConfig.java | 6 +++ .../mcdw/configs/McdwEnableItemsConfig.java | 6 +++ .../McdwEnchantmentSettingsConfig.java | 6 +++ .../mcdw/configs/McdwEnchantmentsConfig.java | 6 +++ .../mcdw/configs/McdwNewLootConfig.java | 6 +++ .../mcdw/configs/McdwNewStatsConfig.java | 6 +++ .../damagesources/OffHandDamageSource.java | 6 +++ .../mcdw/data/ConfigItemEnabledCondition.java | 6 +++ .../mcdw/effects/EnchantmentEffects.java | 6 +++ .../enchantments/AccelerateEnchantment.java | 6 +++ .../enchantments/AmbushEnchantment.java | 6 +++ .../enchantments/AnimaConduitEnchantment.java | 6 +++ .../enchantments/BonusShotEnchantment.java | 6 +++ .../BurstBowstringEnchantment.java | 6 +++ .../enchantments/BusyBeeEnchantment.java | 6 +++ .../ChainReactionEnchantment.java | 6 +++ .../enchantments/ChainsEnchantment.java | 6 +++ .../enchantments/ChargeEnchantment.java | 6 +++ .../enchantments/CobwebShotEnchantment.java | 6 +++ .../enchantments/CommittedEnchantment.java | 6 +++ .../enchantments/CriticalHitEnchantment.java | 6 +++ .../DippingPoisonEnchantment.java | 6 +++ .../enchantments/DynamoEnchantment.java | 6 +++ .../enchantments/EchoEnchantment.java | 6 +++ .../EnigmaResonatorEnchantment.java | 6 +++ .../enchantments/ExplodingEnchantment.java | 6 +++ .../enchantments/FreezingEnchantment.java | 6 +++ .../enchantments/FuseShotEnchantment.java | 6 +++ .../enchantments/GravityEnchantment.java | 6 +++ .../enchantments/GrowingEnchantment.java | 6 +++ .../GuardingStrikeEnchantment.java | 6 +++ .../enchantments/IllagersBaneEnchantment.java | 6 +++ .../enchantments/JunglePoisonEnchantment.java | 6 +++ .../enchantments/LeechingEnchantment.java | 6 +++ .../LevitationShotEnchantment.java | 6 +++ .../enchantments/MultishotBowEnchantment.java | 6 +++ .../enchantments/OverchargeEnchantment.java | 6 +++ .../enchantments/PainCycleEnchantment.java | 6 +++ .../enchantments/PhantomsMarkEnchantment.java | 6 +++ .../enchantments/PoisonCloudEnchantment.java | 6 +++ .../enchantments/ProspectorEnchantment.java | 6 +++ .../enchantments/RadianceEnchantment.java | 6 +++ .../enchantments/RampagingEnchantment.java | 6 +++ .../enchantments/RefreshmentEnchantment.java | 6 +++ .../enchantments/ReplenishEnchantment.java | 6 +++ .../enchantments/RicochetEnchantment.java | 6 +++ .../enchantments/RushdownEnchantment.java | 6 +++ .../enchantments/ShadowBarbEnchantment.java | 6 +++ .../enchantments/ShadowShotEnchantment.java | 6 +++ .../enchantments/SharedPainEnchantment.java | 6 +++ .../enchantments/ShockwaveEnchantment.java | 6 +++ .../enchantments/SmitingEnchantment.java | 6 +++ .../enchantments/SoulDevourerEnchantment.java | 6 +++ .../enchantments/SoulSiphonEnchantment.java | 6 +++ .../enchantments/StunningEnchantment.java | 6 +++ .../enchantments/SwirlingEnchantment.java | 6 +++ .../enchantments/TempoTheftEnchantment.java | 6 +++ .../enchantments/ThunderingEnchantment.java | 6 +++ .../enchantments/VoidShotEnchantment.java | 6 +++ .../enchantments/VoidStrikeEnchantment.java | 6 +++ .../enchantments/WeakeningEnchantment.java | 6 +++ .../enchantments/WildRageEnchantment.java | 6 +++ .../mcdw/enchants/goals/GoalUtils.java | 6 +++ .../enchants/goals/WildRageAttackGoal.java | 6 +++ .../mcdw/enchants/summons/IBeeSummoning.java | 6 +++ .../summons/entity/SummonedBeeEntity.java | 6 +++ .../summons/render/SummonedBeeRenderer.java | 6 +++ .../mcdw/enchants/types/AOEEnchantment.java | 6 +++ .../types/DamageBoostEnchantment.java | 6 +++ .../enchants/types/HealingEnchantment.java | 6 +++ .../enchants/types/RangedEnchantment.java | 6 +++ .../java/chronosacaria/mcdw/enums/AxesID.java | 6 +++ .../java/chronosacaria/mcdw/enums/BowsID.java | 6 +++ .../chronosacaria/mcdw/enums/CrossbowsID.java | 6 +++ .../chronosacaria/mcdw/enums/DaggersID.java | 6 +++ .../mcdw/enums/DoubleAxesID.java | 6 +++ .../mcdw/enums/EnchantmentsID.java | 6 +++ .../chronosacaria/mcdw/enums/GauntletsID.java | 6 +++ .../chronosacaria/mcdw/enums/GlaivesID.java | 6 +++ .../chronosacaria/mcdw/enums/HammersID.java | 6 +++ .../mcdw/enums/IMcdwWeaponID.java | 6 +++ .../mcdw/enums/IMeleeWeaponID.java | 6 +++ .../mcdw/enums/IRangedWeaponID.java | 6 +++ .../chronosacaria/mcdw/enums/IShieldID.java | 6 +++ .../chronosacaria/mcdw/enums/ItemsID.java | 6 +++ .../chronosacaria/mcdw/enums/LongbowsID.java | 6 +++ .../chronosacaria/mcdw/enums/PicksID.java | 6 +++ .../chronosacaria/mcdw/enums/ScythesID.java | 6 +++ .../chronosacaria/mcdw/enums/SettingsID.java | 6 +++ .../chronosacaria/mcdw/enums/ShieldsID.java | 6 +++ .../chronosacaria/mcdw/enums/ShortbowsID.java | 6 +++ .../chronosacaria/mcdw/enums/SicklesID.java | 6 +++ .../mcdw/enums/SoulDaggersID.java | 6 +++ .../chronosacaria/mcdw/enums/SpearsID.java | 6 +++ .../chronosacaria/mcdw/enums/StavesID.java | 6 +++ .../chronosacaria/mcdw/enums/SwordsID.java | 6 +++ .../chronosacaria/mcdw/enums/WhipsID.java | 6 +++ .../mcdw/items/BeeStingerItem.java | 9 ----- .../mcdw/mixin/McdwMixinPlugin.java | 6 +++ .../mcdw/AreaEffectCloudEntityMixin.java | 6 +++ .../mcdw/mixin/mcdw/BowItemMixin.java | 6 +++ .../mcdw/CraftingScreenHandlerMixin.java | 6 +++ .../mixin/mcdw/CreeperEntityAccessor.java | 6 +++ .../mcdw/mixin/mcdw/CrossbowItemMixin.java | 6 +++ .../mixin/mcdw/EnchantmentHelperMixin.java | 6 +++ .../mcdw/mixin/mcdw/EnchantmentMixin.java | 6 +++ .../mixin/mcdw/ExperienceOrbEntityMixin.java | 6 +++ .../mcdw/mixin/mcdw/GetExperienceMixin.java | 6 +++ .../mcdw/GrindstoneScreenHandlerMixin.java | 6 +++ .../mixin/mcdw/InsulatedAxeItemAccessor.java | 6 +++ .../mcdw/mixin/mcdw/ItemStackMixin.java | 6 +++ .../mcdw/mixin/mcdw/LivingEntityMixin.java | 6 +++ .../mcdw/LivingEntityPlayerEntityMixin.java | 6 +++ .../mcdw/mixin/mcdw/MobEntityAccessor.java | 6 +++ .../mcdw/PersistentProjectileEntityMixin.java | 6 +++ .../mcdw/mixin/mcdw/PlayerEntityMixin.java | 6 +++ .../mixin/mcdw/ShieldPlayerEntityMixin.java | 6 +++ .../mcdw/SmithingScreenHandlerMixin.java | 6 +++ .../mcdw/UnbreakingEnchantmentMixin.java | 6 +++ .../AbstractClientPlayerEntityMixin.java | 6 +++ .../mcdw/client/HeldItemRendererInvoker.java | 6 +++ .../mcdw/client/HeldItemRendererMixin.java | 6 +++ .../mixin/mcdw/client/InGameHudMixin.java | 6 +++ .../ModelPredicateProviderRegistryMixin.java | 6 +++ .../client/PlayerEntityRendererMixin.java | 6 +++ .../mcdw/mixin/reach/ItemMixin.java | 6 +++ .../mcdw/mixin/reach/PlayerEntityMixin.java | 6 +++ ...rkPlayerEntityInteractionHandlerMixin.java | 6 +++ .../ClientPlayerInteractionManagerMixin.java | 6 +++ .../mixin/reach/client/GameRendererMixin.java | 6 +++ .../mcdw/networking/OffhandAttackPacket.java | 6 +++ .../mcdw/registries/CompatRegistry.java | 6 +++ .../EnchantmentRestrictionsRegistry.java | 6 +++ .../mcdw/registries/EnchantsRegistry.java | 6 +++ .../registries/EntityAttributesRegistry.java | 6 +++ .../mcdw/registries/ItemGroupRegistry.java | 6 +++ .../mcdw/registries/ItemsRegistry.java | 6 +++ .../mcdw/registries/LootTablesRegistry.java | 6 +++ .../mcdw/registries/ParticlesRegistry.java | 6 +++ .../mcdw/registries/SoundEventsRegistry.java | 6 +++ .../registries/StatusEffectsRegistry.java | 6 +++ .../registries/SummonedEntityRegistry.java | 6 +++ .../statuseffects/AccelerateStatusEffect.java | 6 +++ .../statuseffects/DynamoStatusEffect.java | 6 +++ .../statuseffects/PainCycleStatusEffect.java | 6 +++ .../statuseffects/ShadowFormStatusEffect.java | 6 +++ 188 files changed, 1154 insertions(+), 9 deletions(-) create mode 100644 src/main/java/chronosacaria/mcdw/api/util/InnateEnchantmentBuilder.java delete mode 100644 src/main/java/chronosacaria/mcdw/items/BeeStingerItem.java diff --git a/src/main/java/chronosacaria/mcdw/Mcdw.java b/src/main/java/chronosacaria/mcdw/Mcdw.java index 2effed28..8a91f399 100644 --- a/src/main/java/chronosacaria/mcdw/Mcdw.java +++ b/src/main/java/chronosacaria/mcdw/Mcdw.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw; import chronosacaria.mcdw.compat.RangedWeaponAPICompat; diff --git a/src/main/java/chronosacaria/mcdw/api/interfaces/IDualWielding.java b/src/main/java/chronosacaria/mcdw/api/interfaces/IDualWielding.java index c1234f3f..d5443d89 100644 --- a/src/main/java/chronosacaria/mcdw/api/interfaces/IDualWielding.java +++ b/src/main/java/chronosacaria/mcdw/api/interfaces/IDualWielding.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.api.interfaces; public interface IDualWielding { diff --git a/src/main/java/chronosacaria/mcdw/api/interfaces/IExclusiveAOECloud.java b/src/main/java/chronosacaria/mcdw/api/interfaces/IExclusiveAOECloud.java index bd1dad17..045a4f96 100644 --- a/src/main/java/chronosacaria/mcdw/api/interfaces/IExclusiveAOECloud.java +++ b/src/main/java/chronosacaria/mcdw/api/interfaces/IExclusiveAOECloud.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.api.interfaces; import java.util.List; diff --git a/src/main/java/chronosacaria/mcdw/api/interfaces/IInnateEnchantment.java b/src/main/java/chronosacaria/mcdw/api/interfaces/IInnateEnchantment.java index da56b688..b768f413 100644 --- a/src/main/java/chronosacaria/mcdw/api/interfaces/IInnateEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/api/interfaces/IInnateEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.api.interfaces; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/api/interfaces/IMcdwEnchantedArrow.java b/src/main/java/chronosacaria/mcdw/api/interfaces/IMcdwEnchantedArrow.java index f361bab3..c9f1ac5e 100644 --- a/src/main/java/chronosacaria/mcdw/api/interfaces/IMcdwEnchantedArrow.java +++ b/src/main/java/chronosacaria/mcdw/api/interfaces/IMcdwEnchantedArrow.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.api.interfaces; public interface IMcdwEnchantedArrow { diff --git a/src/main/java/chronosacaria/mcdw/api/interfaces/IOffhandAttack.java b/src/main/java/chronosacaria/mcdw/api/interfaces/IOffhandAttack.java index bf282e82..6509c14f 100644 --- a/src/main/java/chronosacaria/mcdw/api/interfaces/IOffhandAttack.java +++ b/src/main/java/chronosacaria/mcdw/api/interfaces/IOffhandAttack.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.api.interfaces; import chronosacaria.mcdw.api.util.PlayerAttackHelper; diff --git a/src/main/java/chronosacaria/mcdw/api/util/AOECloudHelper.java b/src/main/java/chronosacaria/mcdw/api/util/AOECloudHelper.java index 7811fb31..edefa3ed 100644 --- a/src/main/java/chronosacaria/mcdw/api/util/AOECloudHelper.java +++ b/src/main/java/chronosacaria/mcdw/api/util/AOECloudHelper.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.api.util; import chronosacaria.mcdw.api.interfaces.IExclusiveAOECloud; diff --git a/src/main/java/chronosacaria/mcdw/api/util/AOEHelper.java b/src/main/java/chronosacaria/mcdw/api/util/AOEHelper.java index 88056f22..c29ccb73 100644 --- a/src/main/java/chronosacaria/mcdw/api/util/AOEHelper.java +++ b/src/main/java/chronosacaria/mcdw/api/util/AOEHelper.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.api.util; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/api/util/AbilityHelper.java b/src/main/java/chronosacaria/mcdw/api/util/AbilityHelper.java index fd6df34d..55dff567 100644 --- a/src/main/java/chronosacaria/mcdw/api/util/AbilityHelper.java +++ b/src/main/java/chronosacaria/mcdw/api/util/AbilityHelper.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.api.util; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/api/util/CleanlinessHelper.java b/src/main/java/chronosacaria/mcdw/api/util/CleanlinessHelper.java index ea9c789e..98f09589 100644 --- a/src/main/java/chronosacaria/mcdw/api/util/CleanlinessHelper.java +++ b/src/main/java/chronosacaria/mcdw/api/util/CleanlinessHelper.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.api.util; import chronosacaria.mcdw.api.interfaces.IMcdwEnchantedArrow; diff --git a/src/main/java/chronosacaria/mcdw/api/util/EnchantmentRestriction.java b/src/main/java/chronosacaria/mcdw/api/util/EnchantmentRestriction.java index c9703f70..80a1a790 100644 --- a/src/main/java/chronosacaria/mcdw/api/util/EnchantmentRestriction.java +++ b/src/main/java/chronosacaria/mcdw/api/util/EnchantmentRestriction.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.api.util; import com.google.common.collect.ArrayListMultimap; diff --git a/src/main/java/chronosacaria/mcdw/api/util/InnateEnchantmentBuilder.java b/src/main/java/chronosacaria/mcdw/api/util/InnateEnchantmentBuilder.java new file mode 100644 index 00000000..117fcbe6 --- /dev/null +++ b/src/main/java/chronosacaria/mcdw/api/util/InnateEnchantmentBuilder.java @@ -0,0 +1,38 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ +package chronosacaria.mcdw.api.util; + +import chronosacaria.mcdw.Mcdw; +import chronosacaria.mcdw.enums.EnchantmentsID; +import chronosacaria.mcdw.registries.EnchantsRegistry; +import net.minecraft.enchantment.Enchantment; + +import java.util.LinkedHashMap; +import java.util.Map; + +public class InnateEnchantmentBuilder { + private LinkedHashMap enchantments = new LinkedHashMap<>(); + + public InnateEnchantmentBuilder addInnateEnchantment(Object enchantment, int level) { + if (enchantment instanceof EnchantmentsID enchantmentID) { + if (Mcdw.CONFIG.mcdwEnchantmentsConfig.ENCHANTMENT_CONFIG.get(enchantmentID).mcdw$getIsEnabled()) { + enchantments.put(EnchantsRegistry.enchantments.get(enchantmentID), level); + } + } else if (enchantment instanceof Enchantment vanillaEnchantment) { + enchantments.put(vanillaEnchantment, level); + } + return this; + } + + public InnateEnchantmentBuilder addEmptyEnchantment() { + return addInnateEnchantment(Map.of(), 0); + } + + public Map build() { + return enchantments; + } +} \ No newline at end of file diff --git a/src/main/java/chronosacaria/mcdw/api/util/InventoryHelper.java b/src/main/java/chronosacaria/mcdw/api/util/InventoryHelper.java index 76ef67ad..be1d7e58 100644 --- a/src/main/java/chronosacaria/mcdw/api/util/InventoryHelper.java +++ b/src/main/java/chronosacaria/mcdw/api/util/InventoryHelper.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.api.util; import net.minecraft.entity.player.PlayerEntity; diff --git a/src/main/java/chronosacaria/mcdw/api/util/PlayerAttackHelper.java b/src/main/java/chronosacaria/mcdw/api/util/PlayerAttackHelper.java index 3682303a..ac357db7 100644 --- a/src/main/java/chronosacaria/mcdw/api/util/PlayerAttackHelper.java +++ b/src/main/java/chronosacaria/mcdw/api/util/PlayerAttackHelper.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.api.util; import chronosacaria.mcdw.api.interfaces.IDualWielding; diff --git a/src/main/java/chronosacaria/mcdw/api/util/ProjectileEffectHelper.java b/src/main/java/chronosacaria/mcdw/api/util/ProjectileEffectHelper.java index 0e3da47b..17dcd0ce 100644 --- a/src/main/java/chronosacaria/mcdw/api/util/ProjectileEffectHelper.java +++ b/src/main/java/chronosacaria/mcdw/api/util/ProjectileEffectHelper.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.api.util; import net.minecraft.entity.LivingEntity; diff --git a/src/main/java/chronosacaria/mcdw/api/util/RangedAttackHelper.java b/src/main/java/chronosacaria/mcdw/api/util/RangedAttackHelper.java index 1bee122d..96dcc5ea 100644 --- a/src/main/java/chronosacaria/mcdw/api/util/RangedAttackHelper.java +++ b/src/main/java/chronosacaria/mcdw/api/util/RangedAttackHelper.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.api.util; import chronosacaria.mcdw.bases.McdwBow; diff --git a/src/main/java/chronosacaria/mcdw/api/util/RarityHelper.java b/src/main/java/chronosacaria/mcdw/api/util/RarityHelper.java index 11e93fc2..4d3e26ca 100644 --- a/src/main/java/chronosacaria/mcdw/api/util/RarityHelper.java +++ b/src/main/java/chronosacaria/mcdw/api/util/RarityHelper.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.api.util; import net.minecraft.item.ToolMaterial; diff --git a/src/main/java/chronosacaria/mcdw/bases/McdwAxe.java b/src/main/java/chronosacaria/mcdw/bases/McdwAxe.java index 128b9847..0ac22ab8 100644 --- a/src/main/java/chronosacaria/mcdw/bases/McdwAxe.java +++ b/src/main/java/chronosacaria/mcdw/bases/McdwAxe.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.bases; import chronosacaria.mcdw.api.interfaces.IInnateEnchantment; diff --git a/src/main/java/chronosacaria/mcdw/bases/McdwBow.java b/src/main/java/chronosacaria/mcdw/bases/McdwBow.java index ad0dfd1d..72d7c700 100644 --- a/src/main/java/chronosacaria/mcdw/bases/McdwBow.java +++ b/src/main/java/chronosacaria/mcdw/bases/McdwBow.java @@ -1,4 +1,10 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.bases; import chronosacaria.mcdw.api.interfaces.IInnateEnchantment; diff --git a/src/main/java/chronosacaria/mcdw/bases/McdwCrossbow.java b/src/main/java/chronosacaria/mcdw/bases/McdwCrossbow.java index 9bee606e..db1c9282 100644 --- a/src/main/java/chronosacaria/mcdw/bases/McdwCrossbow.java +++ b/src/main/java/chronosacaria/mcdw/bases/McdwCrossbow.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.bases; import chronosacaria.mcdw.api.interfaces.IInnateEnchantment; diff --git a/src/main/java/chronosacaria/mcdw/bases/McdwCustomWeaponBase.java b/src/main/java/chronosacaria/mcdw/bases/McdwCustomWeaponBase.java index abdcdc1e..9e547f72 100644 --- a/src/main/java/chronosacaria/mcdw/bases/McdwCustomWeaponBase.java +++ b/src/main/java/chronosacaria/mcdw/bases/McdwCustomWeaponBase.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.bases; import com.google.common.collect.ImmutableMultimap; diff --git a/src/main/java/chronosacaria/mcdw/bases/McdwDagger.java b/src/main/java/chronosacaria/mcdw/bases/McdwDagger.java index f76e33c3..c43b6f85 100644 --- a/src/main/java/chronosacaria/mcdw/bases/McdwDagger.java +++ b/src/main/java/chronosacaria/mcdw/bases/McdwDagger.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.bases; import chronosacaria.mcdw.api.interfaces.IInnateEnchantment; diff --git a/src/main/java/chronosacaria/mcdw/bases/McdwDoubleAxe.java b/src/main/java/chronosacaria/mcdw/bases/McdwDoubleAxe.java index 660939e5..c4ab3e23 100644 --- a/src/main/java/chronosacaria/mcdw/bases/McdwDoubleAxe.java +++ b/src/main/java/chronosacaria/mcdw/bases/McdwDoubleAxe.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.bases; import chronosacaria.mcdw.api.interfaces.IInnateEnchantment; diff --git a/src/main/java/chronosacaria/mcdw/bases/McdwGauntlet.java b/src/main/java/chronosacaria/mcdw/bases/McdwGauntlet.java index fcb29b83..d28e031d 100644 --- a/src/main/java/chronosacaria/mcdw/bases/McdwGauntlet.java +++ b/src/main/java/chronosacaria/mcdw/bases/McdwGauntlet.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.bases; import chronosacaria.mcdw.api.interfaces.IInnateEnchantment; diff --git a/src/main/java/chronosacaria/mcdw/bases/McdwGlaive.java b/src/main/java/chronosacaria/mcdw/bases/McdwGlaive.java index 652016e7..ad0f29da 100644 --- a/src/main/java/chronosacaria/mcdw/bases/McdwGlaive.java +++ b/src/main/java/chronosacaria/mcdw/bases/McdwGlaive.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.bases; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/bases/McdwHammer.java b/src/main/java/chronosacaria/mcdw/bases/McdwHammer.java index a49c32de..bacdc66c 100644 --- a/src/main/java/chronosacaria/mcdw/bases/McdwHammer.java +++ b/src/main/java/chronosacaria/mcdw/bases/McdwHammer.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.bases; import chronosacaria.mcdw.api.interfaces.IInnateEnchantment; diff --git a/src/main/java/chronosacaria/mcdw/bases/McdwLongbow.java b/src/main/java/chronosacaria/mcdw/bases/McdwLongbow.java index eb37095f..65e335d3 100644 --- a/src/main/java/chronosacaria/mcdw/bases/McdwLongbow.java +++ b/src/main/java/chronosacaria/mcdw/bases/McdwLongbow.java @@ -1,4 +1,10 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.bases; import chronosacaria.mcdw.api.interfaces.IInnateEnchantment; diff --git a/src/main/java/chronosacaria/mcdw/bases/McdwPick.java b/src/main/java/chronosacaria/mcdw/bases/McdwPick.java index e3854b15..e5420903 100644 --- a/src/main/java/chronosacaria/mcdw/bases/McdwPick.java +++ b/src/main/java/chronosacaria/mcdw/bases/McdwPick.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.bases; import chronosacaria.mcdw.api.util.CleanlinessHelper; diff --git a/src/main/java/chronosacaria/mcdw/bases/McdwScythe.java b/src/main/java/chronosacaria/mcdw/bases/McdwScythe.java index 0ca18a89..5b5d6f64 100644 --- a/src/main/java/chronosacaria/mcdw/bases/McdwScythe.java +++ b/src/main/java/chronosacaria/mcdw/bases/McdwScythe.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.bases; import chronosacaria.mcdw.api.interfaces.IInnateEnchantment; diff --git a/src/main/java/chronosacaria/mcdw/bases/McdwShield.java b/src/main/java/chronosacaria/mcdw/bases/McdwShield.java index 4fd7dc23..3161fccd 100644 --- a/src/main/java/chronosacaria/mcdw/bases/McdwShield.java +++ b/src/main/java/chronosacaria/mcdw/bases/McdwShield.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.bases; import chronosacaria.mcdw.api.util.CleanlinessHelper; diff --git a/src/main/java/chronosacaria/mcdw/bases/McdwShortbow.java b/src/main/java/chronosacaria/mcdw/bases/McdwShortbow.java index 3162f35c..8f1015ab 100644 --- a/src/main/java/chronosacaria/mcdw/bases/McdwShortbow.java +++ b/src/main/java/chronosacaria/mcdw/bases/McdwShortbow.java @@ -1,4 +1,10 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.bases; import chronosacaria.mcdw.api.interfaces.IInnateEnchantment; diff --git a/src/main/java/chronosacaria/mcdw/bases/McdwSickle.java b/src/main/java/chronosacaria/mcdw/bases/McdwSickle.java index eee88e79..b93419d2 100644 --- a/src/main/java/chronosacaria/mcdw/bases/McdwSickle.java +++ b/src/main/java/chronosacaria/mcdw/bases/McdwSickle.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.bases; import chronosacaria.mcdw.api.interfaces.IInnateEnchantment; diff --git a/src/main/java/chronosacaria/mcdw/bases/McdwSoulDagger.java b/src/main/java/chronosacaria/mcdw/bases/McdwSoulDagger.java index 3c3495bc..f01610fc 100644 --- a/src/main/java/chronosacaria/mcdw/bases/McdwSoulDagger.java +++ b/src/main/java/chronosacaria/mcdw/bases/McdwSoulDagger.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.bases; import chronosacaria.mcdw.api.interfaces.IInnateEnchantment; diff --git a/src/main/java/chronosacaria/mcdw/bases/McdwSpear.java b/src/main/java/chronosacaria/mcdw/bases/McdwSpear.java index 2ab345e8..cc7aa790 100644 --- a/src/main/java/chronosacaria/mcdw/bases/McdwSpear.java +++ b/src/main/java/chronosacaria/mcdw/bases/McdwSpear.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.bases; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/bases/McdwStaff.java b/src/main/java/chronosacaria/mcdw/bases/McdwStaff.java index c4e80d90..ff8bf048 100644 --- a/src/main/java/chronosacaria/mcdw/bases/McdwStaff.java +++ b/src/main/java/chronosacaria/mcdw/bases/McdwStaff.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.bases; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/bases/McdwSword.java b/src/main/java/chronosacaria/mcdw/bases/McdwSword.java index da9081b0..e1d823de 100644 --- a/src/main/java/chronosacaria/mcdw/bases/McdwSword.java +++ b/src/main/java/chronosacaria/mcdw/bases/McdwSword.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.bases; import chronosacaria.mcdw.api.interfaces.IInnateEnchantment; diff --git a/src/main/java/chronosacaria/mcdw/bases/McdwWhip.java b/src/main/java/chronosacaria/mcdw/bases/McdwWhip.java index 2d012d92..db2c97e8 100644 --- a/src/main/java/chronosacaria/mcdw/bases/McdwWhip.java +++ b/src/main/java/chronosacaria/mcdw/bases/McdwWhip.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.bases; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/client/McdwClient.java b/src/main/java/chronosacaria/mcdw/client/McdwClient.java index 605c8a1d..7e6b1d63 100644 --- a/src/main/java/chronosacaria/mcdw/client/McdwClient.java +++ b/src/main/java/chronosacaria/mcdw/client/McdwClient.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.client; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/client/OffhandAttackChecker.java b/src/main/java/chronosacaria/mcdw/client/OffhandAttackChecker.java index 272ede28..970a18e3 100644 --- a/src/main/java/chronosacaria/mcdw/client/OffhandAttackChecker.java +++ b/src/main/java/chronosacaria/mcdw/client/OffhandAttackChecker.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.client; import chronosacaria.mcdw.configs.CompatibilityFlags; diff --git a/src/main/java/chronosacaria/mcdw/compat/RangedWeaponAPICompat.java b/src/main/java/chronosacaria/mcdw/compat/RangedWeaponAPICompat.java index d9ef7633..ce6e1af7 100644 --- a/src/main/java/chronosacaria/mcdw/compat/RangedWeaponAPICompat.java +++ b/src/main/java/chronosacaria/mcdw/compat/RangedWeaponAPICompat.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.compat; import chronosacaria.mcdw.enums.*; diff --git a/src/main/java/chronosacaria/mcdw/configs/CompatibilityFlags.java b/src/main/java/chronosacaria/mcdw/configs/CompatibilityFlags.java index ca337193..2f26540d 100644 --- a/src/main/java/chronosacaria/mcdw/configs/CompatibilityFlags.java +++ b/src/main/java/chronosacaria/mcdw/configs/CompatibilityFlags.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.configs; import net.fabricmc.loader.api.FabricLoader; diff --git a/src/main/java/chronosacaria/mcdw/configs/EnchantmentIDConfigHelper.java b/src/main/java/chronosacaria/mcdw/configs/EnchantmentIDConfigHelper.java index 03dc7361..e975e936 100644 --- a/src/main/java/chronosacaria/mcdw/configs/EnchantmentIDConfigHelper.java +++ b/src/main/java/chronosacaria/mcdw/configs/EnchantmentIDConfigHelper.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.configs; import org.jetbrains.annotations.Nullable; diff --git a/src/main/java/chronosacaria/mcdw/configs/McdwConfig.java b/src/main/java/chronosacaria/mcdw/configs/McdwConfig.java index 9e4d14cc..e3501f38 100644 --- a/src/main/java/chronosacaria/mcdw/configs/McdwConfig.java +++ b/src/main/java/chronosacaria/mcdw/configs/McdwConfig.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.configs; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/configs/McdwEnableItemsConfig.java b/src/main/java/chronosacaria/mcdw/configs/McdwEnableItemsConfig.java index 55de278f..c63b8306 100644 --- a/src/main/java/chronosacaria/mcdw/configs/McdwEnableItemsConfig.java +++ b/src/main/java/chronosacaria/mcdw/configs/McdwEnableItemsConfig.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.configs; import chronosacaria.mcdw.enums.ItemsID; diff --git a/src/main/java/chronosacaria/mcdw/configs/McdwEnchantmentSettingsConfig.java b/src/main/java/chronosacaria/mcdw/configs/McdwEnchantmentSettingsConfig.java index c0ba6e3f..fe6a4da8 100644 --- a/src/main/java/chronosacaria/mcdw/configs/McdwEnchantmentSettingsConfig.java +++ b/src/main/java/chronosacaria/mcdw/configs/McdwEnchantmentSettingsConfig.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.configs; import chronosacaria.mcdw.enums.SettingsID; diff --git a/src/main/java/chronosacaria/mcdw/configs/McdwEnchantmentsConfig.java b/src/main/java/chronosacaria/mcdw/configs/McdwEnchantmentsConfig.java index 55ab74f1..2ab0d70a 100644 --- a/src/main/java/chronosacaria/mcdw/configs/McdwEnchantmentsConfig.java +++ b/src/main/java/chronosacaria/mcdw/configs/McdwEnchantmentsConfig.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.configs; import chronosacaria.mcdw.enums.EnchantmentsID; diff --git a/src/main/java/chronosacaria/mcdw/configs/McdwNewLootConfig.java b/src/main/java/chronosacaria/mcdw/configs/McdwNewLootConfig.java index cbc061ea..6abec81f 100644 --- a/src/main/java/chronosacaria/mcdw/configs/McdwNewLootConfig.java +++ b/src/main/java/chronosacaria/mcdw/configs/McdwNewLootConfig.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.configs; import chronosacaria.mcdw.enums.*; diff --git a/src/main/java/chronosacaria/mcdw/configs/McdwNewStatsConfig.java b/src/main/java/chronosacaria/mcdw/configs/McdwNewStatsConfig.java index 3c1fd3f8..65c8f3c5 100644 --- a/src/main/java/chronosacaria/mcdw/configs/McdwNewStatsConfig.java +++ b/src/main/java/chronosacaria/mcdw/configs/McdwNewStatsConfig.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.configs; import chronosacaria.mcdw.enums.*; diff --git a/src/main/java/chronosacaria/mcdw/damagesources/OffHandDamageSource.java b/src/main/java/chronosacaria/mcdw/damagesources/OffHandDamageSource.java index 21319473..81de2490 100644 --- a/src/main/java/chronosacaria/mcdw/damagesources/OffHandDamageSource.java +++ b/src/main/java/chronosacaria/mcdw/damagesources/OffHandDamageSource.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.damagesources; import net.minecraft.entity.Entity; diff --git a/src/main/java/chronosacaria/mcdw/data/ConfigItemEnabledCondition.java b/src/main/java/chronosacaria/mcdw/data/ConfigItemEnabledCondition.java index 9421179d..765486f0 100644 --- a/src/main/java/chronosacaria/mcdw/data/ConfigItemEnabledCondition.java +++ b/src/main/java/chronosacaria/mcdw/data/ConfigItemEnabledCondition.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.data; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/effects/EnchantmentEffects.java b/src/main/java/chronosacaria/mcdw/effects/EnchantmentEffects.java index 50b77d1c..ce346caa 100644 --- a/src/main/java/chronosacaria/mcdw/effects/EnchantmentEffects.java +++ b/src/main/java/chronosacaria/mcdw/effects/EnchantmentEffects.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.effects; import chronosacaria.mcdw.api.interfaces.IMcdwEnchantedArrow; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/AccelerateEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/AccelerateEnchantment.java index 748498d3..8d6f4c2f 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/AccelerateEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/AccelerateEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/AmbushEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/AmbushEnchantment.java index 8b2292f8..c78ca846 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/AmbushEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/AmbushEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/AnimaConduitEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/AnimaConduitEnchantment.java index 687df25a..a42af36c 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/AnimaConduitEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/AnimaConduitEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/BonusShotEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/BonusShotEnchantment.java index d3cd19e7..5a48dafe 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/BonusShotEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/BonusShotEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/BurstBowstringEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/BurstBowstringEnchantment.java index fd4c7097..fb2a8313 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/BurstBowstringEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/BurstBowstringEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/BusyBeeEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/BusyBeeEnchantment.java index b6fdb3f6..7a031d00 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/BusyBeeEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/BusyBeeEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/ChainReactionEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/ChainReactionEnchantment.java index 65b14320..6ecaf7cb 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/ChainReactionEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/ChainReactionEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/ChainsEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/ChainsEnchantment.java index 75ee36ec..284a429c 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/ChainsEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/ChainsEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/ChargeEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/ChargeEnchantment.java index 624e6040..2d6c7ec9 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/ChargeEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/ChargeEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/CobwebShotEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/CobwebShotEnchantment.java index 4b44ff10..58120c43 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/CobwebShotEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/CobwebShotEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/CommittedEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/CommittedEnchantment.java index f8b7a2bc..3e2fa224 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/CommittedEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/CommittedEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/CriticalHitEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/CriticalHitEnchantment.java index 33d9ccf2..e9c2f655 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/CriticalHitEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/CriticalHitEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/DippingPoisonEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/DippingPoisonEnchantment.java index 9ba1ad13..f7f1412f 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/DippingPoisonEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/DippingPoisonEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/DynamoEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/DynamoEnchantment.java index 32daf14e..9dc28abc 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/DynamoEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/DynamoEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/EchoEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/EchoEnchantment.java index 3b1733a6..a039b72e 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/EchoEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/EchoEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/EnigmaResonatorEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/EnigmaResonatorEnchantment.java index 5dec200b..d1cea7d4 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/EnigmaResonatorEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/EnigmaResonatorEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/ExplodingEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/ExplodingEnchantment.java index 86990d16..dfedec60 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/ExplodingEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/ExplodingEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/FreezingEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/FreezingEnchantment.java index e0fd6c35..c6857872 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/FreezingEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/FreezingEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/FuseShotEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/FuseShotEnchantment.java index 072936d5..290fbbf7 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/FuseShotEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/FuseShotEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/GravityEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/GravityEnchantment.java index a98b8ba7..9cdbfa56 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/GravityEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/GravityEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/GrowingEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/GrowingEnchantment.java index 33691b0b..e33a2249 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/GrowingEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/GrowingEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/GuardingStrikeEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/GuardingStrikeEnchantment.java index 608ace3a..3cbbba9b 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/GuardingStrikeEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/GuardingStrikeEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/IllagersBaneEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/IllagersBaneEnchantment.java index a052bf69..3aaec335 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/IllagersBaneEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/IllagersBaneEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/JunglePoisonEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/JunglePoisonEnchantment.java index 4c7ffbe0..55e56c0e 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/JunglePoisonEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/JunglePoisonEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/LeechingEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/LeechingEnchantment.java index 615fab61..09e8f253 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/LeechingEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/LeechingEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/LevitationShotEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/LevitationShotEnchantment.java index ed3eec5f..cddfe747 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/LevitationShotEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/LevitationShotEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/MultishotBowEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/MultishotBowEnchantment.java index 4cdb3c3d..2ebe78ca 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/MultishotBowEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/MultishotBowEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/OverchargeEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/OverchargeEnchantment.java index 7b70739d..843507a9 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/OverchargeEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/OverchargeEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/PainCycleEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/PainCycleEnchantment.java index 2dba2e3c..74613072 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/PainCycleEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/PainCycleEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/PhantomsMarkEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/PhantomsMarkEnchantment.java index 7eb87679..9e225017 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/PhantomsMarkEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/PhantomsMarkEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/PoisonCloudEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/PoisonCloudEnchantment.java index db10eda0..56c56fb5 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/PoisonCloudEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/PoisonCloudEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/ProspectorEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/ProspectorEnchantment.java index af820223..a9f3f282 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/ProspectorEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/ProspectorEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/RadianceEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/RadianceEnchantment.java index 6632052f..a4069763 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/RadianceEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/RadianceEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/RampagingEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/RampagingEnchantment.java index 75335290..6d7d1b42 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/RampagingEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/RampagingEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/RefreshmentEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/RefreshmentEnchantment.java index e053f94d..825bd2e9 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/RefreshmentEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/RefreshmentEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/ReplenishEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/ReplenishEnchantment.java index ea7d9c1d..ad859fd2 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/ReplenishEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/ReplenishEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/RicochetEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/RicochetEnchantment.java index 602a2526..16d2bcf2 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/RicochetEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/RicochetEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/RushdownEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/RushdownEnchantment.java index 2de44ce9..085cd485 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/RushdownEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/RushdownEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/ShadowBarbEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/ShadowBarbEnchantment.java index ea20e8b6..5756083c 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/ShadowBarbEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/ShadowBarbEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/ShadowShotEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/ShadowShotEnchantment.java index 70e110c2..c16f3c08 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/ShadowShotEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/ShadowShotEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/SharedPainEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/SharedPainEnchantment.java index fd89603e..9290ee91 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/SharedPainEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/SharedPainEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/ShockwaveEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/ShockwaveEnchantment.java index 2ad84edb..ec640f40 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/ShockwaveEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/ShockwaveEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/SmitingEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/SmitingEnchantment.java index 67aedffd..22bef5a4 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/SmitingEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/SmitingEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/SoulDevourerEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/SoulDevourerEnchantment.java index 36066e90..cf9f58bd 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/SoulDevourerEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/SoulDevourerEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/SoulSiphonEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/SoulSiphonEnchantment.java index a8d12d07..d16b8671 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/SoulSiphonEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/SoulSiphonEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/StunningEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/StunningEnchantment.java index ddc71a46..0260feb0 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/StunningEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/StunningEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/SwirlingEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/SwirlingEnchantment.java index 2df48cc8..84f17a45 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/SwirlingEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/SwirlingEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/TempoTheftEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/TempoTheftEnchantment.java index a29a31a8..a4ec125c 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/TempoTheftEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/TempoTheftEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/ThunderingEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/ThunderingEnchantment.java index 76f7b743..34131ce3 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/ThunderingEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/ThunderingEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/VoidShotEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/VoidShotEnchantment.java index 56047e34..56a5717d 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/VoidShotEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/VoidShotEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/VoidStrikeEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/VoidStrikeEnchantment.java index 0be96b7e..383a1e81 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/VoidStrikeEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/VoidStrikeEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/WeakeningEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/WeakeningEnchantment.java index 3f42169f..fb020b4f 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/WeakeningEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/WeakeningEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/enchantments/WildRageEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/enchantments/WildRageEnchantment.java index 5bbd3a79..81a1b810 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/enchantments/WildRageEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/enchantments/WildRageEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.enchantments; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enchants/goals/GoalUtils.java b/src/main/java/chronosacaria/mcdw/enchants/goals/GoalUtils.java index d3eb36f4..3fb79d32 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/goals/GoalUtils.java +++ b/src/main/java/chronosacaria/mcdw/enchants/goals/GoalUtils.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.goals; import net.minecraft.entity.LivingEntity; diff --git a/src/main/java/chronosacaria/mcdw/enchants/goals/WildRageAttackGoal.java b/src/main/java/chronosacaria/mcdw/enchants/goals/WildRageAttackGoal.java index 3b1fbeab..42513a25 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/goals/WildRageAttackGoal.java +++ b/src/main/java/chronosacaria/mcdw/enchants/goals/WildRageAttackGoal.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.goals; import net.minecraft.entity.LivingEntity; diff --git a/src/main/java/chronosacaria/mcdw/enchants/summons/IBeeSummoning.java b/src/main/java/chronosacaria/mcdw/enchants/summons/IBeeSummoning.java index d8a6fe8e..3e980b89 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/summons/IBeeSummoning.java +++ b/src/main/java/chronosacaria/mcdw/enchants/summons/IBeeSummoning.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.summons; public interface IBeeSummoning { diff --git a/src/main/java/chronosacaria/mcdw/enchants/summons/entity/SummonedBeeEntity.java b/src/main/java/chronosacaria/mcdw/enchants/summons/entity/SummonedBeeEntity.java index 08787f07..7f4b1167 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/summons/entity/SummonedBeeEntity.java +++ b/src/main/java/chronosacaria/mcdw/enchants/summons/entity/SummonedBeeEntity.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.summons.entity; import net.minecraft.entity.Entity; diff --git a/src/main/java/chronosacaria/mcdw/enchants/summons/render/SummonedBeeRenderer.java b/src/main/java/chronosacaria/mcdw/enchants/summons/render/SummonedBeeRenderer.java index 7f94f9a8..455cd037 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/summons/render/SummonedBeeRenderer.java +++ b/src/main/java/chronosacaria/mcdw/enchants/summons/render/SummonedBeeRenderer.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.summons.render; import chronosacaria.mcdw.enchants.summons.entity.SummonedBeeEntity; diff --git a/src/main/java/chronosacaria/mcdw/enchants/types/AOEEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/types/AOEEnchantment.java index 2b1b21f8..c2d3e12a 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/types/AOEEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/types/AOEEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.types; import net.minecraft.enchantment.Enchantment; diff --git a/src/main/java/chronosacaria/mcdw/enchants/types/DamageBoostEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/types/DamageBoostEnchantment.java index a8fb3549..02347fc8 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/types/DamageBoostEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/types/DamageBoostEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.types; import net.minecraft.enchantment.Enchantment; diff --git a/src/main/java/chronosacaria/mcdw/enchants/types/HealingEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/types/HealingEnchantment.java index 0b5ed2ba..e6484c20 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/types/HealingEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/types/HealingEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.types; import net.minecraft.enchantment.Enchantment; diff --git a/src/main/java/chronosacaria/mcdw/enchants/types/RangedEnchantment.java b/src/main/java/chronosacaria/mcdw/enchants/types/RangedEnchantment.java index 2a46bef6..7ad33266 100644 --- a/src/main/java/chronosacaria/mcdw/enchants/types/RangedEnchantment.java +++ b/src/main/java/chronosacaria/mcdw/enchants/types/RangedEnchantment.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enchants.types; import net.minecraft.enchantment.Enchantment; diff --git a/src/main/java/chronosacaria/mcdw/enums/AxesID.java b/src/main/java/chronosacaria/mcdw/enums/AxesID.java index aff6b079..d7c23685 100644 --- a/src/main/java/chronosacaria/mcdw/enums/AxesID.java +++ b/src/main/java/chronosacaria/mcdw/enums/AxesID.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enums; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enums/BowsID.java b/src/main/java/chronosacaria/mcdw/enums/BowsID.java index 8ca18bde..e08939e0 100644 --- a/src/main/java/chronosacaria/mcdw/enums/BowsID.java +++ b/src/main/java/chronosacaria/mcdw/enums/BowsID.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enums; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enums/CrossbowsID.java b/src/main/java/chronosacaria/mcdw/enums/CrossbowsID.java index 324ded70..b2cc819e 100644 --- a/src/main/java/chronosacaria/mcdw/enums/CrossbowsID.java +++ b/src/main/java/chronosacaria/mcdw/enums/CrossbowsID.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enums; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enums/DaggersID.java b/src/main/java/chronosacaria/mcdw/enums/DaggersID.java index 826f0be7..ea27b18b 100644 --- a/src/main/java/chronosacaria/mcdw/enums/DaggersID.java +++ b/src/main/java/chronosacaria/mcdw/enums/DaggersID.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enums; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enums/DoubleAxesID.java b/src/main/java/chronosacaria/mcdw/enums/DoubleAxesID.java index ba8b6425..8dc74924 100644 --- a/src/main/java/chronosacaria/mcdw/enums/DoubleAxesID.java +++ b/src/main/java/chronosacaria/mcdw/enums/DoubleAxesID.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enums; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enums/EnchantmentsID.java b/src/main/java/chronosacaria/mcdw/enums/EnchantmentsID.java index daade031..f7941932 100644 --- a/src/main/java/chronosacaria/mcdw/enums/EnchantmentsID.java +++ b/src/main/java/chronosacaria/mcdw/enums/EnchantmentsID.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enums; public enum EnchantmentsID { diff --git a/src/main/java/chronosacaria/mcdw/enums/GauntletsID.java b/src/main/java/chronosacaria/mcdw/enums/GauntletsID.java index 938e86cc..54fb69b7 100644 --- a/src/main/java/chronosacaria/mcdw/enums/GauntletsID.java +++ b/src/main/java/chronosacaria/mcdw/enums/GauntletsID.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enums; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enums/GlaivesID.java b/src/main/java/chronosacaria/mcdw/enums/GlaivesID.java index 8b57824b..6a7ad355 100644 --- a/src/main/java/chronosacaria/mcdw/enums/GlaivesID.java +++ b/src/main/java/chronosacaria/mcdw/enums/GlaivesID.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enums; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enums/HammersID.java b/src/main/java/chronosacaria/mcdw/enums/HammersID.java index 8e02505f..5f7efab1 100644 --- a/src/main/java/chronosacaria/mcdw/enums/HammersID.java +++ b/src/main/java/chronosacaria/mcdw/enums/HammersID.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enums; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enums/IMcdwWeaponID.java b/src/main/java/chronosacaria/mcdw/enums/IMcdwWeaponID.java index 34a5bd5d..a6cad822 100644 --- a/src/main/java/chronosacaria/mcdw/enums/IMcdwWeaponID.java +++ b/src/main/java/chronosacaria/mcdw/enums/IMcdwWeaponID.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enums; import net.minecraft.item.Item; diff --git a/src/main/java/chronosacaria/mcdw/enums/IMeleeWeaponID.java b/src/main/java/chronosacaria/mcdw/enums/IMeleeWeaponID.java index 48ae277a..69ce74e9 100644 --- a/src/main/java/chronosacaria/mcdw/enums/IMeleeWeaponID.java +++ b/src/main/java/chronosacaria/mcdw/enums/IMeleeWeaponID.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enums; import chronosacaria.mcdw.configs.McdwNewStatsConfig; diff --git a/src/main/java/chronosacaria/mcdw/enums/IRangedWeaponID.java b/src/main/java/chronosacaria/mcdw/enums/IRangedWeaponID.java index 8b8f05ff..d2c0a172 100644 --- a/src/main/java/chronosacaria/mcdw/enums/IRangedWeaponID.java +++ b/src/main/java/chronosacaria/mcdw/enums/IRangedWeaponID.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enums; import chronosacaria.mcdw.configs.McdwNewStatsConfig; diff --git a/src/main/java/chronosacaria/mcdw/enums/IShieldID.java b/src/main/java/chronosacaria/mcdw/enums/IShieldID.java index abf8cfd8..b4f11d8b 100644 --- a/src/main/java/chronosacaria/mcdw/enums/IShieldID.java +++ b/src/main/java/chronosacaria/mcdw/enums/IShieldID.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enums; import chronosacaria.mcdw.configs.McdwNewStatsConfig; diff --git a/src/main/java/chronosacaria/mcdw/enums/ItemsID.java b/src/main/java/chronosacaria/mcdw/enums/ItemsID.java index 67ba3a57..b1ca2b57 100644 --- a/src/main/java/chronosacaria/mcdw/enums/ItemsID.java +++ b/src/main/java/chronosacaria/mcdw/enums/ItemsID.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enums; import chronosacaria.mcdw.registries.ItemsRegistry; diff --git a/src/main/java/chronosacaria/mcdw/enums/LongbowsID.java b/src/main/java/chronosacaria/mcdw/enums/LongbowsID.java index 72f2afdf..4d203cfb 100644 --- a/src/main/java/chronosacaria/mcdw/enums/LongbowsID.java +++ b/src/main/java/chronosacaria/mcdw/enums/LongbowsID.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enums; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enums/PicksID.java b/src/main/java/chronosacaria/mcdw/enums/PicksID.java index 56d39438..aaf88df1 100644 --- a/src/main/java/chronosacaria/mcdw/enums/PicksID.java +++ b/src/main/java/chronosacaria/mcdw/enums/PicksID.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enums; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enums/ScythesID.java b/src/main/java/chronosacaria/mcdw/enums/ScythesID.java index 76ebf113..b60e0a50 100644 --- a/src/main/java/chronosacaria/mcdw/enums/ScythesID.java +++ b/src/main/java/chronosacaria/mcdw/enums/ScythesID.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enums; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enums/SettingsID.java b/src/main/java/chronosacaria/mcdw/enums/SettingsID.java index c3a13ce1..001ce20c 100644 --- a/src/main/java/chronosacaria/mcdw/enums/SettingsID.java +++ b/src/main/java/chronosacaria/mcdw/enums/SettingsID.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enums; public enum SettingsID { diff --git a/src/main/java/chronosacaria/mcdw/enums/ShieldsID.java b/src/main/java/chronosacaria/mcdw/enums/ShieldsID.java index 1660360c..c78eea97 100644 --- a/src/main/java/chronosacaria/mcdw/enums/ShieldsID.java +++ b/src/main/java/chronosacaria/mcdw/enums/ShieldsID.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enums; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enums/ShortbowsID.java b/src/main/java/chronosacaria/mcdw/enums/ShortbowsID.java index 1fbb2d91..1a13dca3 100644 --- a/src/main/java/chronosacaria/mcdw/enums/ShortbowsID.java +++ b/src/main/java/chronosacaria/mcdw/enums/ShortbowsID.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enums; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enums/SicklesID.java b/src/main/java/chronosacaria/mcdw/enums/SicklesID.java index 5acb4f49..9629fdc3 100644 --- a/src/main/java/chronosacaria/mcdw/enums/SicklesID.java +++ b/src/main/java/chronosacaria/mcdw/enums/SicklesID.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enums; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enums/SoulDaggersID.java b/src/main/java/chronosacaria/mcdw/enums/SoulDaggersID.java index 171bbca7..32f2650c 100644 --- a/src/main/java/chronosacaria/mcdw/enums/SoulDaggersID.java +++ b/src/main/java/chronosacaria/mcdw/enums/SoulDaggersID.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enums; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enums/SpearsID.java b/src/main/java/chronosacaria/mcdw/enums/SpearsID.java index 99b734af..98f2bae3 100644 --- a/src/main/java/chronosacaria/mcdw/enums/SpearsID.java +++ b/src/main/java/chronosacaria/mcdw/enums/SpearsID.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enums; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enums/StavesID.java b/src/main/java/chronosacaria/mcdw/enums/StavesID.java index 5de028c2..b5f8f752 100644 --- a/src/main/java/chronosacaria/mcdw/enums/StavesID.java +++ b/src/main/java/chronosacaria/mcdw/enums/StavesID.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enums; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enums/SwordsID.java b/src/main/java/chronosacaria/mcdw/enums/SwordsID.java index c7094a2c..83d578ac 100644 --- a/src/main/java/chronosacaria/mcdw/enums/SwordsID.java +++ b/src/main/java/chronosacaria/mcdw/enums/SwordsID.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enums; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/enums/WhipsID.java b/src/main/java/chronosacaria/mcdw/enums/WhipsID.java index 8b5d0a9e..d928919c 100644 --- a/src/main/java/chronosacaria/mcdw/enums/WhipsID.java +++ b/src/main/java/chronosacaria/mcdw/enums/WhipsID.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.enums; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/items/BeeStingerItem.java b/src/main/java/chronosacaria/mcdw/items/BeeStingerItem.java deleted file mode 100644 index 702b31eb..00000000 --- a/src/main/java/chronosacaria/mcdw/items/BeeStingerItem.java +++ /dev/null @@ -1,9 +0,0 @@ -//package chronosacaria.mcdw.items; -// -//import net.minecraft.item.Item; -// -//public class BeeStingerItem extends Item { -// public BeeStingerItem(Settings settings){ -// super(settings); -// } -//} diff --git a/src/main/java/chronosacaria/mcdw/mixin/McdwMixinPlugin.java b/src/main/java/chronosacaria/mcdw/mixin/McdwMixinPlugin.java index 7c7b73ce..4240d05e 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/McdwMixinPlugin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/McdwMixinPlugin.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin; import net.fabricmc.loader.api.FabricLoader; diff --git a/src/main/java/chronosacaria/mcdw/mixin/mcdw/AreaEffectCloudEntityMixin.java b/src/main/java/chronosacaria/mcdw/mixin/mcdw/AreaEffectCloudEntityMixin.java index 09447e1f..c05c9a4c 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/mcdw/AreaEffectCloudEntityMixin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/mcdw/AreaEffectCloudEntityMixin.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.mcdw; import chronosacaria.mcdw.api.interfaces.IExclusiveAOECloud; diff --git a/src/main/java/chronosacaria/mcdw/mixin/mcdw/BowItemMixin.java b/src/main/java/chronosacaria/mcdw/mixin/mcdw/BowItemMixin.java index 08cac8fc..383af162 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/mcdw/BowItemMixin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/mcdw/BowItemMixin.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.mcdw; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/mixin/mcdw/CraftingScreenHandlerMixin.java b/src/main/java/chronosacaria/mcdw/mixin/mcdw/CraftingScreenHandlerMixin.java index 6d01aec4..9f979db8 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/mcdw/CraftingScreenHandlerMixin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/mcdw/CraftingScreenHandlerMixin.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.mcdw; import chronosacaria.mcdw.api.interfaces.IInnateEnchantment; diff --git a/src/main/java/chronosacaria/mcdw/mixin/mcdw/CreeperEntityAccessor.java b/src/main/java/chronosacaria/mcdw/mixin/mcdw/CreeperEntityAccessor.java index 7010a24c..dd7ed358 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/mcdw/CreeperEntityAccessor.java +++ b/src/main/java/chronosacaria/mcdw/mixin/mcdw/CreeperEntityAccessor.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.mcdw; import net.minecraft.entity.data.TrackedData; diff --git a/src/main/java/chronosacaria/mcdw/mixin/mcdw/CrossbowItemMixin.java b/src/main/java/chronosacaria/mcdw/mixin/mcdw/CrossbowItemMixin.java index f7e3e1f3..9fdf4a31 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/mcdw/CrossbowItemMixin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/mcdw/CrossbowItemMixin.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.mcdw; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/mixin/mcdw/EnchantmentHelperMixin.java b/src/main/java/chronosacaria/mcdw/mixin/mcdw/EnchantmentHelperMixin.java index 46887103..4dc05c65 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/mcdw/EnchantmentHelperMixin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/mcdw/EnchantmentHelperMixin.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.mcdw; import net.minecraft.enchantment.Enchantment; diff --git a/src/main/java/chronosacaria/mcdw/mixin/mcdw/EnchantmentMixin.java b/src/main/java/chronosacaria/mcdw/mixin/mcdw/EnchantmentMixin.java index 1ee97387..f5cb154b 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/mcdw/EnchantmentMixin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/mcdw/EnchantmentMixin.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.mcdw; import chronosacaria.mcdw.api.util.EnchantmentRestriction; diff --git a/src/main/java/chronosacaria/mcdw/mixin/mcdw/ExperienceOrbEntityMixin.java b/src/main/java/chronosacaria/mcdw/mixin/mcdw/ExperienceOrbEntityMixin.java index 4882d9a0..86174185 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/mcdw/ExperienceOrbEntityMixin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/mcdw/ExperienceOrbEntityMixin.java @@ -1,4 +1,10 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.mcdw; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/mixin/mcdw/GetExperienceMixin.java b/src/main/java/chronosacaria/mcdw/mixin/mcdw/GetExperienceMixin.java index b431f405..7b18969a 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/mcdw/GetExperienceMixin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/mcdw/GetExperienceMixin.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.mcdw; import chronosacaria.mcdw.api.interfaces.IInnateEnchantment; diff --git a/src/main/java/chronosacaria/mcdw/mixin/mcdw/GrindstoneScreenHandlerMixin.java b/src/main/java/chronosacaria/mcdw/mixin/mcdw/GrindstoneScreenHandlerMixin.java index 89e1f935..6fc1d197 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/mcdw/GrindstoneScreenHandlerMixin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/mcdw/GrindstoneScreenHandlerMixin.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.mcdw; import chronosacaria.mcdw.api.interfaces.IInnateEnchantment; diff --git a/src/main/java/chronosacaria/mcdw/mixin/mcdw/InsulatedAxeItemAccessor.java b/src/main/java/chronosacaria/mcdw/mixin/mcdw/InsulatedAxeItemAccessor.java index b16dbc65..4e4c8f7e 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/mcdw/InsulatedAxeItemAccessor.java +++ b/src/main/java/chronosacaria/mcdw/mixin/mcdw/InsulatedAxeItemAccessor.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.mcdw; import net.minecraft.block.Block; diff --git a/src/main/java/chronosacaria/mcdw/mixin/mcdw/ItemStackMixin.java b/src/main/java/chronosacaria/mcdw/mixin/mcdw/ItemStackMixin.java index 34e4d87a..c9fee937 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/mcdw/ItemStackMixin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/mcdw/ItemStackMixin.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.mcdw; import chronosacaria.mcdw.api.interfaces.IInnateEnchantment; diff --git a/src/main/java/chronosacaria/mcdw/mixin/mcdw/LivingEntityMixin.java b/src/main/java/chronosacaria/mcdw/mixin/mcdw/LivingEntityMixin.java index e34f7917..3b72b151 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/mcdw/LivingEntityMixin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/mcdw/LivingEntityMixin.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.mcdw; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/mixin/mcdw/LivingEntityPlayerEntityMixin.java b/src/main/java/chronosacaria/mcdw/mixin/mcdw/LivingEntityPlayerEntityMixin.java index aa57df40..18b8aab6 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/mcdw/LivingEntityPlayerEntityMixin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/mcdw/LivingEntityPlayerEntityMixin.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.mcdw; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/mixin/mcdw/MobEntityAccessor.java b/src/main/java/chronosacaria/mcdw/mixin/mcdw/MobEntityAccessor.java index ea3b16e6..be9de1f2 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/mcdw/MobEntityAccessor.java +++ b/src/main/java/chronosacaria/mcdw/mixin/mcdw/MobEntityAccessor.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.mcdw; import net.minecraft.entity.ai.goal.GoalSelector; diff --git a/src/main/java/chronosacaria/mcdw/mixin/mcdw/PersistentProjectileEntityMixin.java b/src/main/java/chronosacaria/mcdw/mixin/mcdw/PersistentProjectileEntityMixin.java index 32c1e257..4043c0ba 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/mcdw/PersistentProjectileEntityMixin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/mcdw/PersistentProjectileEntityMixin.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.mcdw; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/mixin/mcdw/PlayerEntityMixin.java b/src/main/java/chronosacaria/mcdw/mixin/mcdw/PlayerEntityMixin.java index b510a280..3b775da4 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/mcdw/PlayerEntityMixin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/mcdw/PlayerEntityMixin.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.mcdw; import chronosacaria.mcdw.api.interfaces.IDualWielding; diff --git a/src/main/java/chronosacaria/mcdw/mixin/mcdw/ShieldPlayerEntityMixin.java b/src/main/java/chronosacaria/mcdw/mixin/mcdw/ShieldPlayerEntityMixin.java index 09cc2e54..f4bf4dec 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/mcdw/ShieldPlayerEntityMixin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/mcdw/ShieldPlayerEntityMixin.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.mcdw; import chronosacaria.mcdw.bases.McdwShield; diff --git a/src/main/java/chronosacaria/mcdw/mixin/mcdw/SmithingScreenHandlerMixin.java b/src/main/java/chronosacaria/mcdw/mixin/mcdw/SmithingScreenHandlerMixin.java index b4bc318b..0f7b541a 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/mcdw/SmithingScreenHandlerMixin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/mcdw/SmithingScreenHandlerMixin.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.mcdw; import chronosacaria.mcdw.enums.SwordsID; diff --git a/src/main/java/chronosacaria/mcdw/mixin/mcdw/UnbreakingEnchantmentMixin.java b/src/main/java/chronosacaria/mcdw/mixin/mcdw/UnbreakingEnchantmentMixin.java index 7f481593..5fe363a3 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/mcdw/UnbreakingEnchantmentMixin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/mcdw/UnbreakingEnchantmentMixin.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.mcdw; import chronosacaria.mcdw.enums.SwordsID; diff --git a/src/main/java/chronosacaria/mcdw/mixin/mcdw/client/AbstractClientPlayerEntityMixin.java b/src/main/java/chronosacaria/mcdw/mixin/mcdw/client/AbstractClientPlayerEntityMixin.java index db468e01..1fcefeff 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/mcdw/client/AbstractClientPlayerEntityMixin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/mcdw/client/AbstractClientPlayerEntityMixin.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.mcdw.client; import chronosacaria.mcdw.bases.McdwBow; diff --git a/src/main/java/chronosacaria/mcdw/mixin/mcdw/client/HeldItemRendererInvoker.java b/src/main/java/chronosacaria/mcdw/mixin/mcdw/client/HeldItemRendererInvoker.java index a414fb06..5ff75987 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/mcdw/client/HeldItemRendererInvoker.java +++ b/src/main/java/chronosacaria/mcdw/mixin/mcdw/client/HeldItemRendererInvoker.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.mcdw.client; import net.minecraft.client.network.ClientPlayerEntity; diff --git a/src/main/java/chronosacaria/mcdw/mixin/mcdw/client/HeldItemRendererMixin.java b/src/main/java/chronosacaria/mcdw/mixin/mcdw/client/HeldItemRendererMixin.java index 489eda04..750997b0 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/mcdw/client/HeldItemRendererMixin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/mcdw/client/HeldItemRendererMixin.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.mcdw.client; import chronosacaria.mcdw.bases.McdwBow; diff --git a/src/main/java/chronosacaria/mcdw/mixin/mcdw/client/InGameHudMixin.java b/src/main/java/chronosacaria/mcdw/mixin/mcdw/client/InGameHudMixin.java index df57b8e9..d57049f0 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/mcdw/client/InGameHudMixin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/mcdw/client/InGameHudMixin.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.mcdw.client; import chronosacaria.mcdw.api.interfaces.IDualWielding; diff --git a/src/main/java/chronosacaria/mcdw/mixin/mcdw/client/ModelPredicateProviderRegistryMixin.java b/src/main/java/chronosacaria/mcdw/mixin/mcdw/client/ModelPredicateProviderRegistryMixin.java index 4da62b09..87f81030 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/mcdw/client/ModelPredicateProviderRegistryMixin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/mcdw/client/ModelPredicateProviderRegistryMixin.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.mcdw.client; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/mixin/mcdw/client/PlayerEntityRendererMixin.java b/src/main/java/chronosacaria/mcdw/mixin/mcdw/client/PlayerEntityRendererMixin.java index 1a40fd5e..eb12e551 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/mcdw/client/PlayerEntityRendererMixin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/mcdw/client/PlayerEntityRendererMixin.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.mcdw.client; import chronosacaria.mcdw.bases.McdwCrossbow; diff --git a/src/main/java/chronosacaria/mcdw/mixin/reach/ItemMixin.java b/src/main/java/chronosacaria/mcdw/mixin/reach/ItemMixin.java index 25495eb8..d530fcee 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/reach/ItemMixin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/reach/ItemMixin.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.reach; import chronosacaria.mcdw.api.util.PlayerAttackHelper; diff --git a/src/main/java/chronosacaria/mcdw/mixin/reach/PlayerEntityMixin.java b/src/main/java/chronosacaria/mcdw/mixin/reach/PlayerEntityMixin.java index ad0e16c6..9abdd215 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/reach/PlayerEntityMixin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/reach/PlayerEntityMixin.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.reach; import chronosacaria.mcdw.api.util.PlayerAttackHelper; diff --git a/src/main/java/chronosacaria/mcdw/mixin/reach/ServerPlayNetworkPlayerEntityInteractionHandlerMixin.java b/src/main/java/chronosacaria/mcdw/mixin/reach/ServerPlayNetworkPlayerEntityInteractionHandlerMixin.java index 1dcb0859..4eb3b823 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/reach/ServerPlayNetworkPlayerEntityInteractionHandlerMixin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/reach/ServerPlayNetworkPlayerEntityInteractionHandlerMixin.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.reach; import chronosacaria.mcdw.api.util.PlayerAttackHelper; diff --git a/src/main/java/chronosacaria/mcdw/mixin/reach/client/ClientPlayerInteractionManagerMixin.java b/src/main/java/chronosacaria/mcdw/mixin/reach/client/ClientPlayerInteractionManagerMixin.java index 5633604d..110455c7 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/reach/client/ClientPlayerInteractionManagerMixin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/reach/client/ClientPlayerInteractionManagerMixin.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.reach.client; import chronosacaria.mcdw.api.util.PlayerAttackHelper; diff --git a/src/main/java/chronosacaria/mcdw/mixin/reach/client/GameRendererMixin.java b/src/main/java/chronosacaria/mcdw/mixin/reach/client/GameRendererMixin.java index 050a61f9..f8a63621 100644 --- a/src/main/java/chronosacaria/mcdw/mixin/reach/client/GameRendererMixin.java +++ b/src/main/java/chronosacaria/mcdw/mixin/reach/client/GameRendererMixin.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.mixin.reach.client; import chronosacaria.mcdw.api.util.PlayerAttackHelper; diff --git a/src/main/java/chronosacaria/mcdw/networking/OffhandAttackPacket.java b/src/main/java/chronosacaria/mcdw/networking/OffhandAttackPacket.java index 0426069b..f4ebb883 100644 --- a/src/main/java/chronosacaria/mcdw/networking/OffhandAttackPacket.java +++ b/src/main/java/chronosacaria/mcdw/networking/OffhandAttackPacket.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.networking; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/registries/CompatRegistry.java b/src/main/java/chronosacaria/mcdw/registries/CompatRegistry.java index c08fa4f2..85b91080 100644 --- a/src/main/java/chronosacaria/mcdw/registries/CompatRegistry.java +++ b/src/main/java/chronosacaria/mcdw/registries/CompatRegistry.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.registries; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/registries/EnchantmentRestrictionsRegistry.java b/src/main/java/chronosacaria/mcdw/registries/EnchantmentRestrictionsRegistry.java index c3b4e9a7..7ae0f7cf 100644 --- a/src/main/java/chronosacaria/mcdw/registries/EnchantmentRestrictionsRegistry.java +++ b/src/main/java/chronosacaria/mcdw/registries/EnchantmentRestrictionsRegistry.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.registries; import chronosacaria.mcdw.api.util.EnchantmentRestriction; diff --git a/src/main/java/chronosacaria/mcdw/registries/EnchantsRegistry.java b/src/main/java/chronosacaria/mcdw/registries/EnchantsRegistry.java index 824aaeee..70aed291 100644 --- a/src/main/java/chronosacaria/mcdw/registries/EnchantsRegistry.java +++ b/src/main/java/chronosacaria/mcdw/registries/EnchantsRegistry.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.registries; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/registries/EntityAttributesRegistry.java b/src/main/java/chronosacaria/mcdw/registries/EntityAttributesRegistry.java index fcb33b38..3d43cb7d 100644 --- a/src/main/java/chronosacaria/mcdw/registries/EntityAttributesRegistry.java +++ b/src/main/java/chronosacaria/mcdw/registries/EntityAttributesRegistry.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.registries; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/registries/ItemGroupRegistry.java b/src/main/java/chronosacaria/mcdw/registries/ItemGroupRegistry.java index 93dc2d98..b63f0936 100644 --- a/src/main/java/chronosacaria/mcdw/registries/ItemGroupRegistry.java +++ b/src/main/java/chronosacaria/mcdw/registries/ItemGroupRegistry.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.registries; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/registries/ItemsRegistry.java b/src/main/java/chronosacaria/mcdw/registries/ItemsRegistry.java index 6e38c84b..b7daa1fe 100644 --- a/src/main/java/chronosacaria/mcdw/registries/ItemsRegistry.java +++ b/src/main/java/chronosacaria/mcdw/registries/ItemsRegistry.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.registries; import chronosacaria.mcdw.bases.*; diff --git a/src/main/java/chronosacaria/mcdw/registries/LootTablesRegistry.java b/src/main/java/chronosacaria/mcdw/registries/LootTablesRegistry.java index cc6252a3..b5f3ca8c 100644 --- a/src/main/java/chronosacaria/mcdw/registries/LootTablesRegistry.java +++ b/src/main/java/chronosacaria/mcdw/registries/LootTablesRegistry.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.registries; import chronosacaria.mcdw.enums.*; diff --git a/src/main/java/chronosacaria/mcdw/registries/ParticlesRegistry.java b/src/main/java/chronosacaria/mcdw/registries/ParticlesRegistry.java index 9d1db074..e0245b57 100644 --- a/src/main/java/chronosacaria/mcdw/registries/ParticlesRegistry.java +++ b/src/main/java/chronosacaria/mcdw/registries/ParticlesRegistry.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.registries; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/registries/SoundEventsRegistry.java b/src/main/java/chronosacaria/mcdw/registries/SoundEventsRegistry.java index d6bc541e..243c6ac7 100644 --- a/src/main/java/chronosacaria/mcdw/registries/SoundEventsRegistry.java +++ b/src/main/java/chronosacaria/mcdw/registries/SoundEventsRegistry.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.registries; import net.minecraft.registry.Registries; diff --git a/src/main/java/chronosacaria/mcdw/registries/StatusEffectsRegistry.java b/src/main/java/chronosacaria/mcdw/registries/StatusEffectsRegistry.java index d5ce1010..efada935 100644 --- a/src/main/java/chronosacaria/mcdw/registries/StatusEffectsRegistry.java +++ b/src/main/java/chronosacaria/mcdw/registries/StatusEffectsRegistry.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.registries; import chronosacaria.mcdw.statuseffects.AccelerateStatusEffect; diff --git a/src/main/java/chronosacaria/mcdw/registries/SummonedEntityRegistry.java b/src/main/java/chronosacaria/mcdw/registries/SummonedEntityRegistry.java index 64a2196a..29abfe52 100644 --- a/src/main/java/chronosacaria/mcdw/registries/SummonedEntityRegistry.java +++ b/src/main/java/chronosacaria/mcdw/registries/SummonedEntityRegistry.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.registries; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/statuseffects/AccelerateStatusEffect.java b/src/main/java/chronosacaria/mcdw/statuseffects/AccelerateStatusEffect.java index b2cfce0b..9abdeeea 100644 --- a/src/main/java/chronosacaria/mcdw/statuseffects/AccelerateStatusEffect.java +++ b/src/main/java/chronosacaria/mcdw/statuseffects/AccelerateStatusEffect.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.statuseffects; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/statuseffects/DynamoStatusEffect.java b/src/main/java/chronosacaria/mcdw/statuseffects/DynamoStatusEffect.java index ae29bf76..f69df736 100644 --- a/src/main/java/chronosacaria/mcdw/statuseffects/DynamoStatusEffect.java +++ b/src/main/java/chronosacaria/mcdw/statuseffects/DynamoStatusEffect.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.statuseffects; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/statuseffects/PainCycleStatusEffect.java b/src/main/java/chronosacaria/mcdw/statuseffects/PainCycleStatusEffect.java index 7b436f87..9188b6dc 100644 --- a/src/main/java/chronosacaria/mcdw/statuseffects/PainCycleStatusEffect.java +++ b/src/main/java/chronosacaria/mcdw/statuseffects/PainCycleStatusEffect.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.statuseffects; import chronosacaria.mcdw.Mcdw; diff --git a/src/main/java/chronosacaria/mcdw/statuseffects/ShadowFormStatusEffect.java b/src/main/java/chronosacaria/mcdw/statuseffects/ShadowFormStatusEffect.java index b1ec29bd..6f98d7f0 100644 --- a/src/main/java/chronosacaria/mcdw/statuseffects/ShadowFormStatusEffect.java +++ b/src/main/java/chronosacaria/mcdw/statuseffects/ShadowFormStatusEffect.java @@ -1,3 +1,9 @@ +/* +Timefall Development License 1.2 +Copyright (c) 2020-2024. Chronosacaria, Kluzzio, Timefall Development. All Rights Reserved. + +This software's content is licensed under the Timefall Development License 1.2. You can find this license information here: https://github.com/Timefall-Development/Timefall-Development-Licence/blob/main/TimefallDevelopmentLicense1.2.txt +*/ package chronosacaria.mcdw.statuseffects; import chronosacaria.mcdw.Mcdw;