Help when i created this npc with farmer job, when it see carrot, beetroot, and potato. My minecraft crashing. When it sees a wheat it dont crash. What should i do to cause it can harvest carrot and beetroot and potato? (Sorry for my bad english)
java.lang.IllegalArgumentException: Cannot get property PropertyInteger{name=age, clazz=class java.lang.Integer, values=[0, 1, 2, 3, 4, 5, 6, 7]} as it does not exist in BlockStateContainer{block=minecraft:beetroots, properties=[age]}
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:203)
at noppes.npcs.roles.JobFarmer.aiUpdateTask(JobFarmer.java:231)
at noppes.npcs.ai.EntityAIJob.func_75246_d(EntityAIJob.java:35)
at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:900)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2183)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:685)
at noppes.npcs.entity.EntityNPCInterface.func_70636_d(EntityNPCInterface.java:389)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2013)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:384)
at noppes.npcs.entity.EntityNPCInterface.func_70071_h_(EntityNPCInterface.java:279)
at noppes.npcs.entity.EntityCustomNpc.func_70071_h_(EntityCustomNpc.java:35)
at net.minecraft.world.World.func_72866_a(World.java:1964)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:839)
at net.minecraft.world.World.func_72870_g(World.java:1934)
at net.minecraft.world.World.func_72939_s(World.java:1750)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
WARNING: coremods are present:
Contact their authors BEFORE contacting forge
// Oh - I know what I did wrong!
Time: 29/12/16 20:41
Description: Ticking entity
java.lang.IllegalArgumentException: Cannot get property PropertyInteger{name=age, clazz=class java.lang.Integer, values=[0, 1, 2, 3, 4, 5, 6, 7]} as it does not exist in BlockStateContainer{block=minecraft:beetroots, properties=[age]}
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:203)
at noppes.npcs.roles.JobFarmer.aiUpdateTask(JobFarmer.java:231)
at noppes.npcs.ai.EntityAIJob.func_75246_d(EntityAIJob.java:35)
at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:900)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2183)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:685)
at noppes.npcs.entity.EntityNPCInterface.func_70636_d(EntityNPCInterface.java:389)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2013)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:384)
at noppes.npcs.entity.EntityNPCInterface.func_70071_h_(EntityNPCInterface.java:279)
at noppes.npcs.entity.EntityCustomNpc.func_70071_h_(EntityCustomNpc.java:35)
at net.minecraft.world.World.func_72866_a(World.java:1964)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:839)
at net.minecraft.world.World.func_72870_g(World.java:1934)
at net.minecraft.world.World.func_72939_s(World.java:1750)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:203)
at noppes.npcs.roles.JobFarmer.aiUpdateTask(JobFarmer.java:231)
at noppes.npcs.ai.EntityAIJob.func_75246_d(EntityAIJob.java:35)
at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:900)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2183)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:685)
at noppes.npcs.entity.EntityNPCInterface.func_70636_d(EntityNPCInterface.java:389)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2013)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:384)
at noppes.npcs.entity.EntityNPCInterface.func_70071_h_(EntityNPCInterface.java:279)
at noppes.npcs.entity.EntityCustomNpc.func_70071_h_(EntityCustomNpc.java:35)
at net.minecraft.world.World.func_72866_a(World.java:1964)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:839)
at net.minecraft.world.World.func_72870_g(World.java:1934)
-- Entity being ticked --
Details:
Entity Type: customnpcs.CustomNpc (noppes.npcs.entity.EntityCustomNpc)
Entity ID: 1521723
Entity Name: Seinkan
Entity's Exact location: -199.57, 73.94, -192.39
Entity's Block location: World: (-200,73,-193), Chunk: (at 8,4,15 in -13,-13; contains blocks -208,0,-208 to -193,255,-193), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Entity's Momentum: 0.02, -0.08, -0.07
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1750)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
-- Affected level --
Details:
Level name: New World-
All players: 1 total; [EntityPlayerMP['Alvin35'/1513501, l='New World-', x=-199.04, y=74.94, z=-185.54]]
Chunk stats: ServerChunkCache: 397 Drop: 0
Level seed: -6980839137331707558
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (0,64,188), Chunk: (at 0,4,12 in 0,11; contains blocks 0,0,176 to 15,255,191), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 5739 game time, 5739 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 165484 (now: false), thunder time: 64726 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Unknown Source)
java.lang.IllegalArgumentException: Cannot get property PropertyInteger{name=age, clazz=class java.lang.Integer, values=[0, 1, 2, 3, 4, 5, 6, 7]} as it does not exist in BlockStateContainer{block=minecraft:beetroots, properties=[age]}
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:203)
at noppes.npcs.roles.JobFarmer.aiUpdateTask(JobFarmer.java:231)
Crash is caused by custom NPC attempting to farm beetroot and failing.
I think I've found the culprit: "clazz=class java.lang.Integer," do we have a typo in "clazz"?
Help when i created this npc with farmer job, when it see carrot, beetroot, and potato. My minecraft crashing. When it sees a wheat it dont crash. What should i do to cause it can harvest carrot and beetroot and potato? (Sorry for my bad english)
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumPost the crash report.
"We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far."
---- Minecraft Crash Report ----
WARNING: coremods are present:
Contact their authors BEFORE contacting forge
// Oh - I know what I did wrong!
Time: 29/12/16 20:41
Description: Ticking entity
java.lang.IllegalArgumentException: Cannot get property PropertyInteger{name=age, clazz=class java.lang.Integer, values=[0, 1, 2, 3, 4, 5, 6, 7]} as it does not exist in BlockStateContainer{block=minecraft:beetroots, properties=[age]}
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:203)
at noppes.npcs.roles.JobFarmer.aiUpdateTask(JobFarmer.java:231)
at noppes.npcs.ai.EntityAIJob.func_75246_d(EntityAIJob.java:35)
at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:900)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2183)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:685)
at noppes.npcs.entity.EntityNPCInterface.func_70636_d(EntityNPCInterface.java:389)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2013)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:384)
at noppes.npcs.entity.EntityNPCInterface.func_70071_h_(EntityNPCInterface.java:279)
at noppes.npcs.entity.EntityCustomNpc.func_70071_h_(EntityCustomNpc.java:35)
at net.minecraft.world.World.func_72866_a(World.java:1964)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:839)
at net.minecraft.world.World.func_72870_g(World.java:1934)
at net.minecraft.world.World.func_72939_s(World.java:1750)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:203)
at noppes.npcs.roles.JobFarmer.aiUpdateTask(JobFarmer.java:231)
at noppes.npcs.ai.EntityAIJob.func_75246_d(EntityAIJob.java:35)
at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:900)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2183)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:685)
at noppes.npcs.entity.EntityNPCInterface.func_70636_d(EntityNPCInterface.java:389)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2013)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:384)
at noppes.npcs.entity.EntityNPCInterface.func_70071_h_(EntityNPCInterface.java:279)
at noppes.npcs.entity.EntityCustomNpc.func_70071_h_(EntityCustomNpc.java:35)
at net.minecraft.world.World.func_72866_a(World.java:1964)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:839)
at net.minecraft.world.World.func_72870_g(World.java:1934)
-- Entity being ticked --
Details:
Entity Type: customnpcs.CustomNpc (noppes.npcs.entity.EntityCustomNpc)
Entity ID: 1521723
Entity Name: Seinkan
Entity's Exact location: -199.57, 73.94, -192.39
Entity's Block location: World: (-200,73,-193), Chunk: (at 8,4,15 in -13,-13; contains blocks -208,0,-208 to -193,255,-193), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Entity's Momentum: 0.02, -0.08, -0.07
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.wo
sorry
---- Minecraft Crash Report ----
WARNING: coremods are present:
Contact their authors BEFORE contacting forge
// Oh - I know what I did wrong!
Time: 29/12/16 20:41
Description: Ticking entity
java.lang.IllegalArgumentException: Cannot get property PropertyInteger{name=age, clazz=class java.lang.Integer, values=[0, 1, 2, 3, 4, 5, 6, 7]} as it does not exist in BlockStateContainer{block=minecraft:beetroots, properties=[age]}
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:203)
at noppes.npcs.roles.JobFarmer.aiUpdateTask(JobFarmer.java:231)
at noppes.npcs.ai.EntityAIJob.func_75246_d(EntityAIJob.java:35)
at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:900)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2183)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:685)
at noppes.npcs.entity.EntityNPCInterface.func_70636_d(EntityNPCInterface.java:389)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2013)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:384)
at noppes.npcs.entity.EntityNPCInterface.func_70071_h_(EntityNPCInterface.java:279)
at noppes.npcs.entity.EntityCustomNpc.func_70071_h_(EntityCustomNpc.java:35)
at net.minecraft.world.World.func_72866_a(World.java:1964)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:839)
at net.minecraft.world.World.func_72870_g(World.java:1934)
at net.minecraft.world.World.func_72939_s(World.java:1750)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:203)
at noppes.npcs.roles.JobFarmer.aiUpdateTask(JobFarmer.java:231)
at noppes.npcs.ai.EntityAIJob.func_75246_d(EntityAIJob.java:35)
at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:900)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2183)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:685)
at noppes.npcs.entity.EntityNPCInterface.func_70636_d(EntityNPCInterface.java:389)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2013)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:384)
at noppes.npcs.entity.EntityNPCInterface.func_70071_h_(EntityNPCInterface.java:279)
at noppes.npcs.entity.EntityCustomNpc.func_70071_h_(EntityCustomNpc.java:35)
at net.minecraft.world.World.func_72866_a(World.java:1964)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:839)
at net.minecraft.world.World.func_72870_g(World.java:1934)
-- Entity being ticked --
Details:
Entity Type: customnpcs.CustomNpc (noppes.npcs.entity.EntityCustomNpc)
Entity ID: 1521723
Entity Name: Seinkan
Entity's Exact location: -199.57, 73.94, -192.39
Entity's Block location: World: (-200,73,-193), Chunk: (at 8,4,15 in -13,-13; contains blocks -208,0,-208 to -193,255,-193), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Entity's Momentum: 0.02, -0.08, -0.07
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1750)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
-- Affected level --
Details:
Level name: New World-
All players: 1 total; [EntityPlayerMP['Alvin35'/1513501, l='New World-', x=-199.04, y=74.94, z=-185.54]]
Chunk stats: ServerChunkCache: 397 Drop: 0
Level seed: -6980839137331707558
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (0,64,188), Chunk: (at 0,4,12 in 0,11; contains blocks 0,0,176 to 15,255,191), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 5739 game time, 5739 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 165484 (now: false), thunder time: 64726 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_91, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 193187568 bytes (184 MB) / 877223936 bytes (836 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP 9.32 Powered by Forge 12.18.3.2185 Optifine OptiFine_1.10.2_HD_U_D4 16 mods loaded, 16 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAAAAAAAAAAAAAAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAAAAAAAAAAAAAAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2185.jar)
UCHIJAAAAAAAAAAAAAAAAAAA Forge{12.18.3.2185} [Minecraft Forge] (forge-1.10.2-12.18.3.2185.jar)
UCHIJAAAAAAAAAAAAAAAAAAA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.10.2.jar)
UCHIJAAAAAAAAAAAAAAAAAAA thedragonlib{1.10.2-1.0.3.0} [TheDragonLib] (thedragonlib-1.10.2-1.0.3.0.jar)
UCHIJAAAAAAAAAAAAAAAAAAA armorplus{1.10.2-8.2.2.3} [ArmorPlus] (armorplus-1.10.2-8.2.2.3.jar)
UCHIJAAAAAAAAAAAAAAAAAAA customnpcs{1.9.0_beta} [CustomNPCs] (CustomNPCs_1.10.2_beta(10oct16).jar)
UCHIJAAAAAAAAAAAAAAAAAAA DragonMounts{r46-1.10.2} [Dragon Mounts] (DragonMounts-r46-1.10.2.jar)
UCHIJAAAAAAAAAAAAAAAAAAA fencejumper{1.0.0} [Fence Jumper] (fencejumper-1.10.2-1.0.0.jar)
UCHIJAAAAAAAAAAAAAAAAAAA levelup{${version}} [Level Up!] (LevelUp!-0.12.4-1.10.2.jar)
UCHIJAAAAAAAAAAAAAAAAAAA possessed{0.3.1} [Possessed] (possessed-0.3.1.jar)
UCHIJAAAAAAAAAAAAAAAAAAA sentries{1.0} [sentries] (sentries-1.1.jar)
UCHIJAAAAAAAAAAAAAAAAAAA flammpfeil.slashblade{mc1.10.2-r28} [SlashBlade] (SlashBlade-mc1.10.2-r28.jar)
UCHIJAAAAAAAAAAAAAAAAAAA SophisticatedWolves{3.6.1} [SophisticatedWolves] (SophisticatedWolves-3.6.3.jar)
UCHIJAAAAAAAAAAAAAAAAAAA subcommonlib{1.1.3.0} [Subaraki's Common Library] (sublib-1.10.2-1.1.3.0.jar)
UCHIJAAAAAAAAAAAAAAAAAAA trashslot{6.3.6} [TrashSlot] (TrashSlot_1.10.2-6.3.6.jar)
Loaded coremods (and transformers):
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Alvin35'/1513501, l='New World-', x=-199.04, y=74.94, z=-185.54]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
i figure out this crash is happened only at village
java.lang.IllegalArgumentException: Cannot get property PropertyInteger{name=age, clazz=class java.lang.Integer, values=[0, 1, 2, 3, 4, 5, 6, 7]} as it does not exist in BlockStateContainer{block=minecraft:beetroots, properties=[age]}
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:203)
at noppes.npcs.roles.JobFarmer.aiUpdateTask(JobFarmer.java:231)
Crash is caused by custom NPC attempting to farm beetroot and failing.
I think I've found the culprit: "clazz=class java.lang.Integer," do we have a typo in "clazz"?
Check out my Youtube channel, where I build a theme park in vanilla Minecraft!
https://www.youtube.com/playlist?list=PLeCiIIOoWhe-mq3nYd_nXXrKw9MkjnUU7