minecraft server init
This commit is contained in:
16
scripts/crafttweaker/itemModifiers/burnTime.zs
Normal file
16
scripts/crafttweaker/itemModifiers/burnTime.zs
Normal file
@ -0,0 +1,16 @@
|
||||
/*
|
||||
SevTech: Ages Burn Time & Temperature Modification Script
|
||||
|
||||
This script allows modification of burn times and temperatures of liquids.
|
||||
|
||||
Note: These scripts are created and for the usage in SevTech: Ages and other
|
||||
modpacks curated by DarkPacks. You can use these scripts for reference and for
|
||||
learning but not for copying and pasting and claiming as your own.
|
||||
*/
|
||||
import scripts.crafttweaker.craftingUtils;
|
||||
|
||||
function init() {
|
||||
// Gasoline
|
||||
<liquid:gasoline>.definition.temperature = 350;
|
||||
furnace.setFuel(craftingUtils.getBucketIngredient(<liquid:gasoline>), 75000);
|
||||
}
|
278
scripts/crafttweaker/itemModifiers/descriptions.zs
Normal file
278
scripts/crafttweaker/itemModifiers/descriptions.zs
Normal file
@ -0,0 +1,278 @@
|
||||
/*
|
||||
SevTech: Ages Item Descriptions Script
|
||||
|
||||
This script allows for the addition of JEI Descriptions to ItemStacks.
|
||||
|
||||
Note: These scripts are created and for the usage in SevTech: Ages and other
|
||||
modpacks curated by DarkPacks. You can use these scripts for reference and for
|
||||
learning but not for copying and pasting and claiming as your own.
|
||||
*/
|
||||
import crafttweaker.item.IItemStack;
|
||||
|
||||
import mods.jei.JEI;
|
||||
|
||||
static descriptionPairs as string[][IItemStack] = {
|
||||
<environmentaltech:solar_cont_1:0>: [
|
||||
"Materials Needed:",
|
||||
"4 x Null Modifier",
|
||||
"16 x Structure Frame tier 1 or above",
|
||||
"9 x Solar Cell of any type"
|
||||
],
|
||||
<environmentaltech:solar_cont_2:0>: [
|
||||
"Materials Needed:",
|
||||
"4 x Null Modifier",
|
||||
"24 x Structure Frame tier 2 or above",
|
||||
"25 x Solar Cell of any type"
|
||||
],
|
||||
<environmentaltech:solar_cont_3:0>: [
|
||||
"Materials Needed:",
|
||||
"8 x Null Modifier",
|
||||
"32 x Structure Frame tier 3 or above",
|
||||
"49 x Solar Cell of any type"
|
||||
],
|
||||
<environmentaltech:solar_cont_4:0>: [
|
||||
"Materials Needed:",
|
||||
"8 x Null Modifier",
|
||||
"40 x Structure Frame tier 4 or above",
|
||||
"81 x Solar Cell of any type"
|
||||
],
|
||||
<environmentaltech:solar_cont_5:0>: [
|
||||
"Materials Needed:",
|
||||
"12 x Null Modifier",
|
||||
"48 x Structure Frame tier 5 or above",
|
||||
"121 x Solar Cell of any type"
|
||||
],
|
||||
<environmentaltech:solar_cont_6:0>: [
|
||||
"Materials Needed:",
|
||||
"12 x Null Modifier",
|
||||
"56 x Structure Frame tier 6 or above",
|
||||
"169 x Solar Cell of any type"
|
||||
],
|
||||
<environmentaltech:void_botanic_miner_cont_1:0>: [
|
||||
"Materials Needed:",
|
||||
"24 x Structure Frame tier 1 or above",
|
||||
"20 x Structure Panel",
|
||||
"2 x Laser Core",
|
||||
"1 x Laser Lens of any type"
|
||||
],
|
||||
<environmentaltech:void_botanic_miner_cont_2:0>: [
|
||||
"Materials Needed:",
|
||||
"4 x Null Modifier",
|
||||
"32 x Structure Frame tier 2 or above",
|
||||
"16 x Structure Panel",
|
||||
"3 x Laser Core",
|
||||
"1 x Laser Lens of any type"
|
||||
],
|
||||
<environmentaltech:void_botanic_miner_cont_3:0>: [
|
||||
"Materials Needed:",
|
||||
"8 x Null Modifier",
|
||||
"56 x Structure Frame tier 3 or above",
|
||||
"52 x Structure Panel",
|
||||
"4 x Laser Core",
|
||||
"1 x Laser Lens of any type"
|
||||
],
|
||||
<environmentaltech:void_botanic_miner_cont_4:0>: [
|
||||
"Materials Needed:",
|
||||
"12 x Null Modifier",
|
||||
"56 x Structure Frame tier 4 or above",
|
||||
"56 x Structure Panel",
|
||||
"5 x Laser Core",
|
||||
"1 x Laser Lens of any type"
|
||||
],
|
||||
<environmentaltech:void_botanic_miner_cont_5:0>: [
|
||||
"Materials Needed:",
|
||||
"16 x Null Modifier",
|
||||
"72 x Structure Frame tier 5 or above",
|
||||
"36 x Structure Panel",
|
||||
"6 x Laser Core",
|
||||
"1 x Laser Lens of any type"
|
||||
],
|
||||
<environmentaltech:void_botanic_miner_cont_6:0>: [
|
||||
"Materials Needed:",
|
||||
"20 x Null Modifier",
|
||||
"92 x Structure Frame tier 6 or above",
|
||||
"56 x Structure Panel",
|
||||
"6 x Laser Core",
|
||||
"1 x Laser Lens of any type"
|
||||
],
|
||||
<environmentaltech:void_ore_miner_cont_1:0>: [
|
||||
"Materials Needed:",
|
||||
"24 x Structure Frame tier 1 or above",
|
||||
"20 x Structure Panel",
|
||||
"2 x Laser Core",
|
||||
"1 x Laser Lens of any type"
|
||||
],
|
||||
<environmentaltech:void_ore_miner_cont_2:0>: [
|
||||
"Materials Needed:",
|
||||
"4 x Null Modifier",
|
||||
"32 x Structure Frame tier 2 or above",
|
||||
"16 x Structure Panel",
|
||||
"3 x Laser Core",
|
||||
"1 x Laser Lens of any type"
|
||||
],
|
||||
<environmentaltech:void_ore_miner_cont_3:0>: [
|
||||
"Materials Needed:",
|
||||
"8 x Null Modifier",
|
||||
"56 x Structure Frame tier 3 or above",
|
||||
"52 x Structure Panel",
|
||||
"4 x Laser Core",
|
||||
"1 x Laser Lens of any type"
|
||||
],
|
||||
<environmentaltech:void_ore_miner_cont_4:0>: [
|
||||
"Materials Needed:",
|
||||
"12 x Null Modifier",
|
||||
"56 x Structure Frame tier 4 or above",
|
||||
"56 x Structure Panel",
|
||||
"5 x Laser Core",
|
||||
"1 x Laser Lens of any type"
|
||||
],
|
||||
<environmentaltech:void_ore_miner_cont_5:0>: [
|
||||
"Materials Needed:",
|
||||
"16 x Null Modifier",
|
||||
"72 x Structure Frame tier 5 or above",
|
||||
"36 x Structure Panel",
|
||||
"6 x Laser Core",
|
||||
"1 x Laser Lens of any type"
|
||||
],
|
||||
<environmentaltech:void_ore_miner_cont_6:0>: [
|
||||
"Materials Needed:",
|
||||
"20 x Null Modifier",
|
||||
"92 x Structure Frame tier 6 or above",
|
||||
"56 x Structure Panel",
|
||||
"6 x Laser Core",
|
||||
"1 x Laser Lens of any type"
|
||||
],
|
||||
<environmentaltech:void_res_miner_cont_1:0>: [
|
||||
"Materials Needed:",
|
||||
"24 x Structure Frame tier 1 or above",
|
||||
"20 x Structure Panel",
|
||||
"2 x Laser Core",
|
||||
"1 x Laser Lens of any type"
|
||||
],
|
||||
<environmentaltech:void_res_miner_cont_2:0>: [
|
||||
"Materials Needed:",
|
||||
"4 x Null Modifier",
|
||||
"32 x Structure Frame tier 2 or above",
|
||||
"16 x Structure Panel",
|
||||
"3 x Laser Core",
|
||||
"1 x Laser Lens of any type"
|
||||
],
|
||||
<environmentaltech:void_res_miner_cont_3:0>: [
|
||||
"Materials Needed:",
|
||||
"8 x Null Modifier",
|
||||
"56 x Structure Frame tier 3 or above",
|
||||
"52 x Structure Panel",
|
||||
"4 x Laser Core",
|
||||
"1 x Laser Lens of any type"
|
||||
],
|
||||
<environmentaltech:void_res_miner_cont_4:0>: [
|
||||
"Materials Needed:",
|
||||
"12 x Null Modifier",
|
||||
"56 x Structure Frame tier 4 or above",
|
||||
"56 x Structure Panel",
|
||||
"5 x Laser Core",
|
||||
"1 x Laser Lens of any type"
|
||||
],
|
||||
<environmentaltech:void_res_miner_cont_5:0>: [
|
||||
"Materials Needed:",
|
||||
"16 x Null Modifier",
|
||||
"72 x Structure Frame tier 5 or above",
|
||||
"36 x Structure Panel",
|
||||
"6 x Laser Core",
|
||||
"1 x Laser Lens of any type"
|
||||
],
|
||||
<environmentaltech:void_res_miner_cont_6:0>: [
|
||||
"Materials Needed:",
|
||||
"20 x Null Modifier",
|
||||
"92 x Structure Frame tier 6 or above",
|
||||
"56 x Structure Panel",
|
||||
"6 x Laser Core",
|
||||
"1 x Laser Lens of any type"
|
||||
],
|
||||
|
||||
<environmentaltech:lightning_cont_1:0>: [
|
||||
"Materials Needed:",
|
||||
"4 x Structure Frame tier 1 or above",
|
||||
"3 x Lightning Rod",
|
||||
"3 x Insulated Lightning Rod"
|
||||
],
|
||||
<environmentaltech:lightning_cont_2:0>: [
|
||||
"Materials Needed:",
|
||||
"4 x Structure Frame tier 2 or above",
|
||||
"4 x Lightning Rod",
|
||||
"4 x Insulated Lightning Rod"
|
||||
],
|
||||
<environmentaltech:lightning_cont_3:0>: [
|
||||
"Materials Needed:",
|
||||
"4 x Structure Frame tier 3 or above",
|
||||
"5 x Lightning Rod",
|
||||
"5 x Insulated Lightning Rod"
|
||||
],
|
||||
<environmentaltech:lightning_cont_4:0>: [
|
||||
"Materials Needed:",
|
||||
"13 x Structure Frame tier 4 or above",
|
||||
"4 x Lightning Rod",
|
||||
"16 x Insulated Lightning Rod"
|
||||
],
|
||||
<environmentaltech:lightning_cont_5:0>: [
|
||||
"Materials Needed:",
|
||||
"13 x Structure Frame tier 5 or above",
|
||||
"6 x Lightning Rod",
|
||||
"22 x Insulated Lightning Rod"
|
||||
],
|
||||
<environmentaltech:lightning_cont_6:0>: [
|
||||
"Materials Needed:",
|
||||
"13 x Structure Frame tier 5 or above",
|
||||
"8 x Lightning Rod",
|
||||
"28 x Insulated Lightning Rod"
|
||||
],
|
||||
|
||||
<environmentaltech:nano_cont_personal_1:0>: [
|
||||
"Materials Needed:",
|
||||
"4 x Null Modifier",
|
||||
"20 x Structure Frame tier 1 or above",
|
||||
"12 x Structure Panel"
|
||||
],
|
||||
<environmentaltech:nano_cont_personal_2:0>: [
|
||||
"Materials Needed:",
|
||||
"8 x Null Modifier",
|
||||
"36 x Structure Frame tier 2 or above",
|
||||
"24 x Structure Panel"
|
||||
],
|
||||
<environmentaltech:nano_cont_personal_3:0>: [
|
||||
"Materials Needed:",
|
||||
"12 x Null Modifier",
|
||||
"56 x Structure Frame tier 3 or above",
|
||||
"40 x Structure Panel"
|
||||
],
|
||||
<environmentaltech:nano_cont_personal_4:0>: [
|
||||
"Materials Needed:",
|
||||
"16 x Null Modifier",
|
||||
"80 x Structure Frame tier 4 or above",
|
||||
"60 x Structure Panel"
|
||||
],
|
||||
<environmentaltech:nano_cont_personal_5:0>: [
|
||||
"Materials Needed:",
|
||||
"20 x Null Modifier",
|
||||
"108 x Structure Frame tier 5 or above",
|
||||
"84 x Structure Panel"
|
||||
],
|
||||
<environmentaltech:nano_cont_personal_6:0>: [
|
||||
"Materials Needed:",
|
||||
"24 x Null Modifier",
|
||||
"140 x Structure Frame tier 5 or above",
|
||||
"112 x Structure Panel"
|
||||
],
|
||||
|
||||
<twilightforest:liveroot>: [
|
||||
"Found in Twilight Forest Caves, Worldgen,",
|
||||
"Twilight Forest Loot Chests,",
|
||||
"or via Bonsai Trees"
|
||||
]
|
||||
};
|
||||
|
||||
function init() {
|
||||
for item, descriptionArray in descriptionPairs {
|
||||
JEI.addDescription(item, descriptionArray);
|
||||
}
|
||||
}
|
186
scripts/crafttweaker/itemModifiers/durability.zs
Normal file
186
scripts/crafttweaker/itemModifiers/durability.zs
Normal file
@ -0,0 +1,186 @@
|
||||
/*
|
||||
SevTech: Ages Durability Modification Script
|
||||
|
||||
This script allows for the modification of an ItemStack's durability.
|
||||
|
||||
Note: These scripts are created and for the usage in SevTech: Ages and other
|
||||
modpacks curated by DarkPacks. You can use these scripts for reference and for
|
||||
learning but not for copying and pasting and claiming as your own.
|
||||
*/
|
||||
import crafttweaker.item.IItemStack;
|
||||
|
||||
static durabilityMap as int[IItemStack] = {
|
||||
<cyclicmagic:sleeping_mat:0>: 25,
|
||||
|
||||
<primal:sharp_bone:0>: 135,
|
||||
|
||||
// Bone Tools
|
||||
<primal_tech:bone_axe>: 195,
|
||||
<primal_tech:bone_pickaxe>: 195,
|
||||
<primal_tech:bone_shovel>: 195,
|
||||
<primal_tech:bone_sword>: 195,
|
||||
<primal_tech:bone_club>: 195,
|
||||
|
||||
// Flint Tools
|
||||
<primal:flint_pickaxe:0>: 140,
|
||||
<primal:flint_axe:0>: 140,
|
||||
<primal:flint_shovel:0>: 140,
|
||||
<primal:flint_hatchet:0>: 100,
|
||||
|
||||
// Wooden Tools
|
||||
<minecraft:wooden_sword:0>: 70,
|
||||
<minecraft:wooden_pickaxe:0>: 70,
|
||||
<minecraft:wooden_shovel:0>: 70,
|
||||
<minecraft:wooden_axe:0>: 70,
|
||||
<primal_tech:wood_club>: 70,
|
||||
|
||||
// Stone Tools
|
||||
<minecraft:stone_axe:0>: 225,
|
||||
<minecraft:stone_sword:0>: 225,
|
||||
<minecraft:stone_pickaxe:0>: 225,
|
||||
<minecraft:stone_shovel:0>: 225,
|
||||
<primal_tech:stone_club>: 225,
|
||||
|
||||
// Gold Tools
|
||||
<minecraft:golden_sword:0>: 72,
|
||||
<minecraft:golden_shovel:0>: 72,
|
||||
<minecraft:golden_pickaxe:0>: 72,
|
||||
<minecraft:golden_axe:0>: 72,
|
||||
<minecraft:golden_hoe:0>: 72,
|
||||
|
||||
// Gold Armor
|
||||
<minecraft:golden_helmet:0>: 100,
|
||||
<minecraft:golden_chestplate:0>: 165,
|
||||
<minecraft:golden_leggings:0>: 155,
|
||||
<minecraft:golden_boots:0>: 95,
|
||||
|
||||
// Tin
|
||||
// Now for any mod that can provide these tools. GOD DAMNIT
|
||||
// pickaxe_tin>: 240,
|
||||
// axe_tin>: 240,
|
||||
// shovel_tin>: 240,
|
||||
// sword_tin>: 240,
|
||||
// hoe_tin>: 240,
|
||||
|
||||
// Copper Tools
|
||||
// Same as tin. If we can get a mod that adds these tools use the values for them.
|
||||
// pickaxe_copper>: 340,
|
||||
// axe_copper>: 340,
|
||||
// shovel_copper>: 340,
|
||||
// hoe_copper>: 340,
|
||||
// sword_copper>: 340,
|
||||
|
||||
// Copper Armor
|
||||
<contenttweaker:copper_head:0>: 200,
|
||||
<contenttweaker:copper_chest:0>: 375,
|
||||
<contenttweaker:copper_legs:0>: 350,
|
||||
<contenttweaker:copper_feet:0>: 175,
|
||||
|
||||
// Bronze Armor
|
||||
<contenttweaker:bronze_head:0>: 275,
|
||||
<contenttweaker:bronze_chest:0>: 450,
|
||||
<contenttweaker:bronze_legs:0>: 425,
|
||||
<contenttweaker:bronze_feet:0>: 250,
|
||||
|
||||
// Iron Tools
|
||||
<minecraft:iron_shovel:0>: 450,
|
||||
<minecraft:iron_pickaxe:0>: 450,
|
||||
<minecraft:iron_axe:0>: 450,
|
||||
<minecraft:iron_sword:0>: 450,
|
||||
<minecraft:iron_hoe:0>: 450,
|
||||
|
||||
// Iron Armor
|
||||
<minecraft:iron_helmet:0>: 275,
|
||||
<minecraft:iron_chestplate:0>: 450,
|
||||
<minecraft:iron_leggings:0>: 425,
|
||||
<minecraft:iron_boots:0>: 250,
|
||||
|
||||
<actuallyadditions:item_helm_quartz:0>: 115,
|
||||
<actuallyadditions:item_chest_quartz:0>: 165,
|
||||
<actuallyadditions:item_pants_quartz:0>: 155,
|
||||
<actuallyadditions:item_boots_quartz:0>: 105,
|
||||
|
||||
<actuallyadditions:item_pickaxe_quartz:0>: 275,
|
||||
<actuallyadditions:item_sword_quartz:0>: 275,
|
||||
<actuallyadditions:item_axe_quartz:0>: 275,
|
||||
<actuallyadditions:item_shovel_quartz:0>: 275,
|
||||
<actuallyadditions:item_hoe_quartz:0>: 275,
|
||||
|
||||
// Armor
|
||||
<primal:armor_wolf_head:0>: 140,
|
||||
<primal:armor_wolf_body:0>: 168,
|
||||
<primal:armor_wolf_legs:0>: 160,
|
||||
<primal:armor_wolf_feet:0>: 140,
|
||||
|
||||
<minecraft:leather_helmet:0>: 75,
|
||||
<minecraft:leather_chestplate:0>: 100,
|
||||
<minecraft:leather_leggings:0>: 95,
|
||||
<minecraft:leather_boots:0>: 75,
|
||||
|
||||
<primal_tech:bone_shears>: 170,
|
||||
<primal:iron_workblade:0>: 650,
|
||||
|
||||
<tcomplement:manyullyn_helmet:0>: 825,
|
||||
<tcomplement:manyullyn_chestplate:0>: 1350,
|
||||
<tcomplement:manyullyn_leggings:0>: 1275,
|
||||
<tcomplement:manyullyn_boots:0>: 750,
|
||||
|
||||
<minecraft:diamond_helmet:0>: 1000,
|
||||
<minecraft:diamond_chestplate:0>: 1500,
|
||||
<minecraft:diamond_leggings:0>: 1450,
|
||||
<minecraft:diamond_boots:0>: 950,
|
||||
|
||||
// Actually Additions
|
||||
<actuallyadditions:item_helm_crystal_red:0>: 396,
|
||||
<actuallyadditions:item_chest_crystal_red:0>: 576,
|
||||
<actuallyadditions:item_pants_crystal_red:0>: 540,
|
||||
<actuallyadditions:item_boots_crystal_red:0>: 468,
|
||||
|
||||
<actuallyadditions:item_helm_crystal_blue:0>: 396,
|
||||
<actuallyadditions:item_chest_crystal_blue:0>: 576,
|
||||
<actuallyadditions:item_pants_crystal_blue:0>: 540,
|
||||
<actuallyadditions:item_boots_crystal_blue:0>: 468,
|
||||
|
||||
<actuallyadditions:item_helm_crystal_light_blue:0>: 770,
|
||||
<actuallyadditions:item_chest_crystal_light_blue:0>: 1120,
|
||||
<actuallyadditions:item_pants_crystal_light_blue:0>: 1050,
|
||||
<actuallyadditions:item_boots_crystal_light_blue:0>: 910,
|
||||
|
||||
<actuallyadditions:item_helm_crystal_black:0>: 264,
|
||||
<actuallyadditions:item_chest_crystal_black:0>: 384,
|
||||
<actuallyadditions:item_pants_crystal_black:0>: 360,
|
||||
<actuallyadditions:item_boots_crystal_black:0>: 312,
|
||||
|
||||
<actuallyadditions:item_helm_crystal_green:0>: 1320,
|
||||
<actuallyadditions:item_chest_crystal_green:0>: 1920,
|
||||
<actuallyadditions:item_pants_crystal_green:0>: 1800,
|
||||
<actuallyadditions:item_boots_crystal_green:0>: 1560,
|
||||
|
||||
<actuallyadditions:item_helm_crystal_white:0>: 396,
|
||||
<actuallyadditions:item_chest_crystal_white:0>: 576,
|
||||
<actuallyadditions:item_pants_crystal_white:0>: 540,
|
||||
<actuallyadditions:item_boots_crystal_white:0>: 468,
|
||||
|
||||
// Better Builder Wands
|
||||
<betterbuilderswands:wandstone:0>: 650,
|
||||
<betterbuilderswands:wandiron:0>: 1000,
|
||||
<betterbuilderswands:wanddiamond:0>: 3500,
|
||||
|
||||
// Chisel
|
||||
<chisel:chisel_iron:0>: 1500,
|
||||
<chisel:chisel_diamond:0>: 6500,
|
||||
<chisel:chisel_hitech:0>: 12500,
|
||||
|
||||
<pickletweaks:grass_mesh:0>: 64,
|
||||
|
||||
// Dog Boots
|
||||
<animalium:dog_boots:0>: 260,
|
||||
|
||||
<cyclicmagic:ender_dungeon:0>: 1250
|
||||
};
|
||||
|
||||
function init() {
|
||||
for item, durability in durabilityMap {
|
||||
item.maxDamage = durability;
|
||||
}
|
||||
}
|
50
scripts/crafttweaker/itemModifiers/hardness.zs
Normal file
50
scripts/crafttweaker/itemModifiers/hardness.zs
Normal file
@ -0,0 +1,50 @@
|
||||
/*
|
||||
SevTech: Ages Hardness Modification Script
|
||||
|
||||
This script allows for the modification of an ItemStack's hardness.
|
||||
|
||||
Note: These scripts are created and for the usage in SevTech: Ages and other
|
||||
modpacks curated by DarkPacks. You can use these scripts for reference and for
|
||||
learning but not for copying and pasting and claiming as your own.
|
||||
*/
|
||||
import crafttweaker.item.IItemStack;
|
||||
|
||||
static hardnessItems as float[IItemStack] = {
|
||||
<geolosys:ore_vanilla:1>: 5,
|
||||
<geolosys:ore_vanilla:2>: 3.5,
|
||||
<geolosys:ore_vanilla:3>: 3.5,
|
||||
<geolosys:ore_vanilla:4>: 5,
|
||||
<geolosys:ore_vanilla:5>: 7,
|
||||
<geolosys:ore_vanilla:0>: 3,
|
||||
<geolosys:ore:1>: 6,
|
||||
<geolosys:ore:2>: 4,
|
||||
<geolosys:ore:3>: 4,
|
||||
<geolosys:ore:4>: 3.5,
|
||||
<geolosys:ore:5>: 3.5,
|
||||
<geolosys:ore:6>: 3.5,
|
||||
<geolosys:ore:7>: 4,
|
||||
<geolosys:ore:8>: 6,
|
||||
<geolosys:ore:9>: 6,
|
||||
<geolosys:ore:0>: 6,
|
||||
<immersivetech:stone_decoration:0>: 2,
|
||||
<minecraft:nether_brick:0>: 2,
|
||||
<minecraft:netherrack:0>: 2,
|
||||
<minecraft:quartz_ore:0>: 2,
|
||||
<minecraft:stone_slab:6>: 2,
|
||||
<mysticalagriculture:soulstone:0>: 2,
|
||||
<nex:basalt:0>: 2,
|
||||
<nex:netherrack:0>: 2,
|
||||
<nex:netherrack:1>: 2,
|
||||
<nex:netherrack:2>: 2,
|
||||
<nex:netherrack:3>: 2,
|
||||
<poweradapters:mj:0>: 2,
|
||||
<primal_tech:leaf_bed:*>: 0.2,
|
||||
<primal:scoria_stone:0>: 2,
|
||||
<uppers:upper:0>: 3
|
||||
};
|
||||
|
||||
function init() {
|
||||
for item, hardness in hardnessItems {
|
||||
item.hardness = hardness;
|
||||
}
|
||||
}
|
38
scripts/crafttweaker/itemModifiers/harvestLevel.zs
Normal file
38
scripts/crafttweaker/itemModifiers/harvestLevel.zs
Normal file
@ -0,0 +1,38 @@
|
||||
/*
|
||||
SevTech: Ages Harvest Level Modification Script
|
||||
|
||||
This script allows for the modification of an ItemStack's Harvest Level.
|
||||
|
||||
Note: These scripts are created and for the usage in SevTech: Ages and other
|
||||
modpacks curated by DarkPacks. You can use these scripts for reference and for
|
||||
learning but not for copying and pasting and claiming as your own.
|
||||
*/
|
||||
import crafttweaker.block.IBlockDefinition;
|
||||
import crafttweaker.item.IItemStack;
|
||||
|
||||
// Set block pickaxe harvest level
|
||||
static pickaxeLevelPairs as IItemStack[][int] = {
|
||||
1: [
|
||||
<abyssalcraft:coraliumore:0>,
|
||||
<bloodmagic:blood_rune:0>,
|
||||
<geolosys:ore:3>,
|
||||
<geolosys:ore:5>,
|
||||
<poweradapters:mj:0>
|
||||
],
|
||||
|
||||
3: [
|
||||
<nex:quartz_ore:1>,
|
||||
<nex:quartz_ore:2>,
|
||||
<nex:quartz_ore:3>,
|
||||
<nex:quartz_ore:0>
|
||||
]
|
||||
};
|
||||
|
||||
function init() {
|
||||
for pickaxeLevel, items in pickaxeLevelPairs {
|
||||
for item in items {
|
||||
var blockDefinition as IBlockDefinition = item.asBlock().definition;
|
||||
blockDefinition.setHarvestLevel("pickaxe", pickaxeLevel);
|
||||
}
|
||||
}
|
||||
}
|
45
scripts/crafttweaker/itemModifiers/rename.zs
Normal file
45
scripts/crafttweaker/itemModifiers/rename.zs
Normal file
@ -0,0 +1,45 @@
|
||||
/*
|
||||
SevTech: Ages Item Renaming Script
|
||||
|
||||
This script allows for the renaming of an item.
|
||||
|
||||
Note: These scripts are created and for the usage in SevTech: Ages and other
|
||||
modpacks curated by DarkPacks. You can use these scripts for reference and for
|
||||
learning but not for copying and pasting and claiming as your own.
|
||||
*/
|
||||
import crafttweaker.item.IItemStack;
|
||||
|
||||
static renameMap as string[IItemStack] = {
|
||||
<primal:hide_tanned:0>: "Wet Tanned Hide",
|
||||
|
||||
<betterwithaddons:japanmat:4>: "Rice Flour",
|
||||
|
||||
<primal_tech:flint_edged_disc>: "Flint Saw Blade",
|
||||
|
||||
<totemic:sub_items:1>: "Jingles",
|
||||
|
||||
<primal:plant_fiber_pulp:0>: "Pulp",
|
||||
|
||||
<primal:golden_stick:0>: "Golden Rod",
|
||||
|
||||
<betterbuilderswands:wanddiamond:0>: "Platinum Wand",
|
||||
|
||||
//Space Platinum
|
||||
<extraplanets:kepler22b:14>: "Block of Space Platinum",
|
||||
<extraplanets:tier11_items:5>: "§9Space Platinum Ingot",
|
||||
<extraplanets:tier11_items:6>: "§9Compressed Space Platinum",
|
||||
|
||||
//Chisel & Bits
|
||||
<chiselsandbits:chisel_iron:0>: "Bit Chisel",
|
||||
|
||||
<extraplanets:apple_iron:0>: "JourneyMap Token",
|
||||
|
||||
//Fixing Localization
|
||||
<primal:wolf_head_item>: "Wolf Head"
|
||||
};
|
||||
|
||||
function init() {
|
||||
for item, displayName in renameMap {
|
||||
item.displayName = displayName;
|
||||
}
|
||||
}
|
629
scripts/crafttweaker/itemModifiers/tooltips.zs
Normal file
629
scripts/crafttweaker/itemModifiers/tooltips.zs
Normal file
@ -0,0 +1,629 @@
|
||||
/*
|
||||
SevTech: Ages Tooltips Modification Script
|
||||
|
||||
This script allows modification of tooltips.
|
||||
|
||||
Note: These scripts are created and for the usage in SevTech: Ages and other
|
||||
modpacks curated by DarkPacks. You can use these scripts for reference and for
|
||||
learning but not for copying and pasting and claiming as your own.
|
||||
*/
|
||||
import crafttweaker.formatting.IFormattedText;
|
||||
import crafttweaker.item.IItemStack;
|
||||
|
||||
static itemTooltipMap as IFormattedText[][IItemStack] = {
|
||||
// ==================================
|
||||
// Prospecting Rods
|
||||
<prospectors:prospector_lowest:*>: [
|
||||
format.yellow("This tool may only be used"),
|
||||
format.yellow("for ore in Age 1 and below"),
|
||||
format.red("Will detect unlocked Ores"),
|
||||
format.red("in a " ~ 48 ~ " block straight line")
|
||||
],
|
||||
<prospectors:prospector_low:*>: [
|
||||
format.yellow("This tool may only be used"),
|
||||
format.yellow("for ore in Age 2 and below"),
|
||||
format.red("Will detect unlocked Ores"),
|
||||
format.red("in a " ~ 48 ~ " block straight line")
|
||||
],
|
||||
<prospectors:prospector_med:*>: [
|
||||
format.yellow("This tool may only be used"),
|
||||
format.yellow("for Age 3 and below ore"),
|
||||
format.red("Will detect unlocked Ores"),
|
||||
format.red("in a " ~ 48 ~ " block straight line")
|
||||
],
|
||||
<prospectors:prospector_high:*>: [
|
||||
format.yellow("This tool may only be used"),
|
||||
format.yellow("for ore in Age 4 and below"),
|
||||
format.red("Will detect unlocked Ores"),
|
||||
format.red("in a " ~ 48 ~ " block straight line")
|
||||
],
|
||||
<prospectors:prospector_best:*>: [
|
||||
format.yellow("This tool may only be used"),
|
||||
format.yellow("for ore in Age 5 and below"),
|
||||
format.red("Will detect unlocked Ores"),
|
||||
format.red("in a " ~ 48 ~ " block straight line")
|
||||
],
|
||||
|
||||
// ==================================
|
||||
// Geolosys Ore Names for User Friendliness AKA I'm tired of using my brain to remember things
|
||||
<geolosys:ore:0>: [
|
||||
format.red("Iron Ore")
|
||||
],
|
||||
<geolosys:ore:1>: [
|
||||
format.red("Iron and Nickel Ore")
|
||||
],
|
||||
<geolosys:ore:2>: [
|
||||
format.red("Copper Ore")
|
||||
],
|
||||
<geolosys:ore:3>: [
|
||||
format.red("Copper Ore")
|
||||
],
|
||||
<geolosys:ore:4>: [
|
||||
format.red("Tin Ore")
|
||||
],
|
||||
<geolosys:ore:5>: [
|
||||
format.red("Tin Ore")
|
||||
],
|
||||
<geolosys:ore:6>: [
|
||||
format.red("Silver and Lead Ore")
|
||||
],
|
||||
<geolosys:ore:7>: [
|
||||
format.red("Aluminum Ore")
|
||||
],
|
||||
<geolosys:ore:8>: [
|
||||
format.red("Platinum Ore")
|
||||
],
|
||||
<geolosys:ore:9>: [
|
||||
format.red("Uranium Ore")
|
||||
],
|
||||
<geolosys:ore:10>: [
|
||||
format.red("Zinc Ore")
|
||||
],
|
||||
<geolosys:ore_vanilla:1>: [
|
||||
format.red("Redstone Ore")
|
||||
],
|
||||
<geolosys:ore_vanilla:5>: [
|
||||
format.red("Diamond Ore")
|
||||
],
|
||||
<geolosys:ore_vanilla:6>: [
|
||||
format.red("Emerald Ore")
|
||||
],
|
||||
|
||||
// ==================================
|
||||
// Someone had to do it! xD
|
||||
<chisel:antiblock:15>: [
|
||||
format.gold("Craftable")
|
||||
],
|
||||
<chisel:brownstone:0>: [
|
||||
format.gold("Craftable")
|
||||
],
|
||||
<chisel:factory:0>: [
|
||||
format.gold("Craftable")
|
||||
],
|
||||
<chisel:futura:0>: [
|
||||
format.gold("Craftable")
|
||||
],
|
||||
<chisel:laboratory:0>: [
|
||||
format.gold("Craftable")
|
||||
],
|
||||
<chisel:lavastone:0>: [
|
||||
format.gold("Craftable")
|
||||
],
|
||||
<chisel:temple:0>: [
|
||||
format.gold("Craftable")
|
||||
],
|
||||
<chisel:tyrian:0>: [
|
||||
format.gold("Craftable")
|
||||
],
|
||||
<chisel:voidstone:0>: [
|
||||
format.gold("Craftable")
|
||||
],
|
||||
<chisel:waterstone:0>: [
|
||||
format.gold("Craftable")
|
||||
],
|
||||
|
||||
// ==================================
|
||||
// Environmental Tech Structures
|
||||
// Lightning
|
||||
<environmentaltech:lightning_cont_1:0>: [
|
||||
format.aqua("Structure Size: 3x7x3")
|
||||
],
|
||||
<environmentaltech:lightning_cont_2:0>: [
|
||||
format.aqua("Structure Size: 3x9x3")
|
||||
],
|
||||
<environmentaltech:lightning_cont_3:0>: [
|
||||
format.aqua("Structure Size: 3x11x3")
|
||||
],
|
||||
<environmentaltech:lightning_cont_4:0>: [
|
||||
format.aqua("Structure Size: 3x13x3")
|
||||
],
|
||||
<environmentaltech:lightning_cont_5:0>: [
|
||||
format.aqua("Structure Size: 3x18x3")
|
||||
],
|
||||
<environmentaltech:lightning_cont_6:0>: [
|
||||
format.aqua("Structure Size: 3x23x3")
|
||||
],
|
||||
|
||||
// Nano
|
||||
<environmentaltech:nano_cont_personal_1:0>: [
|
||||
format.aqua("Structure Size: 5x3x5")
|
||||
],
|
||||
<environmentaltech:nano_cont_personal_2:0>: [
|
||||
format.aqua("Structure Size: 7x4x7")
|
||||
],
|
||||
<environmentaltech:nano_cont_personal_3:0>: [
|
||||
format.aqua("Structure Size: 9x5x9")
|
||||
],
|
||||
<environmentaltech:nano_cont_personal_4:0>: [
|
||||
format.aqua("Structure Size: 11x6x11")
|
||||
],
|
||||
<environmentaltech:nano_cont_personal_5:0>: [
|
||||
format.aqua("Structure Size: 13x7x13")
|
||||
],
|
||||
<environmentaltech:nano_cont_personal_6:0>: [
|
||||
format.aqua("Structure Size: 15x8x15")
|
||||
],
|
||||
|
||||
// Solar
|
||||
<environmentaltech:solar_cont_1:0>: [
|
||||
format.aqua("Structure Size: 5x2x5")
|
||||
],
|
||||
<environmentaltech:solar_cont_2:0>: [
|
||||
format.aqua("Structure Size: 7x2x7")
|
||||
],
|
||||
<environmentaltech:solar_cont_3:0>: [
|
||||
format.aqua("Structure Size: 9x2x9")
|
||||
],
|
||||
<environmentaltech:solar_cont_4:0>: [
|
||||
format.aqua("Structure Size: 11x2x11")
|
||||
],
|
||||
<environmentaltech:solar_cont_5:0>: [
|
||||
format.aqua("Structure Size: 13x2x13")
|
||||
],
|
||||
<environmentaltech:solar_cont_6:0>: [
|
||||
format.aqua("Structure Size: 15x2x15")
|
||||
],
|
||||
|
||||
// Void Botanic Miner
|
||||
<environmentaltech:void_botanic_miner_cont_1:0>: [
|
||||
format.aqua("Structure Size: 7x4x7")
|
||||
],
|
||||
<environmentaltech:void_botanic_miner_cont_2:0>: [
|
||||
format.aqua("Structure Size: 7x5x7")
|
||||
],
|
||||
<environmentaltech:void_botanic_miner_cont_3:0>: [
|
||||
format.aqua("Structure Size: 11x6x11")
|
||||
],
|
||||
<environmentaltech:void_botanic_miner_cont_4:0>: [
|
||||
format.aqua("Structure Size: 11x7x11")
|
||||
],
|
||||
<environmentaltech:void_botanic_miner_cont_5:0>: [
|
||||
format.aqua("Structure Size: 11x8x11")
|
||||
],
|
||||
<environmentaltech:void_botanic_miner_cont_6:0>: [
|
||||
format.aqua("Structure Size: 13x8x13")
|
||||
],
|
||||
|
||||
// Void Ore Miner
|
||||
<environmentaltech:void_ore_miner_cont_1:0>: [
|
||||
format.aqua("Structure Size: 7x4x7")
|
||||
],
|
||||
<environmentaltech:void_ore_miner_cont_2:0>: [
|
||||
format.aqua("Structure Size: 7x5x7")
|
||||
],
|
||||
<environmentaltech:void_ore_miner_cont_3:0>: [
|
||||
format.aqua("Structure Size: 11x6x11")
|
||||
],
|
||||
<environmentaltech:void_ore_miner_cont_4:0>: [
|
||||
format.aqua("Structure Size: 11x7x11")
|
||||
],
|
||||
<environmentaltech:void_ore_miner_cont_5:0>: [
|
||||
format.aqua("Structure Size: 11x8x11")
|
||||
],
|
||||
<environmentaltech:void_ore_miner_cont_6:0>: [
|
||||
format.aqua("Structure Size: 13x8x13")
|
||||
],
|
||||
|
||||
// Void Res Miner
|
||||
<environmentaltech:void_res_miner_cont_1:0>: [
|
||||
format.aqua("Structure Size: 7x4x7")
|
||||
],
|
||||
<environmentaltech:void_res_miner_cont_2:0>: [
|
||||
format.aqua("Structure Size: 7x5x7")
|
||||
],
|
||||
<environmentaltech:void_res_miner_cont_3:0>: [
|
||||
format.aqua("Structure Size: 11x6x11")
|
||||
],
|
||||
<environmentaltech:void_res_miner_cont_4:0>: [
|
||||
format.aqua("Structure Size: 11x7x11")
|
||||
],
|
||||
<environmentaltech:void_res_miner_cont_5:0>: [
|
||||
format.aqua("Structure Size: 11x8x11")
|
||||
],
|
||||
<environmentaltech:void_res_miner_cont_6:0>: [
|
||||
format.aqua("Structure Size: 13x8x13")
|
||||
],
|
||||
|
||||
// ==================================
|
||||
// Galacticraft Schematic Helpful Hints
|
||||
<galacticraftcore:schematic:0>: [
|
||||
format.gray("Tier 1 treasure chests, found after completing tier 1 dungeons on the moon")
|
||||
],
|
||||
<galacticraftcore:schematic:1>: [
|
||||
format.gray("The Tier 2 Rocket Schematic can be found in Tier 1 treasure chests, found after completing the Moon Dungeon")
|
||||
],
|
||||
|
||||
<galacticraftplanets:schematic:0>: [
|
||||
format.gray("The Tier 3 Rocket Schematic can be found in Tier 2 Treasure Chests which can sometimes be found after completing Mars Dungeons")
|
||||
],
|
||||
<galacticraftplanets:schematic:1>: [
|
||||
format.gray("The schematic can be found in Tier 2 treasure chests, found after completing tier 2 dungeons")
|
||||
],
|
||||
<galacticraftplanets:schematic:2>: [
|
||||
format.gray("Treasure item in a Tier 2 Treasure Chest after defeating the Creeper Boss")
|
||||
],
|
||||
|
||||
<extraplanets:schematic_tier4:0>: [
|
||||
format.gray("The schematic can be found in a Tier 4 Treasure Chest on Mercury")
|
||||
],
|
||||
<extraplanets:schematic_tier5:0>: [
|
||||
format.gray("The schematic can be found in a Tier 5 Treasure Chest on Jupiter")
|
||||
],
|
||||
<extraplanets:schematic_tier6:0>: [
|
||||
format.gray("The schematic can be found in a Tier 6 Treasure Chest on Saturn")
|
||||
],
|
||||
<extraplanets:schematic_tier7:0>: [
|
||||
format.gray("The schematic can be found in a Tier 7 Treasure Chest on Uranus")
|
||||
],
|
||||
<extraplanets:schematic_tier8:0>: [
|
||||
format.gray("The schematic can be found in a Tier 8 Treasure Chest on Neptune")
|
||||
],
|
||||
<extraplanets:schematic_tier9:0>: [
|
||||
format.gray("The schematic can be found in a Tier 9 Treasure Chest on Pluto")
|
||||
],
|
||||
<extraplanets:schematic_tier10:0>: [
|
||||
format.gray("The schematic can be found in a Tier 10 Treasure Chest on Eris")
|
||||
],
|
||||
|
||||
<extraplanets:schematic_mars_rover:0>: [
|
||||
format.gray("The schematic can be found in a Treasure Chest")
|
||||
],
|
||||
<extraplanets:schematic_venus_rover:0>: [
|
||||
format.gray("The schematic can be found in a Tier 4 Treasure Chest on Venus")
|
||||
],
|
||||
|
||||
// ==================================
|
||||
// Misc
|
||||
<animalium:rat_meat:0>: [
|
||||
format.red("Loved by Wild Bears!")
|
||||
],
|
||||
|
||||
<car:key:0>: [
|
||||
format.yellow("Comes with your car!"),
|
||||
format.yellow("Press I in your car to obtain"),
|
||||
format.yellow("Clone by crafting with iron")
|
||||
],
|
||||
|
||||
<primal_tech:wooden_hopper>: [
|
||||
format.red("An advanced Wooden Hopper")
|
||||
],
|
||||
<primal_tech:charcoal_hopper>: [
|
||||
format.red("An advanced Wooden Hopper")
|
||||
],
|
||||
|
||||
<jarm:oak_raft:0>: [
|
||||
format.red("A Tom Hanks Style Boat")
|
||||
],
|
||||
<jarm:spruce_raft:0>: [
|
||||
format.red("A Tom Hanks Style Boat")
|
||||
],
|
||||
<jarm:birch_raft:0>: [
|
||||
format.red("A Tom Hanks Style Boat")
|
||||
],
|
||||
<jarm:jungle_raft:0>: [
|
||||
format.red("A Tom Hanks Style Boat")
|
||||
],
|
||||
<jarm:acacia_raft:0>: [
|
||||
format.red("A Tom Hanks Style Boat")
|
||||
],
|
||||
<jarm:dark_oak_raft:0>: [
|
||||
format.red("A Tom Hanks Style Boat")
|
||||
],
|
||||
|
||||
<minecraft:mob_spawner:0>: [
|
||||
format.red("Only has 400 total spawns!")
|
||||
],
|
||||
|
||||
<totemic:tipi:0>: [
|
||||
format.red("It's like a fancy bed!")
|
||||
],
|
||||
|
||||
<primal_tech:clay_kiln>: [
|
||||
format.red("Needs heat source below")
|
||||
],
|
||||
|
||||
<dungpipe:sewer_pipe:0>: [
|
||||
format.red("Pipes items through a solid block")
|
||||
],
|
||||
|
||||
<ceramics:clay_bucket:0>: [
|
||||
format.red("Will literally melt away after"),
|
||||
format.red("transporting HOT liquid")
|
||||
],
|
||||
|
||||
<progressiontweaks:spear:0>: [
|
||||
format.red("Hold Mouse Button To Charge"),
|
||||
format.red("Release to throw")
|
||||
],
|
||||
|
||||
<primal_tech:fibre_torch>: [
|
||||
format.red("Right Click on fire source"),
|
||||
format.red("or lit torch to light")
|
||||
],
|
||||
|
||||
<primal_tech:rock>: [
|
||||
format.red("Used with the Work Stump"),
|
||||
format.red("Right Click on Table to craft recipe")
|
||||
],
|
||||
|
||||
<tconstruct:sharpening_kit:0>: [
|
||||
format.red("Only used to repair tools")
|
||||
],
|
||||
|
||||
<betterwithaddons:japanmat:36>: [
|
||||
format.red("Mulberry Trees rarely spawn in most biomes")
|
||||
],
|
||||
|
||||
<primal_tech:work_stump>: [
|
||||
format.red("Needs a Crafting Rock"),
|
||||
format.red("to craft recipes")
|
||||
],
|
||||
<primal_tech:work_stump_upgraded>: [
|
||||
format.red("Needs a Crafting Rock"),
|
||||
format.red("to craft recipes")
|
||||
],
|
||||
|
||||
<primal:flint_hatchet:*>: [
|
||||
format.red("Can not be repaired")
|
||||
],
|
||||
<primal:sharp_bone:*>: [
|
||||
format.red("Can not be repaired")
|
||||
],
|
||||
|
||||
<teslacorelib:energy_tier1:0>: [
|
||||
format.yellow("Upgrade for Industrial Foregoing Machines")
|
||||
],
|
||||
<teslacorelib:energy_tier2:0>: [
|
||||
format.yellow("Upgrade for Industrial Foregoing Machines")
|
||||
],
|
||||
<teslacorelib:speed_tier1:0>: [
|
||||
format.yellow("Upgrade for Industrial Foregoing Machines")
|
||||
],
|
||||
<teslacorelib:speed_tier2:0>: [
|
||||
format.yellow("Upgrade for Industrial Foregoing Machines")
|
||||
],
|
||||
|
||||
<astikorcarts:plowcart:0>: [
|
||||
format.yellow("Use the AstikorCarts Action"),
|
||||
format.yellow("Key to attach to Horses")
|
||||
],
|
||||
<astikorcarts:cargocart:0>: [
|
||||
format.yellow("Use the AstikorCarts Action"),
|
||||
format.yellow("Key to attach to Horses")
|
||||
],
|
||||
<astikorcarts:mobcart:0>: [
|
||||
format.yellow("Use the AstikorCarts Action"),
|
||||
format.yellow("Key to attach to Horses")
|
||||
],
|
||||
|
||||
<primal:flint_workblade:*>: [
|
||||
format.red("Can not be repaired")
|
||||
],
|
||||
<primal:quartz_workblade:*>: [
|
||||
format.red("Can not be repaired")
|
||||
],
|
||||
<primal:iron_workblade:*>: [
|
||||
format.red("Can not be repaired")
|
||||
],
|
||||
<primal:emerald_workblade:*>: [
|
||||
format.red("Can not be repaired")
|
||||
],
|
||||
<primal:diamond_workblade:*>: [
|
||||
format.red("Can not be repaired")
|
||||
],
|
||||
<primal:flint_axe:*>: [
|
||||
format.red("Can not be repaired")
|
||||
],
|
||||
|
||||
<waterstrainer:garden_trowel:0>: [
|
||||
format.red("Repaired with Flint")
|
||||
],
|
||||
|
||||
<betterwithmods:wooden_broken_gearbox:0>: [
|
||||
format.red("Right click with two"),
|
||||
format.red("Wooden Gears in hand to Repair"),
|
||||
format.red("Or craft back into a repaired block")
|
||||
],
|
||||
|
||||
<extraplanets:apple_iron:0>: [
|
||||
format.red("Eating this item will"),
|
||||
format.red("unlock Advanced Mapping")
|
||||
],
|
||||
|
||||
<thebetweenlands:ring_of_flight:0>: [
|
||||
format.red("Can be found as Loot from chests in"),
|
||||
format.red("Shrines, Cragrock Towers"),
|
||||
format.red("and the Wight Fortress"),
|
||||
format.red("or looted from bosses"),
|
||||
format.red("and a rare drop chance"),
|
||||
format.red("from certain Betweenlands enemies")
|
||||
],
|
||||
|
||||
<indlog:auto_craft:0>: [
|
||||
format.red("Only able to craft Age 4 items and below")
|
||||
],
|
||||
<indlog:portable_craft:0>: [
|
||||
format.red("Only able to craft Age 4 items and below")
|
||||
],
|
||||
|
||||
<buildcraftfactory:autoworkbench_item:0>: [
|
||||
format.red("Only able to craft Age 4 items and below")
|
||||
],
|
||||
|
||||
<rftools:crafter1:0>: [
|
||||
format.red("Able to craft Age 5 items and below")
|
||||
],
|
||||
<rftools:crafter2:0>: [
|
||||
format.red("Able to craft Age 5 items and below")
|
||||
],
|
||||
<rftools:crafter3:0>: [
|
||||
format.red("Able to craft Age 5 items and below")
|
||||
],
|
||||
|
||||
<cyclicmagic:auto_crafter:0>: [
|
||||
format.red("Able to craft Age 5 items and below")
|
||||
],
|
||||
|
||||
<betterwithmods:hand_crank:0>: [
|
||||
format.red("Needed to power early machines"),
|
||||
format.red("like the Mill Stone")
|
||||
],
|
||||
|
||||
<betterwithmods:single_machine:0>: [
|
||||
format.aqua("Use Hand Crank until kinetic"),
|
||||
format.aqua("power is available")
|
||||
],
|
||||
|
||||
<abyssalcraft:statue:0>: [
|
||||
format.red("Requires open sky above to function")
|
||||
],
|
||||
<abyssalcraft:statue:1>: [
|
||||
format.red("Requires open sky above to function")
|
||||
],
|
||||
<abyssalcraft:statue:2>: [
|
||||
format.red("Requires open sky above to function")
|
||||
],
|
||||
<abyssalcraft:statue:3>: [
|
||||
format.red("Requires open sky above to function")
|
||||
],
|
||||
<abyssalcraft:statue:4>: [
|
||||
format.red("Requires open sky above to function")
|
||||
],
|
||||
<abyssalcraft:statue:5>: [
|
||||
format.red("Requires open sky above to function")
|
||||
],
|
||||
<abyssalcraft:statue:6>: [
|
||||
format.red("Requires open sky above to function")
|
||||
],
|
||||
|
||||
<totemic:cedar_log:0>: [
|
||||
format.red("Not found in the world"),
|
||||
format.red("Red Cedar is acquired via a Totemic Ceremony")
|
||||
],
|
||||
<totemic:stripped_cedar_log:0>: [
|
||||
format.red("Not found in the world"),
|
||||
format.red("Red Cedar is acquired via a Totemic Ceremony")
|
||||
],
|
||||
<totemic:cedar_plank:0>: [
|
||||
format.red("Not found in the world"),
|
||||
format.red("Red Cedar is acquired via a Totemic Ceremony")
|
||||
],
|
||||
<totemic:cedar_sapling:0>: [
|
||||
format.red("Not found in the world"),
|
||||
format.red("Red Cedar is acquired via a Totemic Ceremony")
|
||||
],
|
||||
<totemic:cedar_leaves:0>: [
|
||||
format.red("Not found in the world"),
|
||||
format.red("Red Cedar is acquired via a Totemic Ceremony")
|
||||
],
|
||||
|
||||
// Add tooltips to explain how to find eagles / obtain the eagle drops
|
||||
<totemic:eagle_drops:0>: [
|
||||
format.red("Not found in the world"),
|
||||
format.red("Eagles are spawned via a Totemic Ceremony")
|
||||
],
|
||||
<totemic:eagle_drops:1>: [
|
||||
format.red("Not found in the world"),
|
||||
format.red("Eagles are spawned via a Totemic Ceremony")
|
||||
],
|
||||
|
||||
// Death Releated
|
||||
<death_compass:death_compass>: [
|
||||
format.red("Sneak on your grave to retrieve your items")
|
||||
],
|
||||
<extendedcrafting:singularity_custom:8>: [
|
||||
format.aqua("Compasses obtained through player death or"),
|
||||
format.aqua("from Player Skin Mobs")
|
||||
],
|
||||
|
||||
// Space!
|
||||
<buildcraftbuilders:quarry:0>: [
|
||||
format.red("This machine will only work in space!")
|
||||
],
|
||||
|
||||
// Creeping Moss
|
||||
<huntingdim:biome_changer:0>: [
|
||||
format.red("To change the Biome Type Shift-Click inside the biome you want the moss to be")
|
||||
],
|
||||
|
||||
<betterwithmods:hibachi:0>: [
|
||||
format.red("Needs a Redstone signal to light")
|
||||
],
|
||||
|
||||
// Extra Planets space suit
|
||||
<extraplanets:tier1_space_suit_helmet:*>: [
|
||||
format.red("Only requires power when modules are installed"),
|
||||
format.red("can only be charged with an Energy Storage Module")
|
||||
],
|
||||
<extraplanets:tier1_space_suit_chest:*>: [
|
||||
format.red("Only requires power when modules are installed"),
|
||||
format.red("can only be charged with an Energy Storage Module")
|
||||
],
|
||||
<extraplanets:tier1_space_suit_legings:*>: [
|
||||
format.red("Only requires power when modules are installed"),
|
||||
format.red("can only be charged with an Energy Storage Module")
|
||||
],
|
||||
<extraplanets:tier1_space_suit_boots:*>: [
|
||||
format.red("Only requires power when modules are installed"),
|
||||
format.red("can only be charged with an Energy Storage Module")
|
||||
],
|
||||
|
||||
// Coralium
|
||||
<abyssalcraft:coraliumore:0>: [
|
||||
format.aqua("Consult Overworld Chapter in Forbidden Knowledge"),
|
||||
format.aqua("in the Necromonicon for more information."),
|
||||
format.aqua("Ore can be found underground in Ocean"),
|
||||
format.aqua("and Swamp Biomes")
|
||||
],
|
||||
<abyssalcraft:cpearl:0>: [
|
||||
format.aqua("Consult Overworld Chapter in Forbidden Knowledge"),
|
||||
format.aqua("in the Necromonicon for more information."),
|
||||
format.aqua("Ore can be found underground in Ocean"),
|
||||
format.aqua("and Swamp Biomes")
|
||||
],
|
||||
<thebetweenlands:volarkite>: [
|
||||
format.aqua("Glider"),
|
||||
],
|
||||
<rustic:apiary>: [
|
||||
format.red("When bees are inserted this will increase"),
|
||||
format.red("crop growth in a 4 block radius,"),
|
||||
format.red("breeds bees, and creates honeycomb")
|
||||
],
|
||||
<rustic:bee>: [
|
||||
format.red("Found in Rustic Beehives around the world"),
|
||||
format.red("Insert into Rustic Apiary")
|
||||
],
|
||||
<twilightforest:liveroot>: [
|
||||
format.red("Found in Twilight Forest Caves, Worldgen,"),
|
||||
format.red("Twilight Forest Loot Chests,"),
|
||||
format.red("or via Bonsai Trees")
|
||||
]
|
||||
};
|
||||
|
||||
function init() {
|
||||
for item, tooltips in itemTooltipMap {
|
||||
for tooltip in tooltips {
|
||||
item.addTooltip(tooltip);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user