wierd scripts error

This commit is contained in:
ZHAY10086
2025-08-10 17:34:36 +08:00
parent be12d59adb
commit 72b84b2ca3
5 changed files with 398 additions and 362 deletions
-1
View File
@@ -37,7 +37,6 @@ mods.jei.JEI.addDescription([<appliedenergistics2:part:40>,<appliedenergistics2:
mods.jei.JEI.addDescription(<appliedenergistics2:part:516>,["基础致密线缆,可与任何染色线缆连接,能够传输32个频道。"]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:76>,["智能致密线缆,可与任何染色线缆连接,能够传输32个频道,能够显示传输的频道数。"]);
mods.jei.JEI.addDescription([<appliedenergistics2:part:60>,<appliedenergistics2:part:61>,<appliedenergistics2:part:62>,<appliedenergistics2:part:63>,<appliedenergistics2:part:64>,<appliedenergistics2:part:65>,<appliedenergistics2:part:66>,<appliedenergistics2:part:67>,<appliedenergistics2:part:68>,<appliedenergistics2:part:69>,<appliedenergistics2:part:70>,<appliedenergistics2:part:71>,<appliedenergistics2:part:72>,<appliedenergistics2:part:73>,<appliedenergistics2:part:74>,<appliedenergistics2:part:75>],["染色致密线缆,只能与同色线缆连接,能够传输32个频道,能够显示传输的频道数。"]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:120>,["可用于阻断线缆连接,还可以用于合成线缆伪装板。"]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:80>,["通过红石信号控制线缆开关,默认为无信号则断开。"]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:100>,["通过红石信号控制线缆开关,默认为有信号则断开。"]);
mods.jei.JEI.addDescription(<appliedenergistics2:part:240>,["将所连接容器的物品输入到ME网络内。"]);
+383 -351
View File
@@ -1,351 +1,383 @@
recipes.remove(<minecraft:bread>);
recipes.remove(<minecraft:golden_apple:0>);
recipes.addShaped(<minecraft:golden_apple:0>,
[[<ore:plateGold>, <ore:plateGold>, <ore:plateGold>],
[<ore:plateGold>, <minecraft:apple>, <ore:plateGold>],
[<ore:plateGold>, <ore:plateGold>, <ore:plateGold>]]);
recipes.remove(<minecraft:golden_apple:1>);
recipes.addShaped(<minecraft:golden_apple:1>,
[[<contenttweaker:living_gold>, <contenttweaker:living_gold>, <contenttweaker:living_gold>],
[<contenttweaker:living_gold>, <minecraft:apple>, <contenttweaker:living_gold>],
[<contenttweaker:living_gold>, <contenttweaker:living_gold>, <contenttweaker:living_gold>]]);
recipes.remove(<minecraft:cookie>);
recipes.addShaped(<minecraft:cookie>*10,
[[null, null, null],
[<ore:dustWheat>, <minecraft:dye:3>, <ore:dustWheat>],
[null, null, null]]);
recipes.remove(<minecraft:golden_carrot>);
recipes.addShaped(<minecraft:golden_carrot>,
[[<contenttweaker:gold_leaf>, <contenttweaker:gold_leaf>, <contenttweaker:gold_leaf>],
[<contenttweaker:gold_leaf>, <minecraft:carrot>, <contenttweaker:gold_leaf>],
[<contenttweaker:gold_leaf>, <contenttweaker:gold_leaf>, <contenttweaker:gold_leaf>]]);
mods.thermalexpansion.Compactor.addPressRecipe(<contenttweaker:gold_leaf>, <minecraft:gold_nugget>, 100);
mods.thermalexpansion.Transposer.addFillRecipe(<abyssalcraft:antibeef>, <minecraft:beef>, <fluid:liquidantimatter> * 5, 20);
mods.thermalexpansion.Transposer.addFillRecipe(<abyssalcraft:antichicken>, <minecraft:chicken>, <fluid:liquidantimatter> * 5, 20);
mods.thermalexpansion.Transposer.addFillRecipe(<abyssalcraft:antipork>, <minecraft:porkchop>, <fluid:liquidantimatter> * 5, 20);
recipes.remove(<actuallyadditions:item_food:0>);
recipes.remove(<divinerpg:cheese>);
mods.tconstruct.Drying.addRecipe(<actuallyadditions:item_food:0>,<contenttweaker:curd>, 100);
mods.tconstruct.Drying.addRecipe(<contenttweaker:curd>,<minecraft:milk_bucket>, 100);
recipes.remove(<actuallyadditions:item_food:7>);
mods.thermalexpansion.Transposer.addFillRecipe(<actuallyadditions:item_food:7>, <appliedenergistics2:material:4>, <fluid:water>*5, 20);
mods.enderio.SagMill.addRecipe([<contenttweaker:ground_beef>],
[1],
<minecraft:beef>);
mods.enderio.SagMill.addRecipe([<contenttweaker:ground_pork>],
[1],
<minecraft:porkchop>);
mods.thermalexpansion.InductionSmelter.addRecipe(<contenttweaker:meatball>,
<contenttweaker:ground_pork>, <contenttweaker:ground_beef>,
6000);
recipes.addShaped(<contenttweaker:meatball_pasta>,
[[null, <divinerpg:tomato>, null],
[<contenttweaker:meatball>, <actuallyadditions:item_food:6>, <contenttweaker:meatball>],
[null, <divinerpg:tomato>, null]]);
recipes.addShaped(<contenttweaker:spicy_meatball_pasta>,
[[null, null, null],
[<aoa3:chilli>, <contenttweaker:meatball_pasta>, <aoa3:chilli>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:fiery_meatball_pasta>,
[[null, null, null],
[<aoa3:chilli>, <contenttweaker:spicy_meatball_pasta>, <aoa3:chilli>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:intense_meatball_pasta>,
[[null, null, null],
[<aoa3:chilli>, <contenttweaker:fiery_meatball_pasta>, <aoa3:chilli>],
[null, null, null]]);
recipes.addShaped(<contenttweaker:aglio_olio_peperoncino_pasta>,
[[null, null, null],
[<bewitchment:garlic_grilled>, <actuallyadditions:item_food:6>, <aoa3:chilli>],
[null, null, null]]);
mods.thermalexpansion.InductionSmelter.addRecipe(<contenttweaker:hearty_meatball>,
<contenttweaker:ground_beef>*64, <contenttweaker:meatball>*64,
6000);
mods.thermalexpansion.InductionSmelter.addRecipe(<contenttweaker:hearty_meatball>,
<contenttweaker:ground_pork>*64, <contenttweaker:meatball>*64,
6000);
recipes.addShaped(<avaritia:cosmic_meatballs>,
[[<fluxnetworks:flux>, <enderio:item_material:20>, <fluxnetworks:flux>],
[<enderio:item_material:20>, <contenttweaker:hearty_meatball>, <enderio:item_material:20>],
[<fluxnetworks:flux>, <enderio:item_material:20>, <fluxnetworks:flux>]]);
recipes.addShaped(<contenttweaker:strange_meatball>,
[[<aoa3:holly_top_petals>, <aoa3:holly_top_petals>, <aoa3:holly_top_petals>],
[<aoa3:holly_top_petals>, <contenttweaker:meatball>, <aoa3:holly_top_petals>],
[<aoa3:holly_top_petals>, <aoa3:holly_top_petals>, <aoa3:holly_top_petals>]]);
mods.tconstruct.Drying.addRecipe(<contenttweaker:dried_vishroom>,<thaumcraft:vishroom>, 200);
recipes.remove(<actuallyadditions:item_food:9>);
recipes.remove(<actuallyadditions:item_food:14>);
recipes.addShaped(<actuallyadditions:item_food:14>,
[[null, <actuallyadditions:item_food:0>, null],
[<divinerpg:tomato>, <ore:dustWheat>, <divinerpg:tomato>],
[null, <actuallyadditions:item_food:0>, null]]);
recipes.addShaped(<contenttweaker:strange_brownie>*2,
[[null, <immersiveengineering:material:4>, null],
[<minecraft:dye:3>, <ore:dustWheat>, <minecraft:dye:3>],
[null, <immersiveengineering:material:4>, null]]);
recipes.addShaped(<contenttweaker:golden_steak>,
[[<ore:plateGold>, <ore:plateGold>, <ore:plateGold>],
[<ore:plateGold>, <minecraft:cooked_beef>, <ore:plateGold>],
[<ore:plateGold>, <ore:plateGold>, <ore:plateGold>]]);
recipes.addShaped(<contenttweaker:really_golden_steak>,
[[<ore:plateGold>, <ore:plateGold>, <ore:plateGold>],
[<ore:plateGold>, <contenttweaker:golden_steak>, <ore:plateGold>],
[<ore:plateGold>, <ore:plateGold>, <ore:plateGold>]]);
recipes.addShapeless(<contenttweaker:bento_s>,
[<minecraft:fish:0>, <minecraft:fish:1>, <minecraft:carrot>, <minecraft:beetroot>, <actuallyadditions:item_misc:9>]);
recipes.addShapeless(<contenttweaker:bento_m>,
[<contenttweaker:bento_s>, <minecraft:fish:1>, <minecraft:fish:1>, <actuallyadditions:item_misc:9>]);
recipes.addShapeless(<contenttweaker:bento_l>,
[<contenttweaker:bento_m>, <minecraft:fish:3>, <actuallyadditions:item_misc:9>]);
recipes.addShapeless(<contenttweaker:bento_xl>,
[<contenttweaker:bento_l>, <aoa3:raw_fingerfish>, <actuallyadditions:item_misc:9>]);
recipes.addShapeless(<contenttweaker:bento_xxl>,
[<contenttweaker:bento_xl>, <divinerpg:crab_claw>, <divinerpg:shark_fin>, <actuallyadditions:item_misc:9>]);
recipes.addShapeless(<contenttweaker:bento_xxxl>,
[<contenttweaker:bento_xxl>, <aoa3:raw_violet_skipper>, <aoa3:raw_dark_hatchetfish>, <aoa3:raw_sapphire_strider>, <actuallyadditions:item_misc:9>]);
furnace.addRecipe(<contenttweaker:dragon_egg_omelette>,<contenttweaker:cursed_dragon_egg>);
recipes.addShaped(<iceandfire:dragonegg_sapphire>,
[[<minecraft:dragon_egg>, <draconicevolution:chaos_shard:3>, <minecraft:dragon_egg>],
[<draconicevolution:chaos_shard:3>, <divinerpg:healing_stone>, <draconicevolution:chaos_shard:3>],
[<minecraft:dragon_egg>, <minecraft:stained_hardened_clay:3>, <minecraft:dragon_egg>]]);
recipes.addShaped(<iceandfire:dragonegg_red>,
[[<minecraft:dragon_egg>, <draconicevolution:chaos_shard:3>, <minecraft:dragon_egg>],
[<draconicevolution:chaos_shard:3>, <divinerpg:healing_stone>, <draconicevolution:chaos_shard:3>],
[<minecraft:dragon_egg>, <minecraft:stained_hardened_clay:14>, <minecraft:dragon_egg>]]);
recipes.addShaped(<iceandfire:dragonegg_green>,
[[<minecraft:dragon_egg>, <draconicevolution:chaos_shard:3>, <minecraft:dragon_egg>],
[<draconicevolution:chaos_shard:3>, <divinerpg:healing_stone>, <draconicevolution:chaos_shard:3>],
[<minecraft:dragon_egg>, <minecraft:stained_hardened_clay:13>, <minecraft:dragon_egg>]]);
recipes.addShaped(<iceandfire:dragonegg_bronze>,
[[<minecraft:dragon_egg>, <draconicevolution:chaos_shard:3>, <minecraft:dragon_egg>],
[<draconicevolution:chaos_shard:3>, <divinerpg:healing_stone>, <draconicevolution:chaos_shard:3>],
[<minecraft:dragon_egg>, <minecraft:stained_hardened_clay:1>, <minecraft:dragon_egg>]]);
recipes.addShaped(<iceandfire:dragonegg_gray>,
[[<minecraft:dragon_egg>, <draconicevolution:chaos_shard:3>, <minecraft:dragon_egg>],
[<draconicevolution:chaos_shard:3>, <divinerpg:healing_stone>, <draconicevolution:chaos_shard:3>],
[<minecraft:dragon_egg>, <minecraft:stained_hardened_clay:7>, <minecraft:dragon_egg>]]);
recipes.addShaped(<iceandfire:dragonegg_blue>,
[[<minecraft:dragon_egg>, <draconicevolution:chaos_shard:3>, <minecraft:dragon_egg>],
[<draconicevolution:chaos_shard:3>, <divinerpg:healing_stone>, <draconicevolution:chaos_shard:3>],
[<minecraft:dragon_egg>, <minecraft:stained_hardened_clay:11>, <minecraft:dragon_egg>]]);
recipes.addShaped(<iceandfire:dragonegg_white>,
[[<minecraft:dragon_egg>, <draconicevolution:chaos_shard:3>, <minecraft:dragon_egg>],
[<draconicevolution:chaos_shard:3>, <divinerpg:healing_stone>, <draconicevolution:chaos_shard:3>],
[<minecraft:dragon_egg>, <minecraft:stained_hardened_clay:0>, <minecraft:dragon_egg>]]);
recipes.addShaped(<iceandfire:dragonegg_silver>,
[[<minecraft:dragon_egg>, <draconicevolution:chaos_shard:3>, <minecraft:dragon_egg>],
[<draconicevolution:chaos_shard:3>, <divinerpg:healing_stone>, <draconicevolution:chaos_shard:3>],
[<minecraft:dragon_egg>, <minecraft:stained_hardened_clay:8>, <minecraft:dragon_egg>]]);
recipes.addShaped(<iceandfire:dragonegg_electric>,
[[<minecraft:dragon_egg>, <draconicevolution:chaos_shard:3>, <minecraft:dragon_egg>],
[<draconicevolution:chaos_shard:3>, <divinerpg:healing_stone>, <draconicevolution:chaos_shard:3>],
[<minecraft:dragon_egg>, <minecraft:stained_hardened_clay:9>, <minecraft:dragon_egg>]]);
recipes.addShaped(<iceandfire:dragonegg_amythest>,
[[<minecraft:dragon_egg>, <draconicevolution:chaos_shard:3>, <minecraft:dragon_egg>],
[<draconicevolution:chaos_shard:3>, <divinerpg:healing_stone>, <draconicevolution:chaos_shard:3>],
[<minecraft:dragon_egg>, <minecraft:stained_hardened_clay:10>, <minecraft:dragon_egg>]]);
recipes.addShaped(<iceandfire:dragonegg_copper>,
[[<minecraft:dragon_egg>, <draconicevolution:chaos_shard:3>, <minecraft:dragon_egg>],
[<draconicevolution:chaos_shard:3>, <divinerpg:healing_stone>, <draconicevolution:chaos_shard:3>],
[<minecraft:dragon_egg>, <minecraft:stained_hardened_clay:1>, <minecraft:dragon_egg>]]);
recipes.addShaped(<iceandfire:dragonegg_black>,
[[<minecraft:dragon_egg>, <draconicevolution:chaos_shard:3>, <minecraft:dragon_egg>],
[<draconicevolution:chaos_shard:3>, <divinerpg:healing_stone>, <draconicevolution:chaos_shard:3>],
[<minecraft:dragon_egg>, <minecraft:stained_hardened_clay:15>, <minecraft:dragon_egg>]]);
mods.nuclearcraft.alloy_furnace.addRecipe([<iceandfire:stymphalian_bird_feather>, <minecraft:blaze_powder>, <contenttweaker:burned_enchanted_feather>]);
mods.thermalexpansion.InductionSmelter.addRecipe(<contenttweaker:burned_enchanted_feather>, <iceandfire:stymphalian_bird_feather>, <minecraft:blaze_powder>, 10);
recipes.addShapeless(<contenttweaker:de_thorned_bramble>,
[<tconstruct:knife_blade>.withTag({Material: "mirion"}).reuse(),
<biomesoplenty:bramble_plant:0>]);
recipes.addShapeless(<contenttweaker:hellish_seasoning>,
[<contenttweaker:de_thorned_bramble>,
<natura:edibles:7>,
<natura:edibles:9>,
<mod_lavacow:bloodtooth_shroom>]);
recipes.addShapeless(<contenttweaker:feast_of_hell>,
[<minecraft:blaze_powder>,
<contenttweaker:hellish_seasoning>,
<contenttweaker:hellspot_chop>,
<contenttweaker:hellspot_chop>]);
recipes.addShaped(<contenttweaker:draconic_seasoning>,
[[<biomesoplenty:crystal_shard>, <biomesoplenty:crystal_shard>, <minecraft:chorus_flower>],
[<biomesoplenty:crystal_shard>, <draconicevolution:draconium_dust>, <biomesoplenty:crystal_shard>],
[<minecraft:chorus_flower>, <biomesoplenty:crystal_shard>, <biomesoplenty:crystal_shard>]]);
recipes.addShaped(<contenttweaker:tasty_eye_delight>,
[[<contenttweaker:draconic_seasoning>, <contenttweaker:draconic_seasoning>, <contenttweaker:draconic_seasoning>],
[<divinerpg:watching_eye>, <divinerpg:watching_eye>, <divinerpg:watching_eye>]]);
recipes.addShaped(<contenttweaker:warren_noodles>,
[[<dimdoors:world_thread>, <dimdoors:world_thread>, <dimdoors:world_thread>],
[<dimdoors:world_thread>, <aoa3:ghostly_powder>, <dimdoors:world_thread>],
[<dimdoors:world_thread>, <dimdoors:world_thread>, <dimdoors:world_thread>]]);
recipes.addShaped(<contenttweaker:monolithic_meal>,
[[<randomthings:glowingmushroom>, <bloodmagic:arcane_ashes>],
[<minecraft:bowl>, <contenttweaker:warren_noodles>]]);
recipes.addShapeless(<contenttweaker:julienned_potato>*4,
[<minecraft:potato>,
<tconstruct:knife_blade>.withTag({Material: "alumite"}).reuse()]);
mods.thermalexpansion.Compactor.addPressRecipe(<contenttweaker:lovely_latke>, <contenttweaker:julienned_potato>*2, 25);
mods.nuclearcraft.pressurizer.addRecipe([<contenttweaker:julienned_potato>*2, <contenttweaker:lovely_latke>]);
recipes.addShapeless(<contenttweaker:julienned_carrot>*4,
[<minecraft:carrot>,
<tconstruct:knife_blade>.withTag({Material: "alumite"}).reuse()]);
mods.integrateddynamics.MechanicalSqueezer.addRecipe(<extratrees:food:35>, null, <fluid:binnie.juice.olive>*100);
recipes.addShapeless(<contenttweaker:nice_clean_salad>,
[<contenttweaker:julienned_carrot>,
<enderio:item_material:46>,
<contenttweaker:curd>,
<divinerpg:tomato>,
<extratrees:food:52>,
<binniecore:glass:1>.withTag({Fluid: {FluidName: "binnie.juice.olive", Amount: 1000}}),
<minecraft:bowl>]);
recipes.addShapeless(<contenttweaker:big_boy_steak>,
[<bewitchment:ink_cap_dye>,
<minecraft:cooked_beef>]);
recipes.addShaped(<contenttweaker:fortune_cookie>*10,
[[<ore:dustWheat>, <iceandfire:manuscript>, <ore:dustWheat>]]);
recipes.addShaped(<contenttweaker:pan_di_stelle>*4,
[[null, <minecraft:dye:3>, null],
[<ore:dustWheat>, <astralsorcery:itemcraftingcomponent:2>, <ore:dustWheat>],
[null, <minecraft:dye:3>, null]]);
// mods.thermalexpansion.Transposer.addFillRecipe(<contenttweaker:plentiful_praline>, <extratrees:food:24>, <fluid:dark_chocolate>*10, 10);
mods.nuclearcraft.infuser.addRecipe([<extratrees:food:24>, <fluid:dark_chocolate>*10, <contenttweaker:plentiful_praline>]);
recipes.addShapeless(<contenttweaker:friendly_frittata>,
[<abyssalcraft:friedegg>,
<aoa3:chilli>,
<contenttweaker:curd>]);
recipes.addShaped(<contenttweaker:ethical_empanada>*4,
[[<ore:dustWheat>, <minecraft:dye:3>, <ore:dustWheat>],
[<contenttweaker:ground_pork>, <minecraft:egg>, <aoa3:chilli>],
[<ore:dustWheat>, <ore:dustWheat>, <ore:dustWheat>]]);
recipes.addShapeless(<contenttweaker:heavy_polenta>,
[<extratrees:misc:9>,
<extratrees:misc:9>,
<extratrees:misc:9>,
<minecraft:water_bucket>]);
recipes.addShapeless(<contenttweaker:multi_fruit_milkshake>,
[<extratrees:food:28>,
<extratrees:food:29>,
<minecraft:apple>,
<natura:edibles:5>,
<minecraft:milk_bucket>]);
recipes.addShaped(<xreliquary:potion>.withTag({effects: [{duration: 600, potency: 1, name: "thaumcraft:thaumarhia"}], hasPotion: 1 as byte, Name: "Warp Milkshake"}),
[[<minecraft:milk_bucket>, <thaumcraft:crystal_essence>.withTag({Aspects: [{amount: 1, key: "vitium"}]}), <cyclicmagic:apple_lapis>]]);
recipes.addShaped(<contenttweaker:cube_jello_cubes>*9,
[[<twilightforest:aurora_block>, <twilightforest:aurora_block>, <twilightforest:aurora_block>],
[<twilightforest:aurora_block>, <contenttweaker:cube_jello_cubes>, <twilightforest:aurora_block>],
[<twilightforest:aurora_block>, <twilightforest:aurora_block>, <twilightforest:aurora_block>]]);
recipes.addShaped(<contenttweaker:radioactive_nachos>*4,
[[<divinerpg:tomato>, <divinerpg:tomato>, <divinerpg:tomato>],
[<techreborn:smalldust:69>, <minecraft:potato>, <techreborn:smalldust:69>],
[<minecraft:potato>, <minecraft:potato>, <minecraft:potato>]]);
recipes.addShapeless(<contenttweaker:yummy_concrete>,
[<advancedrocketry:concrete>,
<minecraft:bucket>]);
recipes.addShaped(<extratrees:food:40>*4,
[[null, <forestry:fruits:6>, null],
[<forestry:fruits:6>, <extratrees:food:40>, <forestry:fruits:6>],
[null, <forestry:fruits:6>, null]]);
recipes.addShaped(<extratrees:food:40>*32,
[[<contenttweaker:sacred_cinders_fruit>, <forestry:fruits:6>, <contenttweaker:sacred_cinders_fruit>],
[<forestry:fruits:6>, <extratrees:food:40>, <forestry:fruits:6>],
[<contenttweaker:sacred_cinders_fruit>, <forestry:fruits:6>, <contenttweaker:sacred_cinders_fruit>]]);
recipes.addShapeless(<contenttweaker:cajun_spice>,
[<bewitchment:garlic>,
<aoa3:chilli>,
<ore:salt>,
<bewitchment:white_sage>]);
recipes.addShapeless(<contenttweaker:just_jambalaya>,
[<actuallyadditions:item_food:16>,
<contenttweaker:cajun_spice>,
<minecraft:chicken>,
<contenttweaker:ground_pork>,
<divinerpg:tomato>]);
#loader contenttweaker
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.ItemFood;
var speed = VanillaFactory.createItemFood("test_food", 6);
speed.saturation = 2;
speed.onItemFoodEaten = function(stack, world, player) {
player.addPotionEffect(<potion:thaumcraft:warpward>.makePotionEffect(600, 1));
};
speed.register();
var meatball1 = VanillaFactory.createItemFood("hearty_meatball", 5);
meatball1.saturation = 1;
meatball1.onItemFoodEaten = function(stack, world, player) {
player.addPotionEffect(<potion:minecraft:jump_boost>.makePotionEffect(1200, 0));
player.addPotionEffect(<potion:minecraft:speed>.makePotionEffect(1200, 0));
};
meatball1.register();
var meatball0 = VanillaFactory.createItemFood("meatball", 1);
meatball0.saturation = 1;
meatball0.register();
var spaghettimeatball = VanillaFactory.createItemFood("meatball_pasta", 3);
spaghettimeatball.saturation = 2;
spaghettimeatball.register();
var pastameatballspicy = VanillaFactory.createItemFood("spicy_meatball_pasta", 8);
pastameatballspicy.saturation = 2;
pastameatballspicy.onItemFoodEaten = function(stack, world, player) {
player.addPotionEffect(<potion:minecraft:jump_boost>.makePotionEffect(1200, 0));
player.addPotionEffect(<potion:minecraft:speed>.makePotionEffect(1200, 0));
};
pastameatballspicy.register();
var pastameatball = VanillaFactory.createItemFood("fiery_meatball_pasta", 8);
pastameatball.saturation = 2;
pastameatball.onItemFoodEaten = function(stack, world, player) {
player.addPotionEffect(<potion:minecraft:jump_boost>.makePotionEffect(36000, 0));
player.addPotionEffect(<potion:minecraft:speed>.makePotionEffect(36000, 0));
};
pastameatball.register();
var intpastameatball = VanillaFactory.createItemFood("intense_meatball_pasta", 8);
intpastameatball.saturation = 2;
intpastameatball.onItemFoodEaten = function(stack, world, player) {
player.addPotionEffect(<potion:minecraft:jump_boost>.makePotionEffect(36000, 4));
player.addPotionEffect(<potion:minecraft:speed>.makePotionEffect(36000, 4));
};
intpastameatball.register();
var agliooliopeperoncinopasta = VanillaFactory.createItemFood("aglio_olio_peperoncino_pasta", 8);
agliooliopeperoncinopasta.saturation = 3;
agliooliopeperoncinopasta.onItemFoodEaten = function(stack, world, player) {
player.addPotionEffect(<potion:minecraft:speed>.makePotionEffect(48000, 1));
};
agliooliopeperoncinopasta.register();
var strangemeatball = VanillaFactory.createItemFood("strange_meatball", 2);
strangemeatball.saturation = 1;
strangemeatball.onItemFoodEaten = function(stack, world, player) {
player.addPotionEffect(<potion:minecraft:jump_boost>.makePotionEffect(36000, 10));
player.addPotionEffect(<potion:minecraft:speed>.makePotionEffect(36000, 10));
player.addPotionEffect(<potion:minecraft:weakness>.makePotionEffect(36000, 4));
};
strangemeatball.register();
var driedvishroom = VanillaFactory.createItemFood("dried_vishroom", 2);
driedvishroom.saturation = 1;
driedvishroom.onItemFoodEaten = function(stack, world, player) {
player.addPotionEffect(<potion:minecraft:blindness>.makePotionEffect(600, 1));
// player.addPotionEffect(<potion:cyclicmagic:blindness>.makePotionEffect(12000, 0));
player.addPotionEffect(<potion:minecraft:luck>.makePotionEffect(36000, 3));
};
driedvishroom.register();
var strangebrownie = VanillaFactory.createItemFood("strange_brownie", 1);
strangebrownie.saturation = 1;
strangebrownie.onItemFoodEaten = function(stack, world, player) {
player.addPotionEffect(<potion:minecraft:hunger>.makePotionEffect(12000, 1));
};
strangebrownie.register();
var goldensteak = VanillaFactory.createItemFood("golden_steak", 4);
goldensteak.saturation = 3;
goldensteak.onItemFoodEaten = function(stack, world, player) {
player.addPotionEffect(<potion:minecraft:strength>.makePotionEffect(12000, 0));
};
goldensteak.register();
var goldensteakplu = VanillaFactory.createItemFood("really_golden_steak", 4);
goldensteakplu.saturation = 3;
goldensteakplu.onItemFoodEaten = function(stack, world, player) {
player.addPotionEffect(<potion:minecraft:strength>.makePotionEffect(480, 5));
};
goldensteakplu.register();
var bentos = VanillaFactory.createItemFood("bento_s", 4);
bentos.saturation = 1;
bentos.register();
var bentom = VanillaFactory.createItemFood("bento_m", 5);
bentom.saturation = 2;
bentom.register();
var bentol = VanillaFactory.createItemFood("bento_l", 6);
bentol.saturation = 3;
bentol.register();
var bentoxl = VanillaFactory.createItemFood("bento_xl", 6);
bentoxl.saturation = 4;
bentoxl.onItemFoodEaten = function(stack, world, player) {
player.addPotionEffect(<potion:minecraft:water_breathing>.makePotionEffect(36000, 0));
};
bentoxl.register();
var bentoxxl = VanillaFactory.createItemFood("bento_xxl", 8);
bentoxxl.saturation = 4;
bentoxxl.onItemFoodEaten = function(stack, world, player) {
player.addPotionEffect(<potion:minecraft:water_breathing>.makePotionEffect(36000, 0));
player.addPotionEffect(<potion:minecraft:regeneration>.makePotionEffect(12000, 0));
player.addPotionEffect(<potion:minecraft:night_vision>.makePotionEffect(36000, 0));
};
bentoxxl.register();
var bentoxxxl = VanillaFactory.createItemFood("bento_xxxl", 16);
bentoxxxl.saturation = 5;
bentoxxxl.onItemFoodEaten = function(stack, world, player) {
player.addPotionEffect(<potion:minecraft:water_breathing>.makePotionEffect(36000, 0));
player.addPotionEffect(<potion:minecraft:regeneration>.makePotionEffect(12000, 2));
player.addPotionEffect(<potion:minecraft:night_vision>.makePotionEffect(36000, 0));
};
bentoxxxl.register();
var buffalocharger = VanillaFactory.createItemFood("buffalo_charger", 5);
buffalocharger.saturation = 1;
buffalocharger.onItemFoodEaten = function(stack, world, player) {
player.addPotionEffect(<potion:minecraft:speed>.makePotionEffect(600, 1));
};
buffalocharger.register();
var dragoneggomelette = VanillaFactory.createItemFood("dragon_egg_omelette", 5);
dragoneggomelette.saturation = 1;
dragoneggomelette.onItemFoodEaten = function(stack, world, player) {
player.addPotionEffect(<potion:minecraft:health_boost>.makePotionEffect(12000, 20));
};
dragoneggomelette.register();
var sourcandyx = VanillaFactory.createItemFood("sour_candy_x", 5);
sourcandyx.saturation = 1;
sourcandyx.onItemFoodEaten = function(stack, world, player) {
player.addPotionEffect(<potion:minecraft:speed>.makePotionEffect(999999, 100));
};
sourcandyx.register();
var burned_enchanted_feather = VanillaFactory.createItemFood("burned_enchanted_feather", 5);
burned_enchanted_feather.saturation = 1;
burned_enchanted_feather.onItemFoodEaten = function(stack, world, player) {
player.addPotionEffect(<potion:minecraft:speed>.makePotionEffect(999999, 100));
};
burned_enchanted_feather.register();
var lollypopy = VanillaFactory.createItemFood("lollypop_y", 5);
lollypopy.saturation = 1;
lollypopy.onItemFoodEaten = function(stack, world, player) {
player.addPotionEffect(<potion:minecraft:speed>.makePotionEffect(999999, 100));
};
lollypopy.register();
var gummywormz = VanillaFactory.createItemFood("gummy_worm_z", 5);
gummywormz.saturation = 1;
gummywormz.onItemFoodEaten = function(stack, world, player) {
player.addPotionEffect(<potion:minecraft:speed>.makePotionEffect(999999, 100));
};
gummywormz.register();
var addictioncookie = VanillaFactory.createItemFood("addiction_cookie", 5);
addictioncookie.saturation = 1;
addictioncookie.onItemFoodEaten = function(stack, world, player) {
player.sendChat("出门逛逛吧!");
};
addictioncookie.register();
var sausagesandwich = VanillaFactory.createItemFood("sausage_sandwich", 5);
sausagesandwich.saturation = 1;
sausagesandwich.onItemFoodEaten = function(stack, world, player) {
player.sendChat("莫非你是从地球另一边来的?");
};
sausagesandwich.register();
var chocchertruf = VanillaFactory.createItemFood("chocolate_cherry_truffle", 5);
chocchertruf.saturation = 1;
chocchertruf.onItemFoodEaten = function(stack, world, player) {
player.sendChat("享受生活中的小确幸。");
};
chocchertruf.register();
//-------------------------------------------------------------------
var lovelylatke = VanillaFactory.createItemFood("lovely_latke", 5);
lovelylatke.saturation = 1;
lovelylatke.onItemFoodEaten = function(stack, world, player) {
player.sendChat("聚亲友,享天伦,不可轻忽。");
};
lovelylatke.register();
var nicecleansalad = VanillaFactory.createItemFood("nice_clean_salad", 5);
nicecleansalad.saturation = 1;
nicecleansalad.onItemFoodEaten = function(stack, world, player) {
player.sendChat("一屋不扫,何以MC");
player.addPotionEffect(<potion:minecraft:strength>.makePotionEffect(32000, 2));
};
nicecleansalad.register();
var bigboysteak = VanillaFactory.createItemFood("big_boy_steak", 5);
bigboysteak.saturation = 1;
bigboysteak.onItemFoodEaten = function(stack, world, player) {
player.sendChat("乘众人之智,则无不任也;用众人之力,则无不胜也。");
};
bigboysteak.register();
var fortunecookie = VanillaFactory.createItemFood("fortune_cookie", 5);
fortunecookie.saturation = 1;
fortunecookie.onItemFoodEaten = function(stack, world, player) {
player.sendChat("志可凌云,活在当下。");
};
fortunecookie.register();
var pandistelle = VanillaFactory.createItemFood("pan_di_stelle", 5);
pandistelle.saturation = 1;
pandistelle.onItemFoodEaten = function(stack, world, player) {
player.sendChat("梦想当怀,志不可失。");
};
pandistelle.register();
var plentifulpraline = VanillaFactory.createItemFood("plentiful_praline", 5);
plentifulpraline.saturation = 1;
plentifulpraline.onItemFoodEaten = function(stack, world, player) {
player.sendChat("幸福比成就更重要,不过两者并不冲突!");
};
plentifulpraline.register();
var friendlyfrittata = VanillaFactory.createItemFood("friendly_frittata", 5);
friendlyfrittata.saturation = 1;
friendlyfrittata.onItemFoodEaten = function(stack, world, player) {
player.sendChat("真朋友很重要,几乎和打通这个整合包一样重要 ;)");
};
friendlyfrittata.register();
var sacredcindersfruit = VanillaFactory.createItemFood("sacred_cinders_fruit", 5);
sacredcindersfruit.saturation = 1;
sacredcindersfruit.onItemFoodEaten = function(stack, world, player) {
player.sendChat("求知若饥,虚心若愚。");
};
sacredcindersfruit.register();
// __________________________________________________
var ethicalempanada = VanillaFactory.createItemFood("ethical_empanada", 5);
ethicalempanada.saturation = 1;
ethicalempanada.onItemFoodEaten = function(stack, world, player) {
player.sendChat("君子量不极,胸吞百川流。");
};
ethicalempanada.register();
var nimblehummusdip = VanillaFactory.createItemFood("nimble_hummus_dip", 5);
nimblehummusdip.saturation = 1;
nimblehummusdip.onItemFoodEaten = function(stack, world, player) {
player.sendChat("久在樊笼里,复得返自然。");
};
nimblehummusdip.register();
var heavypolenta = VanillaFactory.createItemFood("heavy_polenta", 5);
heavypolenta.saturation = 1;
heavypolenta.onItemFoodEaten = function(stack, world, player) {
player.sendChat("今天你走够1万步了吗?");
};
heavypolenta.register();
var multifruitmilkshake = VanillaFactory.createItemFood("multi_fruit_milkshake", 5);
multifruitmilkshake.saturation = 1;
multifruitmilkshake.onItemFoodEaten = function(stack, world, player) {
player.sendChat("是时候起来练10分钟腹肌了!");
};
multifruitmilkshake.register();
var feastofhell = VanillaFactory.createItemFood("feast_of_hell", 5);
feastofhell.saturation = 1;
feastofhell.onItemFoodEaten = function(stack, world, player) {
player.sendChat("良言一句三冬暖,恶语伤人六月寒。");
};
feastofhell.register();
var tastyeyedelight = VanillaFactory.createItemFood("tasty_eye_delight", 5);
tastyeyedelight.saturation = 1;
tastyeyedelight.onItemFoodEaten = function(stack, world, player) {
player.sendChat("机会总是不期而至,要做的便是做好准备!");
};
tastyeyedelight.register();
var monolithicmeal = VanillaFactory.createItemFood("monolithic_meal", 5);
monolithicmeal.saturation = 1;
monolithicmeal.onItemFoodEaten = function(stack, world, player) {
player.sendChat("伟大必有其根基。我们是站在巨人肩上的矮人。");
};
monolithicmeal.register();
var hellspotchop = VanillaFactory.createItemFood("hellspot_chop", 3);
hellspotchop.saturation = 2;
hellspotchop.onItemFoodEaten = function(stack, world, player) {
player.addPotionEffect(<potion:minecraft:poison>.makePotionEffect(1200, 0));
};
hellspotchop.register();
var disgustingomelette = VanillaFactory.createItemFood("disgusting_omelette", 3);
disgustingomelette.saturation = 2;
disgustingomelette.onItemFoodEaten = function(stack, world, player) {
player.addPotionEffect(<potion:minecraft:poison>.makePotionEffect(1200, 0));
};
disgustingomelette.register();
var cubejellocubes = VanillaFactory.createItemFood("cube_jello_cubes", 3);
cubejellocubes.saturation = 2;
cubejellocubes.onItemFoodEaten = function(stack, world, player) {
player.sendChat("赞美立方 #并非邪教");
};
cubejellocubes.register();
var radiactivenachos = VanillaFactory.createItemFood("radioactive_nachos", 1);
radiactivenachos.saturation = 2;
radiactivenachos.onItemFoodEaten = function(stack, world, player) {
player.sendChat("快餐虽好,莫要贪多。");
};
radiactivenachos.register();
var yummyconcrete = VanillaFactory.createItemFood("yummy_concrete", 5);
yummyconcrete.saturation = 1;
yummyconcrete.onItemFoodEaten = function(stack, world, player) {
player.sendChat("灵感来自r/feedthememes");
player.addPotionEffect(<potion:minecraft:slowness>.makePotionEffect(3000, 20));
};
yummyconcrete.register();
var justjambalaya = VanillaFactory.createItemFood("just_jambalaya", 5);
justjambalaya.saturation = 1;
justjambalaya.onItemFoodEaten = function(stack, world, player) {
player.sendChat("世事无常,困苦共担。");
};
justjambalaya.register();
var blackholejuice = VanillaFactory.createItemFood("black_hole_juice", 5);
blackholejuice.saturation = 1;
blackholejuice.onItemFoodEaten = function(stack, world, player) {
player.sendChat("别想太多,尽享此刻,你已成功!");
};
blackholejuice.register();
var gatedarknesssashimi = VanillaFactory.createItemFood("sashimi_of_the_gate_of_darkness", 5);
gatedarknesssashimi.saturation = 1;
gatedarknesssashimi.onItemFoodEaten = function(stack, world, player) {
player.sendChat("尽情享用吧,次元飞升大师!");
};
gatedarknesssashimi.register();
var callandorappleslice = VanillaFactory.createItemFood("linked_apple_slice", 5);
callandorappleslice.saturation = 1;
callandorappleslice.onItemFoodEaten = function(stack, world, player) {
player.sendChat("伟大的一口");
};
callandorappleslice.register();
var cleansedcinnamonapple = VanillaFactory.createItemFood("cleansed_cinnamon_apple", 5);
cleansedcinnamonapple.saturation = 1;
cleansedcinnamonapple.onItemFoodEaten = function(stack, world, player) {
player.sendChat("看哪!这就是力量之巅!");
};
cleansedcinnamonapple.register();
+5
View File
@@ -331,6 +331,11 @@ recipes.addShaped(<extratrees:food:40>*4,
[<forestry:fruits:6>, <extratrees:food:40>, <forestry:fruits:6>],
[null, <forestry:fruits:6>, null]]);
recipes.addShaped(<extratrees:food:40>*32,
[[<contenttweaker:sacred_cinders_fruit>, <forestry:fruits:6>, <contenttweaker:sacred_cinders_fruit>],
[<forestry:fruits:6>, <extratrees:food:40>, <forestry:fruits:6>],
[<contenttweaker:sacred_cinders_fruit>, <forestry:fruits:6>, <contenttweaker:sacred_cinders_fruit>]]);
recipes.addShapeless(<contenttweaker:cajun_spice>,
[<bewitchment:garlic>,
<aoa3:chilli>,
+9 -9
View File
@@ -524,11 +524,11 @@ demonicember.localizedName = "恶魔余烬";
demonicember.register();
val darkmatter = mods.contenttweaker.tconstruct.MaterialBuilder.create("rebalanced_dark_matter");
worthy.color = 0x3f1266;
worthy.craftable = false;
worthy.liquid = <fluid:whisper_of_worthiness>;
worthy.castable = true;
worthy.addItem(<item:contenttweaker:stone_of_worthiness>,1,2500);
darkmatter.color = 0x321a3b;
darkmatter.craftable = true;
// abyssalflesh.liquid = <fluid:molten_barathosynium>;
darkmatter.castable = false;
darkmatter.addItem(<item:contenttweaker:sanitized_dark_matter>,1,144);
darkmatter.representativeItem = <item:contenttweaker:sanitized_dark_matter>;
darkmatter.addHeadMaterialStats(1200, 13.62f, 9.04f, 5);
darkmatter.addHandleMaterialStats(2.03, 350);
@@ -584,10 +584,10 @@ trinity.register();
val worthy = mods.contenttweaker.tconstruct.MaterialBuilder.create("worthy");
worthy.color = 0x3f1266;
worthy.craftable = true;
// abyssalflesh.liquid = <fluid:molten_barathosynium>;
worthy.castable = false;
worthy.addItem(<item:contenttweaker:stone_of_worthiness>,1,144);
worthy.craftable = false;
worthy.liquid = <fluid:whisper_of_worthiness>;
worthy.castable = true;
worthy.addItem(<item:contenttweaker:stone_of_worthiness>,1,2500);
worthy.representativeItem = <item:contenttweaker:stone_of_worthiness>;
worthy.addHeadMaterialStats(100, 1.62f, 6000.04f, 1);
worthy.addHandleMaterialStats(1.03, 100);
+1 -1
View File
@@ -794,7 +794,7 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:strange_stone_call
[<contenttweaker:imperfect_gallifreyan_plate>, <contenttweaker:ender_divine_ore>, <contenttweaker:defined_ingot>, <contenttweaker:ender_divine_ore>, <contenttweaker:imperfect_gallifreyan_plate>],
[<contenttweaker:ender_divine_ore>, <contenttweaker:defined_ingot>, <contenttweaker:fifth_order_mythic_fractal>, <contenttweaker:defined_ingot>, <contenttweaker:ender_divine_ore>],
[<contenttweaker:imperfect_gallifreyan_plate>, <contenttweaker:ender_divine_ore>, <contenttweaker:defined_ingot>, <contenttweaker:ender_divine_ore>, <contenttweaker:imperfect_gallifreyan_plate>],
[<contenttweaker:imperfect_gallifreyan_plate>, <contenttweaker:imperfect_gallifreyan_plate>, <contenttweaker:ender_divine_ore>, <contenttweaker:imperfect_gallifreyan_plate>, <contenttweaker:imperfect_gallifreyan_plate>]]);
[<contenttweaker:imperfect_gallifreyan_plate>, <contenttweaker:imperfect_gallifreyan_plate>, <contenttweaker:ender_divine_ore>, <contenttweaker:imperfect_gallifreyan_plate>, <contenttweaker:imperfect_gallifreyan_plate>]]);