Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. ``` java.lang.IllegalArgumentException: Cannot get property PropertyStoneType{name=stone_type, clazz=class gregtech.api.unification.ore.StoneType, values=[gregtech.api.unification.ore.StoneType@53a617f6, gregtech.api.unification.ore.StoneType@93beeaf, gregtech.api.unification.ore.StoneType@7dc734d2, gregtech.api.unification.ore.StoneType@2dc6f116, gregtech.api.unification.ore.StoneType@734f966a, gregtech.api.unification.ore.StoneType@344f83d0, gregtech.api.unification.ore.StoneType@27b5ed9c, gregtech.api.unification.ore.StoneType@7e218d5f, gregtech.api.unification.ore.StoneType@46956333, gregtech.api.unification.ore.StoneType@6261ecf5, gregtech.api.unification.ore.StoneType@59e635ba, gregtech.api.unification.ore.StoneType@42def659, gregtech.api.unification.ore.StoneType@2050b69e, gregtech.api.unification.ore.StoneType@5715eb95]} as it does not exist in BlockStateContainer{block=astralsorcery:blockfaketree, properties=[]}
  2. at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:201)
  3. at gregtech.common.blocks.BlockOre.getHarvestTool(BlockOre.java:80)
  4. at net.minecraftforge.common.ForgeHooks.canHarvestBlock(ForgeHooks.java:211)
  5. at net.minecraft.block.Block.canHarvestBlock(Block.java:1154)
  6. at net.minecraft.server.management.PlayerInteractionManager.func_180237_b(PlayerInteractionManager.java:316)
  7. at net.minecraft.server.management.PlayerInteractionManager.func_73075_a(PlayerInteractionManager.java:109)
  8. at net.minecraft.entity.player.EntityPlayerMP.func_70071_h_(EntityPlayerMP.java:316)
  9. at net.minecraft.world.World.func_72866_a(World.java:1993)
  10. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
  11. at net.minecraft.world.World.func_72870_g(World.java:1955)
  12. at net.minecraft.world.WorldServer.func_184147_l(WorldServer.java:642)
  13. at net.minecraft.world.World.func_72939_s(World.java:1734)
  14. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  15. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  16. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  17. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  18. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  19. at java.lang.Thread.run(Thread.java:748)```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement