Difference between revisions of "ModTweaker:Survivalist Support 1.10.2"

From MineTweaker 3
Jump to: navigation, search
(Initial Page for Survivalist, https://github.com/gigaherz/Survivalist)
 
m (5 revisions imported)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
== Support ==
 +
Support is added by Survivalist.
 +
 +
Please report issues to their [https://github.com/BeetoGuy/BetterWithMods/issues Issue Tracker]
 +
 
== Handlers Supported ==
 
== Handlers Supported ==
  
Line 24: Line 29:
 
  // <span style="color:green">InputStack</span>, OutputStack, Time in Ticks
 
  // <span style="color:green">InputStack</span>, OutputStack, Time in Ticks
 
  gigaherz.survivalist.Dryable.addRecipe(<minecraft:rotten_flesh>, <minecraft:leather>, 300);
 
  gigaherz.survivalist.Dryable.addRecipe(<minecraft:rotten_flesh>, <minecraft:leather>, 300);
  // OutputStack
+
  // OutputStack, <span style="color:red">InputStack</span>
  gigaherz.survivalist.Choppable.removeRecipe(<minecraft:stick>);
+
  gigaherz.survivalist.Dryable.removeRecipe(<minecraft:leather>, <minecraft:rotten_flesh>);
 
   
 
   
  
 
{{ModTweakerNavigation_1.10.2}}
 
{{ModTweakerNavigation_1.10.2}}

Latest revision as of 14:36, 12 September 2023

Support

Support is added by Survivalist.

Please report issues to their Issue Tracker

Handlers Supported

The following handlers are supported:

  • Chopping Block
  • Drying Rack

Non Standard Parameters

outputMultiplier: Changes how many outputs result from the recipe. Default is 1.0
hitCountMultiplier: Changes how many times you have to hit the Chopping Block with an axe. Default is 1.0

Each of these handlers can have recipes added or removed:

Parameters marked as red are optional and can be left out
Parameters marked as green are able to use Ore Dictionary

// Chopping Block
// InputStack, OutputStack, outputMultiplier, hitCountMultiplier
gigaherz.survivalist.Choppable.addRecipe(<minecraft:bone>,<minecraft:dye:15>, 1.0, 1.0);
// OutputStack
gigaherz.survivalist.Choppable.removeRecipe(<minecraft:stick>);

// Drying Rack
// InputStack, OutputStack, Time in Ticks
gigaherz.survivalist.Dryable.addRecipe(<minecraft:rotten_flesh>, <minecraft:leather>, 300);
// OutputStack, InputStack
gigaherz.survivalist.Dryable.removeRecipe(<minecraft:leather>, <minecraft:rotten_flesh>);


ModTweaker Supported Mods

Actually Additions Support| Blood Magic Support| Botania Support| Chisel 2 Support| Embers Support| Extra Utilities Support| Forestry Support| Random Things Support| Refined Storage Support| Tinker's Construct Support