This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.flashfyre.fyrecraft.util.handlers; | |
| import com.flashfyre.fyrecraft.init.EnchInit; | |
| import net.minecraft.enchantment.EnchantmentHelper; | |
| import net.minecraft.entity.EntityLivingBase; | |
| import net.minecraft.entity.projectile.EntityArrow; | |
| import net.minecraft.init.MobEffects; | |
| import net.minecraft.item.ItemBow; | |
| import net.minecraft.item.ItemStack; |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [10:23:19] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker | |
| [10:23:19] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker | |
| [10:23:19] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker | |
| [10:23:37] [Server thread/INFO] [FML]: MinecraftForge v14.23.1.2555 Initialized | |
| [10:23:37] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients. | |
| [10:23:37] [Server thread/INFO] [FML]: Replaced 1036 ore ingredients | |
| [10:23:37] [Server thread/DEBUG] [mixin]: Mixing forge.MixinUsernameCache from mixins.forge.preinit.json into net.minecraftforge.common.UsernameCache | |
| [10:23:37] [Server thread/DEBUG] [mixin]: Mixing forge.fluids.MixinFluidRegistry from mixins.forge.core.json into net.minecraftforge.fluids.FluidRegistry | |
| [10:23:37] [Server thread/TRACE] [mixin]: Added class metadata for org/spongepowered/common/registry/ |