[Health] #Golem lifespan in ticks. Set to -1 for infinite lifespan = 168000 #Golem hunger in ticks. Set to -1 for infinite hunger = 48000 #Enables lifespan penalty in the rain (-1 extra / tick) rainPenalty = true #Enables lifespan penalty in water (-1 extra / tick) waterPenalty = true #Enables lifespan heavy penalty, such as carrying a gourd block (-1 extra / tick) heavyPenalty = true [Tether] #Enables tether system preventing golems from wandering too far tetherEnabled = true #Enables whether tempting a golem away with an apple will change its tether temptResetsTether = true #The maximum range away from its tether the golem should wander tetherMaxRange = 36 #The min distance to the tether the golem should return to when it wanders too far tetherMinRange = 0 [Miscellaneous] #Enables golem sounds soundsEnabled = true #Enables golems shivering in the cold & rain shiverEnabled = true #Enables Iron Golem's picking up Straw Golems golemInteract = true #Enables HWYLA Compat enableHwyla = true [Harvesting] #Enables golems replanting crops replantEnabled = true #Enables golems delivering crops to a chest deliveryEnabled = true #The range of crops golems can detect searchRange = 24 #The golem filtration mode. Enter 'whitelist' or 'blacklist' filterMode = blacklist #Format Example: whitelist = [minecraft:carrots,minecraft:wheat] filterList = [] [Creating] #Whether creating golems is enabled golemConstructionEnabled = false #Allow constructing head by shearing a pumpkin shearConstructionEnabled = true #Potential head blocks to make a golem headBlocks = [minecraft:carved_pumpkin] #Potential body blocks to make a golem bodyBlocks = [minecraft:hay_block]