daily
This commit is contained in:
@@ -447,10 +447,10 @@ enchantments {
|
||||
B:farmManaBeansEnabled=false
|
||||
|
||||
# The number of particles produces by farm action.
|
||||
I:farmParticlesCount=15
|
||||
I:farmParticlesCount=3
|
||||
|
||||
# The max range of the farm action particles.
|
||||
D:farmParticlesMaxRange=64.0
|
||||
D:farmParticlesMaxRange=16
|
||||
|
||||
# The amount of saplings the farm has to have in reserve to switch to shearing all leaves. If there are less saplings in store, it will only shear part the leaves and break the others for spalings. Set this to 0 to always shear all leaves.
|
||||
I:farmSaplingReserveAmount=8
|
||||
|
||||
@@ -3,5 +3,60 @@ Entries in this file take precedence over the values in the core file
|
||||
-->
|
||||
|
||||
<OreDictionaryPreferences>
|
||||
<preference oreDictionary="dustGold" >
|
||||
<itemStack modID="gregtech" itemName="gt.metaitem.01" itemMeta="2086" />
|
||||
</preference>
|
||||
<preference oreDictionary="dustCopper" >
|
||||
<itemStack modID="gregtech" itemName="gt.metaitem.01" itemMeta="2035" />
|
||||
</preference>
|
||||
<preference oreDictionary="dustIron" >
|
||||
<itemStack modID="gregtech" itemName="gt.metaitem.01" itemMeta="2032" />
|
||||
</preference>
|
||||
<preference oreDictionary="dustEnderPearl" >
|
||||
<itemStack modID="gregtech" itemName="gt.metaitem.01" itemMeta="2532" />
|
||||
</preference>
|
||||
<preference oreDictionary="dustCoal" >
|
||||
<itemStack modID="gregtech" itemName="gt.metaitem.01" itemMeta="2535" />
|
||||
</preference>
|
||||
<preference oreDictionary="dustLapis" >
|
||||
<itemStack modID="gregtech" itemName="gt.metaitem.01" itemMeta="2526" />
|
||||
</preference>
|
||||
<preference oreDictionary="pulpWood" >
|
||||
<itemStack modID="gregtech" itemName="gt.metaitem.01" itemMeta="2809" />
|
||||
</preference>
|
||||
<preference oreDictionary="dustAluminium" >
|
||||
<itemStack modID="gregtech" itemName="gt.metaitem.01" itemMeta="2019" />
|
||||
</preference>
|
||||
<preference oreDictionary="dustBronze" >
|
||||
<itemStack modID="gregtech" itemName="gt.metaitem.01" itemMeta="2300" />
|
||||
</preference>
|
||||
<preference oreDictionary="dustSilver" >
|
||||
<itemStack modID="gregtech" itemName="gt.metaitem.01" itemMeta="2054" />
|
||||
</preference>
|
||||
<preference oreDictionary="dustLead" >
|
||||
<itemStack modID="gregtech" itemName="gt.metaitem.01" itemMeta="2089" />
|
||||
</preference>
|
||||
<preference oreDictionary="dustTin" >
|
||||
<itemStack modID="gregtech" itemName="gt.metaitem.01" itemMeta="2057" />
|
||||
</preference>
|
||||
<preference oreDictionary="dustSulfur" >
|
||||
<itemStack modID="gregtech" itemName="gt.metaitem.01" itemMeta="2022" />
|
||||
</preference>
|
||||
<preference oreDictionary="dustArdite" >
|
||||
<itemStack modID="gregtech" itemName="gt.metaitem.01" itemMeta="2382" />
|
||||
</preference>
|
||||
<preference oreDictionary="dustCobalt" >
|
||||
<itemStack modID="gregtech" itemName="gt.metaitem.01" itemMeta="2033" />
|
||||
</preference>
|
||||
<preference oreDictionary="dustManyullyn" >
|
||||
<itemStack modID="gregtech" itemName="gt.metaitem.01" itemMeta="2386" />
|
||||
</preference>
|
||||
<preference oreDictionary="foodFlour" >
|
||||
<itemStack modID="gregtech" itemName="gt.metaitem.01" itemMeta="2881" />
|
||||
</preference>
|
||||
<preference oreDictionary="dustObsidian" >
|
||||
<itemStack modID="gregtech" itemName="gt.metaitem.01" itemMeta="2804" />
|
||||
</preference>
|
||||
|
||||
|
||||
</OreDictionaryPreferences>
|
||||
|
||||
@@ -167,8 +167,43 @@
|
||||
<itemStack modID="minecraft" itemName="string" number="3" />
|
||||
</output>
|
||||
</recipe>
|
||||
<recipe name="Wheat" energyCost="800" >
|
||||
<input>
|
||||
<itemStack modID="minecraft" itemName="wheat" />
|
||||
</input>
|
||||
<output>
|
||||
<itemStack oreDictionary="foodFlour" number="2" />
|
||||
<itemStack modID="minecraft" itemName="wheat_seeds" chance="0.2" />
|
||||
</output>
|
||||
</recipe>
|
||||
</recipeGroup>
|
||||
|
||||
<recipeGroup name="Common Ores/Ingots/Blocks" >
|
||||
<recipe name="AluminumOre" energyCost="2400" >
|
||||
<input>
|
||||
<itemStack oreDictionary="oreAluminum" />
|
||||
</input>
|
||||
<output>
|
||||
<itemStack oreDictionary="dustAluminium" number="2" />
|
||||
</output>
|
||||
</recipe>
|
||||
<recipe name="AluminumIngot" energyCost="2400" >
|
||||
<input>
|
||||
<itemStack oreDictionary="ingotAluminum" />
|
||||
</input>
|
||||
<output>
|
||||
<itemStack oreDictionary="dustAluminium" />
|
||||
</output>
|
||||
</recipe>
|
||||
<recipe name="AluminumBlock" energyCost="3600" >
|
||||
<input>
|
||||
<itemStack oreDictionary="blockAluminum" />
|
||||
</input>
|
||||
<output>
|
||||
<itemStack oreDictionary="dustAluminium" number="9" />
|
||||
</output>
|
||||
</recipe>
|
||||
</recipeGroup>
|
||||
|
||||
<!-- Some recipes to balance vanilla stuff of SAGMill -->
|
||||
<recipeGroup name="GTAntiOP_Vanilla">
|
||||
@@ -187,7 +222,7 @@
|
||||
</input>
|
||||
<output>
|
||||
<itemStack oreDictionary="dustCoal" number="1" />
|
||||
<itemStack oreDictionary="dustCoal" number="1" chance="0.5" />
|
||||
<itemStack oreDictionary="dustCoal" number="1" chance="0.5" />
|
||||
</output>
|
||||
</recipe>
|
||||
</recipeGroup>
|
||||
@@ -15941,9 +15976,21 @@
|
||||
|
||||
</recipeGroup>
|
||||
|
||||
<recipeGroup name="Natura" >
|
||||
<recipe name="Barley" energyCost="800" >
|
||||
<input>
|
||||
<itemStack modID="Natura" itemName="barleyFood" />
|
||||
</input>
|
||||
<output>
|
||||
<itemStack oreDictionary="foodFlour" number="2" />
|
||||
<itemStack modID="Natura" itemName="barley.seed" chance="0.2" />
|
||||
</output>
|
||||
</recipe>
|
||||
</recipeGroup>
|
||||
|
||||
|
||||
|
||||
<grindingBalls>
|
||||
<grindingBalls>
|
||||
<!-- Flint lasts longer, but does only power saving -->
|
||||
<grindingBall id="Flint" grindingMultiplier="1" chanceMultiplier="1" powerMultiplier="0.85"
|
||||
durationRF="600000">
|
||||
@@ -15997,4 +16044,4 @@
|
||||
</excludes>
|
||||
</grindingBalls>
|
||||
|
||||
</SAGMillRecipes>
|
||||
</SAGMillRecipes>
|
||||
|
||||
Reference in New Issue
Block a user