Redstone dust not dropping, plus crashing with enableOldRecipe = true
Jcewazhere opened this issue ยท 2 comments
tldr == title, I was testing while writing this report and setting enableOldRecipe back to false fixed things.
If I mine any redstone blocks with Flux networks enabled nothing drops. If I cheat in some redstone dust I can place it, but not pick it back up. If I try to throw it, either into fire or just anywhere, the item count decreases but nothing is thrown. I changed two things in the config: I increased the storage of each block and I enabled the old recipe by dropping in fire. I tried turning that back and it worked... oops.
Here's a crash log and mod list in case you're curious:
---- Minecraft Crash Report ----
// You're mean.
Time: 5/31/20 7:05 PM
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at net.minecraft.entity.Entity.(Entity.java:204) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:quark:generic-update-hook,xf:fml:quark:override-collision,xf:fml:shetiphiancore:Entity.getOnPosition,xf:fml:shetiphiancore:Entity.createRunningParticles}
at net.minecraft.entity.item.ItemEntity.(ItemEntity.java:48) ~[?:?] {re:classloading,pl:accesstransformer:B}
at sonar.fluxnetworks.common.core.FireItemEntity.(FireItemEntity.java:18) ~[?:1.15.2-5.0.1-2] {re:classloading}
at sonar.fluxnetworks.common.core.FireItemEntity.(FireItemEntity.java:22) ~[?:1.15.2-5.0.1-2] {re:classloading}
at sonar.fluxnetworks.register.EventHandler.onEntityAdded(EventHandler.java:134) ~[?:1.15.2-5.0.1-2] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_413_EventHandler_onEntityAdded_EntityJoinWorldEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.2.0-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {}
at net.minecraft.world.server.ServerWorld.func_72838_d(ServerWorld.java:896) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:quark:change-sleeping-player-count,xf:fml:quark:add-rave-hook}
at net.minecraft.world.server.ServerWorld.func_217376_c(ServerWorld.java:837) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:quark:change-sleeping-player-count,xf:fml:quark:add-rave-hook}
at net.minecraft.block.Block.func_180635_a(Block.java:569) ~[?:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.block.Block.lambda$spawnDrops$5(Block.java:554) ~[?:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.block.Block$$Lambda$9588/177533544.accept(Unknown Source) ~[?:?] {}
at java.util.ArrayList.forEach(ArrayList.java:1249) ~[?:1.8.0_51] {}
at net.minecraft.block.Block.func_220054_a(Block.java:553) ~[?:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.block.Block.func_180657_a(Block.java:636) ~[?:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.server.management.PlayerInteractionManager.func_180237_b(PlayerInteractionManager.java:254) ~[?:?] {re:classloading}
at net.minecraft.server.management.PlayerInteractionManager.func_73075_a(PlayerInteractionManager.java:86) ~[?:?] {re:classloading}
at net.minecraft.entity.player.ServerPlayerEntity.func_70071_h_(ServerPlayerEntity.java:311) ~[?:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:600) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:quark:change-sleeping-player-count,xf:fml:quark:add-rave-hook}
at net.minecraft.world.server.ServerWorld$$Lambda$8446/1868510723.accept(Unknown Source) ~[?:?] {}
at net.minecraft.world.World.func_217390_a(World.java:536) ~[?:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:401) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:quark:change-sleeping-player-count,xf:fml:quark:add-rave-hook}
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:849) ~[?:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784) ~[?:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:114) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637) [?:?] {re:classloading,pl:accesstransformer:B}
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Thread: Server thread
Stacktrace:
at net.minecraft.entity.Entity.(Entity.java:204)
at net.minecraft.entity.item.ItemEntity.(ItemEntity.java:48)
at sonar.fluxnetworks.common.core.FireItemEntity.(FireItemEntity.java:18)
at sonar.fluxnetworks.common.core.FireItemEntity.(FireItemEntity.java:22)
at sonar.fluxnetworks.register.EventHandler.onEntityAdded(EventHandler.java:134)
at net.minecraftforge.eventbus.ASMEventHandler_413_EventHandler_onEntityAdded_EntityJoinWorldEvent.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at net.minecraft.world.server.ServerWorld.func_72838_d(ServerWorld.java:896)
at net.minecraft.world.server.ServerWorld.func_217376_c(ServerWorld.java:837)
at net.minecraft.block.Block.func_180635_a(Block.java:569)
at net.minecraft.block.Block.lambda$spawnDrops$5(Block.java:554)
at net.minecraft.block.Block$$Lambda$9588/177533544.accept(Unknown Source)
at java.util.ArrayList.forEach(ArrayList.java:1249)
at net.minecraft.block.Block.func_220054_a(Block.java:553)
at net.minecraft.block.Block.func_180657_a(Block.java:636)
at net.minecraft.server.management.PlayerInteractionManager.func_180237_b(PlayerInteractionManager.java:254)
at net.minecraft.server.management.PlayerInteractionManager.func_73075_a(PlayerInteractionManager.java:86)
at net.minecraft.entity.player.ServerPlayerEntity.func_70071_h_(ServerPlayerEntity.java:311)
at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:600)
at net.minecraft.world.server.ServerWorld$$Lambda$8446/1868510723.accept(Unknown Source)
-- Entity being ticked --
Details:
Entity Type: minecraft:player (net.minecraft.entity.player.ServerPlayerEntity)
Entity ID: 309
Entity Name: Jcewazhere
Entity's Exact location: -107.30, 11.00, 518.07
Entity's Block location: World: (-108,11,518), Chunk: (at 4,0,6 in -7,32; contains blocks -112,0,512 to -97,255,527), Region: (-1,1; contains chunks -32,32 to -1,63, blocks -512,0,512 to -1,255,1023)
Entity's Momentum: 0.00, -0.08, 0.00
Entity's Passengers: []
Entity's Vehicle: ERROR NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_217390_a(World.java:536)
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:401)
-- Affected level --
Details:
All players: 1 total; [ServerPlayerEntity['Jcewazhere'/309, l='Newsy Twosy', x=-107.30, y=11.00, z=518.07]]
Chunk stats: ServerChunkCache: 3494
Level dimension: DimensionType{minecraft:overworld}
Level name: Newsy Twosy
Level seed: -5400805173323671001
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options: {}
Level spawn location: World: (32,68,97), Chunk: (at 0,4,1 in 2,6; contains blocks 32,0,96 to 47,255,111), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 226933 game time, 277982 day time
Known server brands: forge
Level was modded: true
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 93304 (now: false), thunder time: 127061 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:849)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:114)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637)
at java.lang.Thread.run(Thread.java:745)
-- System Details --
Details:
Minecraft Version: 1.15.2
Minecraft Version ID: 1.15.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2366682672 bytes (2257 MB) / 4619501568 bytes (4405 MB) up to 10255073280 bytes (9780 MB)
CPUs: 4
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx11002m -Xms256m -XX:PermSize=256m
ModLauncher: 5.1.0+69+master.79f13f7
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/eventbus-2.2.0-service.jar eventbus PLUGINSERVICE
/forge-1.15.2-31.2.5.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.2.5.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.2.5.jar capability_inject_definalize PLUGINSERVICE
/forge-1.15.2-31.2.5.jar runtimedistcleaner PLUGINSERVICE
/forge-1.15.2-31.2.5.jar fml TRANSFORMATIONSERVICE
/MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE
/MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE
/MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE
FML: 31.2
Forge: net.minecraftforge:31.2.5
FML Language Providers:
[email protected]
minecraft@1
Mod List:
JACM-1.0-1.15.2.jar Just Another Compass Mod {[email protected] DONE}
equaldragons-1.2.jar Equal Dragons {[email protected] DONE}
snad-1.8.7.21a-1.15.2.jar Snad {[email protected] DONE}
geysermod-1.15.2-1.0.1.1.jar Geyser Mod {[email protected] DONE}
jei-1.15.2-6.0.0.4.jar Just Enough Items {[email protected] DONE}
metalbarrels-2.1.jar Metal Barrels {[email protected] DONE}
longfallboots-1.4.0c.jar Long Fall Boots {[email protected] DONE}
HealthOverlay-1.15.2-1.0.1.jar Health Overlay {healthoverlay@NONE DONE}
FallingTree-1.15.2-2.1.3+28.jar Falling Tree {[email protected]+28 DONE}
fishtraps-forge-1.15.2-0.0.5.jar Fish Traps {[email protected] DONE}
tesseract-1.0.5-mc1.15.jar Tesseract {[email protected] DONE}
endores-1.15.2-r3.jar End Ores {[email protected] DONE}
ForgeEndertech-1.15.2-6.0.3.0-build.0036.jar Forge Endertech {[email protected] DONE}
XaerosWorldMap_1.6.1_Forge_1.15.2.jar Xaero's World Map {[email protected] DONE}
RingOfRepair-1.15.2-1.1.30.jar Ring of Repair {[email protected] DONE}
CookingForBlockheads_1.15.2-8.0.2.jar Cooking for Blockheads {[email protected] DONE}
Placebo-1.15.2-3.0.2.jar Placebo {[email protected] DONE}
citadel-1.1.7.jar Citadel {[email protected] DONE}
NoFog-1.15b1.jar NoFog {[email protected] DONE}
NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] DONE}
EnderBags-1.15.1-5.0.0.jar Ender Bags {[email protected] DONE}
Powah-1.15.2-1.1.14.jar Powah {[email protected] DONE}
JustMead_1.15.2_v1.2_.jar Just Mead {[email protected] DONE}
rangedpumps-0.7.1.jar Ranged Pumps {[email protected] DONE}
curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {[email protected] DONE}
WitherSkeletonTweaks-1.15.1-4.0.0.jar Wither Skeleton Tweaks {[email protected] DONE}
FarmingForBlockheads_1.15.2-6.1.3.jar Farming for Blockheads {[email protected] DONE}
Bookshelf-1.15.2-5.6.38.jar Bookshelf {[email protected] DONE}
TheVeggieWay-1.15.2-2.1.44.jar The Veggie Way {[email protected] DONE}
RingOfTeleport-1.15.2-1.1.29.jar Ring of Teleport {[email protected] DONE}
buildinggadgets-3.3.5.jar Building Gadgets {[email protected] DONE}
TinyMobFarm-1.15.2-1.0.6.1.jar Tiny Mob Farm {[email protected] DONE}
ForgivingVoid_1.15.1-4.0.0.jar Forgiving Void {[email protected] DONE}
DarkUtilities-1.15.2-3.0.5.jar Dark Utilities {[email protected] DONE}
cryingghasts_1.15.2-1.0.jar Crying Ghasts {[email protected] DONE}
OTA-2.0.2.jar Obsidian Tools and Armor {[email protected] DONE}
LightingWand-1.15.2-1.4.2.jar Lighting Wand {[email protected] DONE}
LowTechQuarries_1.1.0.jar Low-Tech Quarries {[email protected] DONE}
PackingTape-1.15.2-0.9.6.jar Packing Tape {[email protected] DONE}
endercompass-2.0.jar Ender Compass {[email protected] DONE}
strongfarmland-1.15.2-1.0.0.jar Stronger Farmland Mod {[email protected] DONE}
forge-1.15.2-31.2.5-universal.jar Forge {[email protected] DONE}
shetiphiancore-1.15-3.7.2.jar ShetiPhian-Core {[email protected] DONE}
refinedstorage-1.8.4.jar Refined Storage {[email protected] DONE}
ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] DONE}
corpse-1.15.2-1.0.4.jar Corpse {[email protected] DONE}
forge-1.15.2-31.2.5-client.jar Minecraft {[email protected] DONE}
industrial-foregoing-1.15.2-2.3.0-6f57752.jar Industrial Foregoing {[email protected] DONE}
torchmaster-2.1.1-rc0.jar Torchmaster {[email protected] DONE}
repurposedstructures-1.15.2-1.4.4.jar Repurposed Structures {[email protected] DONE}
EnchantmentDescriptions-1.15.2-2.0.8.jar EnchantmentDescriptions {[email protected] DONE}
theoneprobe-1.15-2.0.2.jar The One Probe {[email protected] DONE}
swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] DONE}
endertanks-1.15-1.8.1.jar EnderTanks {[email protected] DONE}
titanium-1.15.2-2.4.0.jar Titanium {[email protected] DONE}
fansmod-1.15.2-1.1.5.0.jar Fans Mod {[email protected] DONE}
compactores-1.15.2-2.1.2.jar Compact Ores {[email protected] DONE}
SilentLib-1.15.2-4.6.1+49.jar Silent Lib {[email protected]+49 DONE}
valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {[email protected] DONE}
simplechunkloaders-1.15.2-1.0.2.0.jar Simple Chunk Loaders {simplechunkloaders@NONE DONE}
Lollipop-1.15.2-1.0.15.jar Lollipop {[email protected] DONE}
RingOfGrowth-1.15.2-1.1.30.jar Ring of Growth {[email protected] DONE}
minions_beta_1.1.2.jar Minions {[email protected] DONE}
SilentGear-1.15.2-1.6.4+90.jar Silent Gear {[email protected]+90 DONE}
AdLods-1.15.2-3.0.3.0-build.0035.jar Large Ore Deposits {[email protected] DONE}
simplefarming-1.15.2-1.2.9.jar Simple Farming {[email protected] DONE}
SolarFluxReborn-1.15.2-15.0.0.jar Solar Flux Reborn {[email protected] DONE}
curios-FORGE-1.15.2-2.0.2.2.jar Curios API {[email protected] DONE}
Mantle-1.15.2-1.5.15.jar Mantle {[email protected] DONE}
Xaeros_Minimap_20.12.1_Forge_1.15.2.jar Xaero's Minimap {[email protected] DONE}
diagonal_panes-1.15.2-1.0.0.jar Diagonal Panes {diagonal_panes@NONE DONE}
RingOfBlink-1.15.2-1.1.28.jar Ring of Blink {[email protected] DONE}
AutoRegLib-1.5-40.jar AutoRegLib {[email protected] DONE}
Quark-r2.1-238.jar Quark {[email protected] DONE}
FluxNetworks-1.15.2-5.0.1-2.jar Flux Networks {[email protected] DONE}
enderchests-1.15-1.6.1.jar EnderChests {[email protected] DONE}
angelring-1.15.2-1.2.0.jar Angel Ring {[email protected] DONE}
libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] DONE}
BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {[email protected] DONE}
elevatorid-1.15.2-1.7.1.jar Elevator Mod {[email protected] DONE}
AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] DONE}
mobcatcher-2.2.jar Mob Catcher {[email protected] DONE}
connectedglass-1.0.5-mc1.15.jar Connected Glass {[email protected] DONE}
solcarrot-1.15.2-1.9.6.jar Spice of Life: Carrot Edition {[email protected] DONE}
RingOfAttraction-1.15.2-1.1.33.jar Ring of Attraction {[email protected] DONE}
Biomes_You_Go-0.4.1-BETA.jar Oh The Biomes You'll Go {[email protected] DONE}
SilentGems-1.15.2-3.5.3+86.jar Silent's Gems 3 {[email protected]+86 DONE}
RingOfReturn-1.15.2-1.0.12.jar Ring of Return {[email protected] DONE}
CobbleForDays-1.1.3.jar Cobble For Days {[email protected] DONE}
FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 DONE}
CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {[email protected] DONE}
CodeChickenLib-1.15.2-3.3.0.373-universal.jar CodeChicken Lib {[email protected] DONE}
EnderStorage-1.15.2-2.5.0.142-universal.jar EnderStorage {[email protected] DONE}
overloadedarmorbar-4.0.0.jar Overloaded Armor Bar {[email protected] DONE}
thutcore-1.15.2-7.2.1.jar Thut Core {[email protected] DONE, [email protected] DONE}
thuttech-1.15.2-8.2.2.jar Thut Elevators {[email protected] DONE}
Player Count: 1 / 8; [ServerPlayerEntity['Jcewazhere'/309, l='Newsy Twosy', x=-107.30, y=11.00, z=518.07]]
Data Packs: mod:quark, vanilla, CompactOres dynamic resources (incompatible), mod:elenaicompass, mod:equaldragons, mod:snad (incompatible), mod:geysermod, mod:jei (incompatible), mod:metalbarrels (incompatible), mod:longfallboots (incompatible), mod:healthoverlay (incompatible), mod:falling_tree, mod:fishtraps (incompatible), mod:tesseract, mod:endores, mod:forgeendertech (incompatible), mod:xaeroworldmap, mod:ring_of_repair (incompatible), mod:cookingforblockheads (incompatible), mod:placebo (incompatible), mod:citadel (incompatible), mod:nofog (incompatible), mod:naturescompass (incompatible), mod:ender_bags (incompatible), mod:powah (incompatible), mod:just_mead, mod:rangedpumps (incompatible), mod:curioofundying (incompatible), mod:wstweaks (incompatible), mod:farmingforblockheads (incompatible), mod:bookshelf (incompatible), mod:veggie_way (incompatible), mod:ring_of_teleport (incompatible), mod:buildinggadgets (incompatible), mod:tinymobfarm (incompatible), mod:forgivingvoid (incompatible), mod:darkutils (incompatible), mod:cryingghasts (incompatible), mod:obsidiantools, mod:lightingwand, mod:low_tech_quarries, mod:packingtape, mod:endercompass (incompatible), mod:strongfarmland (incompatible), mod:forge (incompatible), mod:shetiphiancore (incompatible), mod:refinedstorage (incompatible), mod:ironchest, mod:corpse, mod:industrialforegoing (incompatible), mod:torchmaster (incompatible), mod:repurposed_structures, mod:enchdesc (incompatible), mod:theoneprobe (incompatible), mod:swingthroughgrass (incompatible), mod:endertanks (incompatible), mod:titanium (incompatible), mod:fansmod, mod:compactores, mod:silentlib (incompatible), mod:valkyrielib (incompatible), mod:simplechunkloaders (incompatible), mod:lollipop (incompatible), mod:ring_of_growth (incompatible), mod:minions, mod:silentgear (incompatible), mod:adlods (incompatible), mod:simplefarming, mod:solarflux (incompatible), mod:curios (incompatible), mod:mantle (incompatible), mod:xaerominimap, mod:diagonal_panes (incompatible), mod:ring_of_blink (incompatible), mod:autoreglib (incompatible), mod:fluxnetworks, mod:enderchests (incompatible), mod:angelring (incompatible), mod:libnonymous (incompatible), mod:bonsaitrees2, mod:elevatorid, mod:appleskin (incompatible), mod:mobcatcher (incompatible), mod:connectedglass, mod:solcarrot (incompatible), mod:ring_of_attraction (incompatible), mod:byg, mod:silentgems (incompatible), mod:ring_of_return (incompatible), mod:cobblefordays (incompatible), mod:fastleafdecay, mod:cosmeticarmorreworked (incompatible), mod:codechickenlib (incompatible), mod:enderstorage (incompatible), mod:overloadedarmorbar (incompatible), mod:thutcore, mod:thuttech (incompatible)
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'forge'
Duplicate of #379, these old recipes will be removed next version