统合
This commit is contained in:
@@ -1247,8 +1247,8 @@ oathoftheundeadlords.itemRightClick = function(stack, world, player, hand) {
|
||||
// check if player is in right dimension
|
||||
if(player.getDimension() != 193) {
|
||||
if(player.getDimension() != 192) {
|
||||
player.sendChat("“需”位于争竞界");
|
||||
return "FAIL";
|
||||
player.sendChat("“需”位于争竞界");
|
||||
return "FAIL";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1284,7 +1284,7 @@ oathoftheundeadlords.itemRightClick = function(stack, world, player, hand) {
|
||||
val BarathosMatches = checkBiomesAtPositions(BarathosBiomeName, playerpos, BarathosBiomeLocations, world) as int;
|
||||
val MysteriumMatches = checkBiomesAtPositions(MysteriumBiomeName, playerpos, MysteriumBiomeLocations, world) as int;
|
||||
val IcespikesMatches = checkBiomesAtPositions(IcespikesBiomeName, playerpos, IcespikesBiomeLocations, world) as int;
|
||||
val OuterLandsMatches = checkBiomesAtPositions(OuterlandsBiomeName, playerpos, OuterLandsBiomeLocations, world) as int;
|
||||
val OuterLandsMatches = checkBiomesAtPositions(OuterlandsBiomeName, playerpos, OuterLandsBiomeLocations, world) as int;
|
||||
|
||||
if((OuterLandsMatches) == 1) {
|
||||
var pos3 = player.position.asPosition3f();
|
||||
|
||||
@@ -39,3 +39,4 @@ recipes.remove(<bc_ex_laser:ex_laser_mk3>);
|
||||
recipes.remove(<bc_ex_laser:ex_laser_mk4>);
|
||||
recipes.remove(<bc_ex_laser:ex_laser_mk5>);
|
||||
|
||||
|
||||
|
||||
@@ -119,3 +119,4 @@
|
||||
<contenttweaker:time_lords_callstone>.addTooltip(format.red("需在指定维度使用:伽里弗雷"));
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -310,3 +310,4 @@ recipes.addShaped(<chickens:spawn_egg>.withTag({ChickenType: {id: "contenttweake
|
||||
[[<agricraft:agri_nugget:11>, <agricraft:agri_nugget:11>, <agricraft:agri_nugget:11>],
|
||||
[<soulshardsrespawn:materials:1>, <minecraft:egg>, <soulshardsrespawn:materials:1>],
|
||||
[<agricraft:agri_nugget:11>, <agricraft:agri_nugget:11>, <agricraft:agri_nugget:11>]]);
|
||||
|
||||
|
||||
@@ -62,3 +62,4 @@ events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -3019,3 +3019,4 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -3421,3 +3421,4 @@ import crafttweaker.item.IItemCondition;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -372,3 +372,10 @@ mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:skythern_core>*2,
|
||||
[<contenttweaker:starlight_sphere>, <contenttweaker:empowerment_core>, <contenttweaker:muon_crystal>, <aoa3:ambient_infusion_stone>, <contenttweaker:muon_crystal>, <contenttweaker:empowerment_core>, <contenttweaker:starlight_sphere>],
|
||||
[<contenttweaker:starlight_sphere>, <avaritia:block_resource:2>, <contenttweaker:empowerment_core>, <bloodmagic:blood_tank:7>.withTag({Fluid: {FluidName: "iron", Amount: 2048000}}), <contenttweaker:empowerment_core>, <avaritia:block_resource:2>, <contenttweaker:starlight_sphere>],
|
||||
[<divinerpg:experienced_cori_statue>, <contenttweaker:starlight_sphere>, <contenttweaker:starlight_sphere>, <divinerpg:skythern_heart>, <contenttweaker:starlight_sphere>, <contenttweaker:starlight_sphere>, <divinerpg:experienced_cori_statue>]]);
|
||||
|
||||
|
||||
|
||||
recipes.addShaped(<divinerpg:mortum_heart>,
|
||||
[[<divinerpg:mortum_gem>, <divinerpg:mortum_gem>, <divinerpg:mortum_gem>],
|
||||
[<divinerpg:mortum_gem>, <contenttweaker:mortum_core>, <divinerpg:mortum_gem>],
|
||||
[<divinerpg:mortum_gem>, <divinerpg:mortum_gem>, <divinerpg:mortum_gem>]]);
|
||||
|
||||
@@ -194,3 +194,4 @@ intestinesloot34.addInput(<mod_lavacow:intestine>);
|
||||
intestinesloot34.setOutputs([<contenttweaker:recursive_paper_flying>]);
|
||||
intestinesloot34.build();
|
||||
|
||||
|
||||
|
||||
@@ -400,3 +400,4 @@ witherswarthpuzzle.setOutputs([<contenttweaker:medallion_of_undead_repellence>])
|
||||
witherswarthpuzzle.build();
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -334,3 +334,4 @@ rclickdimlet38.build();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -43,3 +43,4 @@ safenuke3.addOutput(<fluid:cold_plasma>*1000);
|
||||
safenuke3.build();
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user