删除弃用配置项

This commit is contained in:
17146 2025-06-16 00:55:36 +08:00 committed by Light_Quanta
parent cd3e84ba75
commit 950d888478
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959

View file

@ -18,8 +18,6 @@ public class VehicleConfig {
public static ModConfigSpec.IntValue REPAIR_COOLDOWN; public static ModConfigSpec.IntValue REPAIR_COOLDOWN;
public static ModConfigSpec.DoubleValue REPAIR_AMOUNT; public static ModConfigSpec.DoubleValue REPAIR_AMOUNT;
@Deprecated(forRemoval = true)
public static ModConfigSpec.IntValue MK42_HP;
public static ModConfigSpec.IntValue MK42_AP_DAMAGE; public static ModConfigSpec.IntValue MK42_AP_DAMAGE;
public static ModConfigSpec.IntValue MK42_AP_EXPLOSION_DAMAGE; public static ModConfigSpec.IntValue MK42_AP_EXPLOSION_DAMAGE;
public static ModConfigSpec.IntValue MK42_AP_EXPLOSION_RADIUS; public static ModConfigSpec.IntValue MK42_AP_EXPLOSION_RADIUS;
@ -27,8 +25,6 @@ public class VehicleConfig {
public static ModConfigSpec.IntValue MK42_HE_EXPLOSION_DAMAGE; public static ModConfigSpec.IntValue MK42_HE_EXPLOSION_DAMAGE;
public static ModConfigSpec.IntValue MK42_HE_EXPLOSION_RADIUS; public static ModConfigSpec.IntValue MK42_HE_EXPLOSION_RADIUS;
@Deprecated(forRemoval = true)
public static ModConfigSpec.IntValue MLE1934_HP;
public static ModConfigSpec.IntValue MLE1934_AP_DAMAGE; public static ModConfigSpec.IntValue MLE1934_AP_DAMAGE;
public static ModConfigSpec.IntValue MLE1934_AP_EXPLOSION_DAMAGE; public static ModConfigSpec.IntValue MLE1934_AP_EXPLOSION_DAMAGE;
public static ModConfigSpec.IntValue MLE1934_AP_EXPLOSION_RADIUS; public static ModConfigSpec.IntValue MLE1934_AP_EXPLOSION_RADIUS;
@ -38,37 +34,17 @@ public class VehicleConfig {
public static ModConfigSpec.IntValue HEAVY_MACHINE_GUN_DAMAGE; public static ModConfigSpec.IntValue HEAVY_MACHINE_GUN_DAMAGE;
@Deprecated(forRemoval = true)
public static ModConfigSpec.IntValue ANNIHILATOR_HP;
@Deprecated(forRemoval = true)
public static ModConfigSpec.IntValue ANNIHILATOR_MAX_ENERGY;
public static ModConfigSpec.IntValue ANNIHILATOR_SHOOT_COST; public static ModConfigSpec.IntValue ANNIHILATOR_SHOOT_COST;
@Deprecated(forRemoval = true)
public static ModConfigSpec.IntValue LASER_TOWER_HP;
@Deprecated(forRemoval = true)
public static ModConfigSpec.IntValue LASER_TOWER_MAX_ENERGY;
public static ModConfigSpec.IntValue LASER_TOWER_COOLDOWN; public static ModConfigSpec.IntValue LASER_TOWER_COOLDOWN;
public static ModConfigSpec.IntValue LASER_TOWER_DAMAGE; public static ModConfigSpec.IntValue LASER_TOWER_DAMAGE;
public static ModConfigSpec.IntValue LASER_TOWER_SHOOT_COST; public static ModConfigSpec.IntValue LASER_TOWER_SHOOT_COST;
@Deprecated(forRemoval = true)
public static ModConfigSpec.IntValue SPEEDBOAT_HP;
@Deprecated(forRemoval = true)
public static ModConfigSpec.IntValue SPEEDBOAT_MAX_ENERGY;
public static ModConfigSpec.IntValue SPEEDBOAT_ENERGY_COST; public static ModConfigSpec.IntValue SPEEDBOAT_ENERGY_COST;
@Deprecated(forRemoval = true)
public static ModConfigSpec.IntValue WHEELCHAIR_HP;
@Deprecated(forRemoval = true)
public static ModConfigSpec.IntValue WHEELCHAIR_MAX_ENERGY;
public static ModConfigSpec.IntValue WHEELCHAIR_JUMP_ENERGY_COST; public static ModConfigSpec.IntValue WHEELCHAIR_JUMP_ENERGY_COST;
public static ModConfigSpec.IntValue WHEELCHAIR_MOVE_ENERGY_COST; public static ModConfigSpec.IntValue WHEELCHAIR_MOVE_ENERGY_COST;
@Deprecated(forRemoval = true)
public static ModConfigSpec.IntValue AH_6_HP;
@Deprecated(forRemoval = true)
public static ModConfigSpec.IntValue AH_6_MAX_ENERGY;
public static ModConfigSpec.IntValue AH_6_MIN_ENERGY_COST; public static ModConfigSpec.IntValue AH_6_MIN_ENERGY_COST;
public static ModConfigSpec.IntValue AH_6_MAX_ENERGY_COST; public static ModConfigSpec.IntValue AH_6_MAX_ENERGY_COST;
public static ModConfigSpec.IntValue AH_6_CANNON_DAMAGE; public static ModConfigSpec.IntValue AH_6_CANNON_DAMAGE;
@ -79,37 +55,21 @@ public class VehicleConfig {
public static ModConfigSpec.IntValue AH_6_ROCKET_EXPLOSION_RADIUS; public static ModConfigSpec.IntValue AH_6_ROCKET_EXPLOSION_RADIUS;
public static ModConfigSpec.BooleanValue AH_6_CANNON_DESTROY; public static ModConfigSpec.BooleanValue AH_6_CANNON_DESTROY;
@Deprecated(forRemoval = true)
public static ModConfigSpec.IntValue LAV_150_HP;
@Deprecated(forRemoval = true)
public static ModConfigSpec.IntValue LAV_150_MAX_ENERGY;
public static ModConfigSpec.IntValue LAV_150_ENERGY_COST; public static ModConfigSpec.IntValue LAV_150_ENERGY_COST;
public static ModConfigSpec.IntValue LAV_150_CANNON_DAMAGE; public static ModConfigSpec.IntValue LAV_150_CANNON_DAMAGE;
public static ModConfigSpec.IntValue LAV_150_CANNON_EXPLOSION_DAMAGE; public static ModConfigSpec.IntValue LAV_150_CANNON_EXPLOSION_DAMAGE;
public static ModConfigSpec.DoubleValue LAV_150_CANNON_EXPLOSION_RADIUS; public static ModConfigSpec.DoubleValue LAV_150_CANNON_EXPLOSION_RADIUS;
public static ModConfigSpec.DoubleValue LAV_150_MACHINE_GUN_DAMAGE; public static ModConfigSpec.DoubleValue LAV_150_MACHINE_GUN_DAMAGE;
@Deprecated(forRemoval = true)
public static ModConfigSpec.IntValue TOM_6_HP;
@Deprecated(forRemoval = true)
public static ModConfigSpec.IntValue TOM_6_MAX_ENERGY;
public static ModConfigSpec.IntValue TOM_6_ENERGY_COST; public static ModConfigSpec.IntValue TOM_6_ENERGY_COST;
public static ModConfigSpec.IntValue TOM_6_BOMB_EXPLOSION_DAMAGE; public static ModConfigSpec.IntValue TOM_6_BOMB_EXPLOSION_DAMAGE;
public static ModConfigSpec.DoubleValue TOM_6_BOMB_EXPLOSION_RADIUS; public static ModConfigSpec.DoubleValue TOM_6_BOMB_EXPLOSION_RADIUS;
@Deprecated(forRemoval = true)
public static ModConfigSpec.IntValue BMP_2_HP;
@Deprecated(forRemoval = true)
public static ModConfigSpec.IntValue BMP_2_MAX_ENERGY;
public static ModConfigSpec.IntValue BMP_2_ENERGY_COST; public static ModConfigSpec.IntValue BMP_2_ENERGY_COST;
public static ModConfigSpec.IntValue BMP_2_CANNON_DAMAGE; public static ModConfigSpec.IntValue BMP_2_CANNON_DAMAGE;
public static ModConfigSpec.IntValue BMP_2_CANNON_EXPLOSION_DAMAGE; public static ModConfigSpec.IntValue BMP_2_CANNON_EXPLOSION_DAMAGE;
public static ModConfigSpec.DoubleValue BMP_2_CANNON_EXPLOSION_RADIUS; public static ModConfigSpec.DoubleValue BMP_2_CANNON_EXPLOSION_RADIUS;
@Deprecated(forRemoval = true)
public static ModConfigSpec.IntValue YX_100_HP;
@Deprecated(forRemoval = true)
public static ModConfigSpec.IntValue YX_100_MAX_ENERGY;
public static ModConfigSpec.IntValue YX_100_SHOOT_COST; public static ModConfigSpec.IntValue YX_100_SHOOT_COST;
public static ModConfigSpec.IntValue YX_100_ENERGY_COST; public static ModConfigSpec.IntValue YX_100_ENERGY_COST;
public static ModConfigSpec.IntValue YX_100_AP_CANNON_DAMAGE; public static ModConfigSpec.IntValue YX_100_AP_CANNON_DAMAGE;
@ -121,10 +81,6 @@ public class VehicleConfig {
public static ModConfigSpec.IntValue YX_100_SWARM_EXPLOSION_DAMAGE; public static ModConfigSpec.IntValue YX_100_SWARM_EXPLOSION_DAMAGE;
public static ModConfigSpec.DoubleValue YX_100_SWARM_EXPLOSION_RADIUS; public static ModConfigSpec.DoubleValue YX_100_SWARM_EXPLOSION_RADIUS;
@Deprecated(forRemoval = true)
public static ModConfigSpec.IntValue PRISM_TANK_HP;
@Deprecated(forRemoval = true)
public static ModConfigSpec.IntValue PRISM_TANK_MAX_ENERGY;
public static ModConfigSpec.IntValue PRISM_TANK_ENERGY_COST; public static ModConfigSpec.IntValue PRISM_TANK_ENERGY_COST;
public static ModConfigSpec.IntValue PRISM_TANK_DAMAGE_MODE_1; public static ModConfigSpec.IntValue PRISM_TANK_DAMAGE_MODE_1;
public static ModConfigSpec.IntValue PRISM_TANK_SHOOT_COST_MODE_1; public static ModConfigSpec.IntValue PRISM_TANK_SHOOT_COST_MODE_1;
@ -133,20 +89,12 @@ public class VehicleConfig {
public static ModConfigSpec.IntValue PRISM_TANK_DAMAGE_MODE_2; public static ModConfigSpec.IntValue PRISM_TANK_DAMAGE_MODE_2;
public static ModConfigSpec.IntValue PRISM_TANK_SHOOT_COST_MODE_2; public static ModConfigSpec.IntValue PRISM_TANK_SHOOT_COST_MODE_2;
@Deprecated(forRemoval = true)
public static ModConfigSpec.IntValue HPJ11_HP;
@Deprecated(forRemoval = true)
public static ModConfigSpec.IntValue HPJ11_MAX_ENERGY;
public static ModConfigSpec.DoubleValue HPJ11_DAMAGE; public static ModConfigSpec.DoubleValue HPJ11_DAMAGE;
public static ModConfigSpec.DoubleValue HPJ11_EXPLOSION_DAMAGE; public static ModConfigSpec.DoubleValue HPJ11_EXPLOSION_DAMAGE;
public static ModConfigSpec.DoubleValue HPJ11_EXPLOSION_RADIUS; public static ModConfigSpec.DoubleValue HPJ11_EXPLOSION_RADIUS;
public static ModConfigSpec.IntValue HPJ11_SHOOT_COST; public static ModConfigSpec.IntValue HPJ11_SHOOT_COST;
public static ModConfigSpec.IntValue HPJ11_SEEK_COST; public static ModConfigSpec.IntValue HPJ11_SEEK_COST;
@Deprecated(forRemoval = true)
public static ModConfigSpec.IntValue A_10_HP;
@Deprecated(forRemoval = true)
public static ModConfigSpec.IntValue A_10_MAX_ENERGY;
public static ModConfigSpec.IntValue A_10_MAX_ENERGY_COST; public static ModConfigSpec.IntValue A_10_MAX_ENERGY_COST;
public static ModConfigSpec.IntValue A_10_CANNON_DAMAGE; public static ModConfigSpec.IntValue A_10_CANNON_DAMAGE;
public static ModConfigSpec.IntValue A_10_CANNON_EXPLOSION_DAMAGE; public static ModConfigSpec.IntValue A_10_CANNON_EXPLOSION_DAMAGE;
@ -187,9 +135,6 @@ public class VehicleConfig {
builder.push("MK-42"); builder.push("MK-42");
builder.comment("Deprecated, use datapack to change this value instead");
MK42_HP = builder.defineInRange("mk_42_hp", 350, 1, 10000000);
builder.comment("The AP shell damage of MK-42"); builder.comment("The AP shell damage of MK-42");
MK42_AP_DAMAGE = builder.defineInRange("mk_42_ap_damage", 450, 1, 10000000); MK42_AP_DAMAGE = builder.defineInRange("mk_42_ap_damage", 450, 1, 10000000);
@ -212,9 +157,6 @@ public class VehicleConfig {
builder.push("MLE-1934"); builder.push("MLE-1934");
builder.comment("Deprecated, use datapack to change this value instead");
MLE1934_HP = builder.defineInRange("mle_1934_hp", 350, 1, 10000000);
builder.comment("The AP shell damage of MLE-1934"); builder.comment("The AP shell damage of MLE-1934");
MLE1934_AP_DAMAGE = builder.defineInRange("mle_1934_ap_damage", 500, 1, 10000000); MLE1934_AP_DAMAGE = builder.defineInRange("mle_1934_ap_damage", 500, 1, 10000000);
@ -244,22 +186,13 @@ public class VehicleConfig {
builder.push("Annihilator"); builder.push("Annihilator");
builder.comment("Deprecated, use datapack to change this value instead");
ANNIHILATOR_HP = builder.defineInRange("annihilator_hp", 1200, 1, 10000000);
builder.comment("The energy cost of Annihilator per shoot"); builder.comment("The energy cost of Annihilator per shoot");
ANNIHILATOR_SHOOT_COST = builder.defineInRange("annihilator_shoot_cost", 2000000, 0, 2147483647); ANNIHILATOR_SHOOT_COST = builder.defineInRange("annihilator_shoot_cost", 2000000, 0, 2147483647);
builder.comment("Deprecated, use datapack to change this value instead");
ANNIHILATOR_MAX_ENERGY = builder.defineInRange("annihilator_max_energy", 20000000, 0, 2147483647);
builder.pop(); builder.pop();
builder.push("Laser Tower"); builder.push("Laser Tower");
builder.comment("Deprecated, use datapack to change this value instead");
LASER_TOWER_HP = builder.defineInRange("laser_tower_hp", 100, 1, 10000000);
builder.comment("The damage of Laser Tower"); builder.comment("The damage of Laser Tower");
LASER_TOWER_DAMAGE = builder.defineInRange("laser_tower_damage", 15, 1, 10000000); LASER_TOWER_DAMAGE = builder.defineInRange("laser_tower_damage", 15, 1, 10000000);
@ -269,54 +202,33 @@ public class VehicleConfig {
builder.comment("The energy cost of Laser Tower per shoot"); builder.comment("The energy cost of Laser Tower per shoot");
LASER_TOWER_SHOOT_COST = builder.defineInRange("laser_tower_shoot_cost", 5000, 0, 2147483647); LASER_TOWER_SHOOT_COST = builder.defineInRange("laser_tower_shoot_cost", 5000, 0, 2147483647);
builder.comment("Deprecated, use datapack to change this value instead");
LASER_TOWER_MAX_ENERGY = builder.defineInRange("laser_tower_max_energy", 500000, 0, 2147483647);
builder.pop(); builder.pop();
builder.push("Speedboat"); builder.push("Speedboat");
builder.comment("Deprecated, use datapack to change this value instead");
SPEEDBOAT_HP = builder.defineInRange("speedboat_hp", 200, 1, 10000000);
builder.comment("The energy cost of Speedboat per tick"); builder.comment("The energy cost of Speedboat per tick");
SPEEDBOAT_ENERGY_COST = builder.defineInRange("speedboat_energy_cost", 16, 0, 2147483647); SPEEDBOAT_ENERGY_COST = builder.defineInRange("speedboat_energy_cost", 16, 0, 2147483647);
builder.comment("Deprecated, use datapack to change this value instead");
SPEEDBOAT_MAX_ENERGY = builder.defineInRange("speedboat_max_energy", 500000, 0, 2147483647);
builder.pop(); builder.pop();
builder.push("Wheelchair"); builder.push("Wheelchair");
builder.comment("Deprecated, use datapack to change this value instead");
WHEELCHAIR_HP = builder.defineInRange("wheelchair_hp", 30, 1, 10000000);
builder.comment("The jump energy cost of the wheelchair"); builder.comment("The jump energy cost of the wheelchair");
WHEELCHAIR_JUMP_ENERGY_COST = builder.defineInRange("wheelchair_jump_energy_cost", 400, 0, 2147483647); WHEELCHAIR_JUMP_ENERGY_COST = builder.defineInRange("wheelchair_jump_energy_cost", 400, 0, 2147483647);
builder.comment("The move energy cost of the wheelchair"); builder.comment("The move energy cost of the wheelchair");
WHEELCHAIR_MOVE_ENERGY_COST = builder.defineInRange("wheelchair_move_energy_cost", 1, 0, 2147483647); WHEELCHAIR_MOVE_ENERGY_COST = builder.defineInRange("wheelchair_move_energy_cost", 1, 0, 2147483647);
builder.comment("Deprecated, use datapack to change this value instead");
WHEELCHAIR_MAX_ENERGY = builder.defineInRange("wheelchair_max_energy", 24000, 0, 2147483647);
builder.pop(); builder.pop();
builder.push("AH_6"); builder.push("AH_6");
builder.comment("Deprecated, use datapack to change this value instead");
AH_6_HP = builder.defineInRange("ah_6_hp", 250, 1, 10000000);
builder.comment("The min energy cost of AH-6 per tick"); builder.comment("The min energy cost of AH-6 per tick");
AH_6_MIN_ENERGY_COST = builder.defineInRange("ah_6_min_energy_cost", 64, 0, 2147483647); AH_6_MIN_ENERGY_COST = builder.defineInRange("ah_6_min_energy_cost", 64, 0, 2147483647);
builder.comment("The max energy cost of AH-6 per tick"); builder.comment("The max energy cost of AH-6 per tick");
AH_6_MAX_ENERGY_COST = builder.defineInRange("ah_6_max_energy_cost", 128, 0, 2147483647); AH_6_MAX_ENERGY_COST = builder.defineInRange("ah_6_max_energy_cost", 128, 0, 2147483647);
builder.comment("Deprecated, use datapack to change this value instead");
AH_6_MAX_ENERGY = builder.defineInRange("ah_6_max_energy", 5000000, 0, 2147483647);
builder.comment("The cannon damage of AH-6"); builder.comment("The cannon damage of AH-6");
AH_6_CANNON_DAMAGE = builder.defineInRange("ah_6_cannon_damage", 25, 1, 10000000); AH_6_CANNON_DAMAGE = builder.defineInRange("ah_6_cannon_damage", 25, 1, 10000000);
@ -342,15 +254,9 @@ public class VehicleConfig {
builder.push("LAV-150"); builder.push("LAV-150");
builder.comment("Deprecated, use datapack to change this value instead");
LAV_150_HP = builder.defineInRange("lav_150_hp", 250, 1, 10000000);
builder.comment("The energy cost of LAV-150 per tick"); builder.comment("The energy cost of LAV-150 per tick");
LAV_150_ENERGY_COST = builder.defineInRange("lav_150_energy_cost", 64, 0, 2147483647); LAV_150_ENERGY_COST = builder.defineInRange("lav_150_energy_cost", 64, 0, 2147483647);
builder.comment("Deprecated, use datapack to change this value instead");
LAV_150_MAX_ENERGY = builder.defineInRange("lav_150_max_energy", 5000000, 0, 2147483647);
builder.comment("The cannon damage of LAV-150"); builder.comment("The cannon damage of LAV-150");
LAV_150_CANNON_DAMAGE = builder.defineInRange("lav_150_cannon_damage", 45, 1, 10000000); LAV_150_CANNON_DAMAGE = builder.defineInRange("lav_150_cannon_damage", 45, 1, 10000000);
@ -367,15 +273,9 @@ public class VehicleConfig {
builder.push("Tom-6"); builder.push("Tom-6");
builder.comment("Deprecated, use datapack to change this value instead");
TOM_6_HP = builder.defineInRange("tom_6_hp", 40, 1, 10000000);
builder.comment("The energy cost of Tom-6 per tick"); builder.comment("The energy cost of Tom-6 per tick");
TOM_6_ENERGY_COST = builder.defineInRange("tom_6_energy_cost", 16, 0, 2147483647); TOM_6_ENERGY_COST = builder.defineInRange("tom_6_energy_cost", 16, 0, 2147483647);
builder.comment("Deprecated, use datapack to change this value instead");
TOM_6_MAX_ENERGY = builder.defineInRange("tom_6_max_energy", 100000, 0, 2147483647);
builder.comment("The Melon Bomb explosion damage of Tom-6"); builder.comment("The Melon Bomb explosion damage of Tom-6");
TOM_6_BOMB_EXPLOSION_DAMAGE = builder.defineInRange("tom_6_bomb_explosion_damage", 500, 1, 10000000); TOM_6_BOMB_EXPLOSION_DAMAGE = builder.defineInRange("tom_6_bomb_explosion_damage", 500, 1, 10000000);
@ -386,15 +286,9 @@ public class VehicleConfig {
builder.push("BMP-2"); builder.push("BMP-2");
builder.comment("Deprecated, use datapack to change this value instead");
BMP_2_HP = builder.defineInRange("bmp_2_hp", 300, 1, 10000000);
builder.comment("The energy cost of BMP-2 per tick"); builder.comment("The energy cost of BMP-2 per tick");
BMP_2_ENERGY_COST = builder.defineInRange("bmp_2_energy_cost", 64, 0, 2147483647); BMP_2_ENERGY_COST = builder.defineInRange("bmp_2_energy_cost", 64, 0, 2147483647);
builder.comment("Deprecated, use datapack to change this value instead");
BMP_2_MAX_ENERGY = builder.defineInRange("bmp_2_max_energy", 5000000, 0, 2147483647);
builder.comment("The cannon damage of BMP-2"); builder.comment("The cannon damage of BMP-2");
BMP_2_CANNON_DAMAGE = builder.defineInRange("bmp_2_cannon_damage", 55, 1, 10000000); BMP_2_CANNON_DAMAGE = builder.defineInRange("bmp_2_cannon_damage", 55, 1, 10000000);
@ -408,18 +302,12 @@ public class VehicleConfig {
builder.push("YX-100"); builder.push("YX-100");
builder.comment("Deprecated, use datapack to change this value instead");
YX_100_HP = builder.defineInRange("yx_100_hp", 500, 1, 10000000);
builder.comment("The energy cost of YX-100 per tick"); builder.comment("The energy cost of YX-100 per tick");
YX_100_ENERGY_COST = builder.defineInRange("yx_100_energy_cost", 128, 0, 2147483647); YX_100_ENERGY_COST = builder.defineInRange("yx_100_energy_cost", 128, 0, 2147483647);
builder.comment("The energy cost of YX-100 per shoot"); builder.comment("The energy cost of YX-100 per shoot");
YX_100_SHOOT_COST = builder.defineInRange("yx_100_shoot_cost", 24000, 0, 2147483647); YX_100_SHOOT_COST = builder.defineInRange("yx_100_shoot_cost", 24000, 0, 2147483647);
builder.comment("Deprecated, use datapack to change this value instead");
YX_100_MAX_ENERGY = builder.defineInRange("yx_100_max_energy", 20000000, 0, 2147483647);
builder.comment("The cannon damage of YX-100"); builder.comment("The cannon damage of YX-100");
YX_100_AP_CANNON_DAMAGE = builder.defineInRange("yx_100_ap_cannon_damage", 500, 1, 10000000); YX_100_AP_CANNON_DAMAGE = builder.defineInRange("yx_100_ap_cannon_damage", 500, 1, 10000000);
@ -448,12 +336,6 @@ public class VehicleConfig {
builder.push("Prism Tank"); builder.push("Prism Tank");
builder.comment("Deprecated, use datapack to change this value instead");
PRISM_TANK_HP = builder.defineInRange("prism_tank_hp", 400, 1, 10000000);
builder.comment("Deprecated, use datapack to change this value instead");
PRISM_TANK_MAX_ENERGY = builder.defineInRange("prism_tank_energy", 20000000, 0, 2147483647);
builder.comment("The energy cost of Prism Tank per tick"); builder.comment("The energy cost of Prism Tank per tick");
PRISM_TANK_ENERGY_COST = builder.defineInRange("prism_tank_energy_cost", 96, 0, 2147483647); PRISM_TANK_ENERGY_COST = builder.defineInRange("prism_tank_energy_cost", 96, 0, 2147483647);
@ -479,12 +361,6 @@ public class VehicleConfig {
builder.push("HPJ-11"); builder.push("HPJ-11");
builder.comment("Deprecated, use datapack to change this value instead");
HPJ11_HP = builder.defineInRange("hpj_11_hp", 350, 1, 10000000);
builder.comment("Deprecated, use datapack to change this value instead");
HPJ11_MAX_ENERGY = builder.defineInRange("hpj_11_max_energy", 5000000, 0, 2147483647);
builder.comment("The damage of HPJ-11"); builder.comment("The damage of HPJ-11");
HPJ11_DAMAGE = builder.defineInRange("hpj_11_damage", 20d, 1, 10000000); HPJ11_DAMAGE = builder.defineInRange("hpj_11_damage", 20d, 1, 10000000);
@ -504,15 +380,9 @@ public class VehicleConfig {
builder.push("A-10"); builder.push("A-10");
builder.comment("Deprecated, use datapack to change this value instead");
A_10_HP = builder.defineInRange("A_10_hp", 350, 1, 10000000);
builder.comment("The max energy cost of A-10 per tick"); builder.comment("The max energy cost of A-10 per tick");
A_10_MAX_ENERGY_COST = builder.defineInRange("A_10_max_energy_cost", 256, 0, 2147483647); A_10_MAX_ENERGY_COST = builder.defineInRange("A_10_max_energy_cost", 256, 0, 2147483647);
builder.comment("Deprecated, use datapack to change this value instead");
A_10_MAX_ENERGY = builder.defineInRange("A_10_max_energy", 10000000, 0, 2147483647);
builder.comment("The cannon damage of A-10"); builder.comment("The cannon damage of A-10");
A_10_CANNON_DAMAGE = builder.defineInRange("A_10_cannon_damage", 30, 1, 10000000); A_10_CANNON_DAMAGE = builder.defineInRange("A_10_cannon_damage", 30, 1, 10000000);