Skip to content

Instantly share code, notes, and snippets.

; Missing specs as of 09/02/2023 -- XpanD
; Demoman
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="pistol", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="claymore", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="travellight", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="OldWarMedal", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="OldWarBullet", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="EXALTBandana", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="CrystallizedMeld", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="SectoidFinger", ALLOW_EMPTY=true)
;======================================================
;========== MASS EFFECT WEAPON PACK ===========
;======================================================
; Note: There's another Phalanx under standalone mods.
+WhitelistWeapon= WP_AcolytePistol
+WhitelistWeapon= WP_AcolytePistol_MG
+WhitelistWeapon= WP_AcolytePistol_BM
+WhitelistWeapon= WP_AcolytePistol_Primary
+WhitelistWeapon= WP_AcolytePistol_MG_Primary
+WhitelistWeapon= WP_AcolytePistol_BM_Primary
Unsorted (244):
More Traits MoreTraits 1122837889
[WotC] Revival Protocol Fixes RevivalProtocolFixes 1123037187
Scientist Staff Slots: WotC Edition ScientistStaffSlotsWotC 1123056484
[WOTC] Not Enough Skirmishing CooldownSkirmisher 1123582370
WotC Katana Pack Reloaded KatanaMod 1123865738
More Resistance Ops MoreResistanceOps 1123890279
Rend The Lost RendTheLost 1123896931
More Nations and Names WotC MoreNationsandNamesWotC 1124284135
Gravely Wounded Scars
# ------------------------------------------------------------------------------- #
# CUSTOMLEGENDARYMESSAGES CONFIGURATION FILE
#
# DEFAULT SETTINGS: 10, true, true, true, false, false, true
# DEFAULT MESSAGES:
# - "[&dPixelmon&f] &aA wild %pokemon% has spawned in a %biome% biome!"
# - "[&dPixelmon&f] &a%player% caught a wild %pokemon% with %ivpct%% IVs!"
# - "[&dPixelmon&f] &a%player% defeated a %pokemon% in battle..."
# - "[&dPixelmon&f] &bA boss %pokemon% has spawned in a %biome% biome."
# - "[&dPixelmon&f] &b%player% defeated a boss %pokemon% in battle."
[20:39:46] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[20:39:46] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[20:39:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[20:39:58] [Server thread/INFO] [FML]: MinecraftForge v14.23.1.2604 Initialized
[20:39:58] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[20:39:58] [Server thread/INFO] [FML]: Replaced 1036 ore ingredients
[20:39:58] [Server thread/DEBUG] [mixin]: Mixing forge.MixinUsernameCache from mixins.forge.preinit.json into net.minecraftforge.common.UsernameCache
[20:39:58] [Server thread/DEBUG] [mixin]: Mixing forge.fluids.MixinFluidRegistry from mixins.forge.core.json into net.minecraftforge.fluids.FluidRegistry
[20:39:58] [Server thread/TRACE] [mixin]: Added class metadata for org/spongepowered/common/registry/
[15:12:41] [Server thread/DEBUG] [mixin]: Mixing fml.common.network.handshake.MixinFMLHandshakeMessageRegistryData from mixins.forge.core.json into net.minecraftforge.fml.common.network.handshake.FMLHandshakeMessage$RegistryData
[15:12:41] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/network/handshake/FMLHandshakeMessage to metadata cache
[15:12:41] [Server thread/TRACE] [FML]: Handshake channel activating
[15:12:41] [Server thread/DEBUG] [FML]: FMLHandshakeServerState: null->FMLHandshakeServerState$1:START
[15:12:41] [Server thread/DEBUG] [FML]: Next: HELLO
[15:12:41] [Server thread/TRACE] [FML]: Handshake channel activating
[15:12:41] [Server thread/DEBUG] [FML]: FMLHandshakeServerState: null->FMLHandshakeServerState$1:START
[15:12:41] [Server thread/DEBUG] [FML]: Next: HELLO
[15:12:41] [Netty Server IO #1/DEBUG] [FML]: FMLHandshakeServerState: $ClientHello->FMLHandshakeServerState$2:HELLO
package rs.expand.pixelupgrade.commands;
// Remote imports.
import com.pixelmonmod.pixelmon.config.PixelmonEntityList;
import com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon;
import com.pixelmonmod.pixelmon.enums.EnumPokemon;
import com.pixelmonmod.pixelmon.storage.NbtKeys;
import com.pixelmonmod.pixelmon.storage.PixelmonStorage;
import com.pixelmonmod.pixelmon.storage.PlayerStorage;
import java.math.BigDecimal;
[20:50:32] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:149]: Error in applyEffect for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Fling for attack Fling
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]: java.lang.NullPointerException
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Fling.applyEffect(Fling.java:156)
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.Attack.applyAttackEffect(Attack.java:795)
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.Attack.executeAttackEffects(Attack.java:594)
[20:50:32] [Server thread/IN
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 1/8/18 11:42 PM
Description: Unexpected error
java.lang.NullPointerException: Unexpected error
at net.minecraftforge.common.ForgeHooks.onPickBlock(ForgeHooks.java:511)
at net.minecraft.client.Minecraft.func_147112_ai(Minecraft.java:2611)
at net.minecraft.client.Minecraft.func_184117_aA(Minecraft.java:2257)
---- Minecraft Crash Report ----
// Oh - I know what I did wrong!
Time: 1/8/18 11:39 PM
Description: Unexpected error
java.lang.NullPointerException: Unexpected error
at net.minecraftforge.common.ForgeHooks.onPickBlock(ForgeHooks.java:513)
at net.minecraft.client.Minecraft.func_147112_ai(Minecraft.java:2611)
at net.minecraft.client.Minecraft.func_184117_aA(Minecraft.java:2257)