# Configuration file all { ########################################################################################################## # client #--------------------------------------------------------------------------------------------------------# # Client only configs ########################################################################################################## client { # Must look at the block to show the amount in it B:"Must Look For Amount "=true # If the amount text on how many items is in a stack in a grindstone should render B:"Render Item Amount"=true # If true will show the area needed when placing a HP block B:"Show Obstructed Area"=true } ########################################################################################################## # general #--------------------------------------------------------------------------------------------------------# # General configs ########################################################################################################## general { # The items to use with the manual chopping block, syntax is: # modid:input:meta${nbt}=baseAmount-chance # meta is optional and ${nbt} is also optional and follows vanilla tag syntax # The baseAmount is the percentage of returned items, the chance is for getting one more output S:"Chopping Block Axes" < > # The exhaustion amount that will be added to the player when using the chopping block # If set to 0 this is disabled D:"Chopping Block Exhaustion"=0.1 # The amount of chopps the time value in the horse chopping recipes should be multiplied with if recipes isn't separated # If the recipes are separate this isn't used, instead the recipe value is used I:"Chopping Multiplier"=4 # Enables the dough item # If disabled all related recipes will be disabled # Requires minecraft restart B:"Enable Dough"=false # Enables the flour item # If disabled all related recipes will be disabled # Requires minecraft restart B:"Enable Flour"=false # Enables the manual chopping block # Requires minecraft restart B:"Enable Manual Chopping Block"=true # The exhaustion amount that will be added to the player when using the grindstone # If set to 0 this is disabled D:"Grindstone Exhaustion"=0.1 # The percentage amount for the different materials # The syntax is harvestLevel=baseAmount-chance # The baseAmount is the percentage of returned items, the chance is for getting one more output S:"Harvestable Percentages" < 0=25-25 1=50-25 2=75-25 3=100-25 4=125-50 > # If true the manual chopping block will drop the result items # If false the manual chopping block will put the result items in it's internal inventory B:"Manual Chopping Block output"=true # Add mobs that can use the horse powered blocks # Only mobs that can be leashed are valid # Add the full path to the mob class, can be found with /horsepower entity or /hp entity # Must be edited with in-game editor for live changes. S:"Mob List" < com.girafi.waddles.entity.EntityAdeliePenguin net.minecraft.entity.monster.EntityIronGolem net.minecraft.entity.monster.EntityPolarBear net.minecraft.entity.monster.EntitySnowman net.minecraft.entity.passive.EntityChicken net.minecraft.entity.passive.EntityCow net.minecraft.entity.passive.EntityHorse net.minecraft.entity.passive.EntityLlama net.minecraft.entity.passive.EntityMooshroom net.minecraft.entity.passive.EntityOcelot net.minecraft.entity.passive.EntityParrot net.minecraft.entity.passive.EntityPig net.minecraft.entity.passive.EntityRabbit net.minecraft.entity.passive.EntitySheep net.minecraft.entity.passive.EntityWolf pokefenn.totemic.entity.animal.EntityBaldEagle pokefenn.totemic.entity.animal.EntityBuffalo twilightforest.entity.passive.EntityTFBighorn twilightforest.entity.passive.EntityTFBoar twilightforest.entity.passive.EntityTFBunny twilightforest.entity.passive.EntityTFDeer twilightforest.entity.passive.EntityTFPenguin twilightforest.entity.passive.EntityTFQuestRam twilightforest.entity.passive.EntityTFRaven twilightforest.entity.passive.EntityTFSquirrel twilightforest.entity.passive.EntityTFTinyBird com.bafomdad.realfilingcabinet.entity.EntityCabinet > # The amount of points that is needed for a full press I:"Points For Press"=16 # The amount of points per rotation with a hand grindstone # The points correspond to the recipes requirement of time # Min: 1 # Max: 2147483647 I:"Points Per Rotation"=2 # The tank size of the press in mb, 1000mb = 1 bucket I:"Press Tank Size"=3000 # Removes the vanilla crafting recipes that grinds or uses grinded resources # Removes Reeds -> Sugar, Bone -> Bonemeal, Wheat -> Bread, Flowers -> Dye B:"Remove Vanilla Recipes"=false # If the item used as an axe for the manual chopping block should be damaged B:"Should Damage Axe"=true # Use the base definition of a horse, in vanilla it includes Horse, Donkey & Mule # If false only entries in the list are valid # Must be edited with in-game editor for live changes. B:"Use AbstractHorse"=true # If true the chopping blocks will use all logs types in the game when crafted # If false the chopping blocks will only use the vanilla logs # If only vanilla logs are used other logs in recipe will yield oak texture B:"Use Dynamic Chopping Crafting"=true # If true it will show all chopping block types in the creative tab and JEI # If false only the vanilla wood variants will show # JEI needs a resource reload for this to update B:"Use Dynamic Chopping Display"=true # That amount of "points" for the chopper to do windup and do a chop # One lap around the chopping block is 8 "points" # Min: 1 # Max: 2147483647 I:"Windup time for chop"=8 } ########################################################################################################## # recipes #--------------------------------------------------------------------------------------------------------# # Contains the customizable recipes # For the recipes to show in JEI the resources needs to be reloaded, F3+T ########################################################################################################## recipes { # Add recipes to the Chopping Block here, the format of the recipes are: modid:input:meta${nbt}-modid:output:meta@amount${nbt}-time # The meta can be a '*' to be a wildcard # The amount is optional, if not set 1 is default # ${nbt} is optional and follows vanilla tag syntax # The input item can be an item from the ore dictionary, use it as 'ore:name', the other rules don't applies # The time is the amount of chops for it to process, the time for one chop is determined by the "Windup time for chop" config # Must be edited with in-game editor for live changes. S:"Chopping Recipes" < minecraft:log:0-minecraft:planks:0@4-1 minecraft:log:1-minecraft:planks:1@4-1 minecraft:log:2-minecraft:planks:2@4-1 minecraft:log:3-minecraft:planks:3@4-1 minecraft:log2:0-minecraft:planks:4@4-1 minecraft:log2:1-minecraft:planks:5@4-1 minecraft:cooked_porkchop-tconstruct:edible@2-2 > # Add recipes to the Grindstone Block here, the format of the recipes is: # modid:input:meta${nbt}-modid:output:meta@amount${nbt}-time[-modid:secondary:meta@amount${nbt}-chance] # The meta can be a '*' to be a wildcard # The amount is optional, if not set 1 is default, ${nbt} is optional and follows vanilla tag syntax # The part in [] is optional, the chance can be 0-100 # The input item can be an item from the ore dictionary, use it as 'ore:name', the other rules don't applies # The time for the horse increases for each point that it reaches, one lap is 8 points. # Must be edited with in-game editor for live changes. S:"Grindstone Recipes" < minecraft:beetroot-minecraft:dye:1-12 minecraft:bone-minecraft:dye:15@3-12 minecraft:bone_block-minecraft:dye:15@9-12 minecraft:coal-thermalfoundation:material:768-15 minecraft:coal:1-thermalfoundation:material:769-15 minecraft:double_plant-minecraft:dye:11@2-12 minecraft:double_plant:1-minecraft:dye:13@2-12 minecraft:double_plant:4-minecraft:dye:1@2-12 minecraft:double_plant:5-minecraft:dye:9@2-12 minecraft:netherrack-mekanism:otherdust:3-12-thermalfoundation:material:772-20 minecraft:red_flower-minecraft:dye:1-12 minecraft:red_flower:1-minecraft:dye:12-12 minecraft:red_flower:2-minecraft:dye:13-12 minecraft:red_flower:3-minecraft:dye:7-12 minecraft:red_flower:4-minecraft:dye:1-12 minecraft:red_flower:5-minecraft:dye:14-12 minecraft:red_flower:6-minecraft:dye:7-12 minecraft:red_flower:7-minecraft:dye:9-12 minecraft:red_flower:8-minecraft:dye:7-12 minecraft:reeds-minecraft:sugar-12 minecraft:sand-inspirations:cactus_seeds-10 minecraft:wheat-minecraft:wheat_seeds-8-minecraft:wheat_seeds-25 minecraft:yellow_flower-minecraft:dye:11-12 sky_orchards:acorn_glowstone-minecraft:glowstone_dust-12 sky_orchards:acorn_gravel-minecraft:flint-12-minecraft:flint-20 sky_orchards:acorn_lapis-minecraft:dye:4-12 sky_orchards:acorn_redstone-minecraft:redstone-12 sky_orchards:amber_copper-mekanism:dust:3@2-15 sky_orchards:amber_gold-mekanism:dust:1@2-15 sky_orchards:amber_iron-mekanism:dust@2-15 sky_orchards:amber_lead-mekanism:dust:6@2-15 sky_orchards:amber_nickel-thermalfoundation:material:69@2-15 sky_orchards:amber_osmium-mekanism:dust:2@2-15 sky_orchards:amber_silver-mekanism:dust:5@2-15 sky_orchards:amber_tin-mekanism:dust:4@2-15 tconstruct:ore-contenttweaker:cobalt_dust@2-15 tconstruct:ore:1-contenttweaker:ardite_dust@2-15 sky_orchards:amber_ardite-contenttweaker:ardite_dust@1-15 sky_orchards:amber_cobalt-contenttweaker:cobalt_dust@1-15 minecraft:red_nether_brick-thermalfoundation:material:771-16-minecraft:blaze_powder-15 > # Uses the same syntax as the regular grindstone recipes # These recipes are only used when the config to separate them is enabled S:"Hand Grindstone Recipes" < > # Uses the same syntax as the regular chopping recipes, the only difference is that the time is the amount of chopps # These recipes are only used when the config to separate them is enabled S:"Manual Chopping Block Recipes" < minecraft:log:0-minecraft:planks:0@4-4 minecraft:log:1-minecraft:planks:1@4-4 minecraft:log:2-minecraft:planks:2@4-4 minecraft:log:3-minecraft:planks:3@4-4 minecraft:log2:0-minecraft:planks:4@4-4 minecraft:log2:1-minecraft:planks:5@4-4 > # Add recipes to the Press Block here, the format of the recipe is: modid:input:meta@amount${nbt}-modid:output:meta@amount${nbt} # The meta can be a '*' to be a wildcard # The amount is optional, if not set 1 is default # ${nbt} is optional and follows vanilla tag syntax # The input item can be an item from the ore dictionary, use it as 'ore:name', the other rules don't applies # The 'modid' for the output can be 'fluid' for fluid outputs # The time is same for all recipes, it uses the "Points For Press" # Must be edited with in-game editor for live changes. S:"Press Recipes" < minecraft:wheat_seeds@12-minecraft:dirt > # If the separate list of recipes should be used for the chopping block B:"Separate Chopping Recipes"=false # If the separate list of recipes should be used for the hand grindstone B:"Separate Grindstone Recipes"=false } ########################################################################################################## # misc #--------------------------------------------------------------------------------------------------------# # Contains misc configs, mostly for debugging and dev ########################################################################################################## misc { # What harvest types to show the harvest level for S:"Harvest Types" < axe > # Will show the harvest level of items in the tooltip B:"Show Harvest Level"=false # Will show a items all ore dictionaries in the tooltip B:"Show Ore Dictionaries"=false } }