This commit is contained in:
parent
650bfcdaae
commit
a644a0ce15
|
|
@ -170462,7 +170462,7 @@ elements.e15514 = {
|
|||
};
|
||||
|
||||
elements.e15515 = {
|
||||
name: "Niggah",
|
||||
name: "No",
|
||||
behavior: behaviors.LIQUID,
|
||||
category: "elem3",
|
||||
state: "liquid",
|
||||
|
|
@ -218466,7 +218466,7 @@ elements.e19879 = {
|
|||
};
|
||||
|
||||
elements.e19880 = {
|
||||
name: "Nigga",
|
||||
name: "No",
|
||||
behavior: behaviors.LIQUID,
|
||||
category: "elem3",
|
||||
state: "liquid",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
/*
|
||||
This mod has been moved.
|
||||
*/
|
||||
|
||||
/*
|
||||
elements.cum = {
|
||||
name: "cum",
|
||||
color: "#e6e1d5",
|
||||
|
|
@ -610,3 +615,4 @@ runAfterLoad(function() {
|
|||
]
|
||||
};
|
||||
});
|
||||
*/
|
||||
|
|
@ -4,7 +4,7 @@ var structureMod = "mods/structure_test.js";
|
|||
var rbtMod = "mods/randomness_but_tick.js";
|
||||
|
||||
if(enabledMods.includes(libraryMod) && enabledMods.includes(structureMod) && enabledMods.includes(rbtMod)) {
|
||||
var injectorPoisonCategories = ["life","auto creepers","shit","cum","food","fantastic creatures","fey","auto_fey"];
|
||||
var injectorPoisonCategories = ["life","auto creepers","food","fantastic creatures","fey","auto_fey"];
|
||||
var injectorPoisonBlacklist = ["injector_poison","dead_matter","poisoned_dirt"];
|
||||
var injectorPoisonWhitelist = ["blood","poop","blood_ice","wood","wood_plank","sawdust","straw","paper","birthpool","dried_poop","gloomfly","meat_monster","rotten_ravager","bone_beast","withery","withery_plant","banana","apple","rotten_apple","apioform_player","apioform_bee","apioform","apiodiagoform","sugar_cactus","sugar_cactus_seed","flowering_sugar_cactus","tree_branch","sap","silk","red_velvet","silk_velvet","ketchup", "enchanted_ketchup", "frozen_ketchup", "poisoned_ketchup", "frozen_poisoned_ketchup", "ketchup_spout", "ketchup_cloud", "poisoned_ketchup_cloud", "ketchup_snow", "ketchup_snow_cloud", "poisoned_ketchup_snow", "poisoned_ketchup_snow_cloud", "ketchup_gas", "poisoned_ketchup_gas", "ketchup_powder", "poisoned_ketchup_powder", "eketchup_spout", "ketchup_metal", "antiketchup", "dirty_ketchup", "ketchup_gold", "molten_ketchup_metal", "ketchup_fairy", "ketchup_metal_scrap", "ketchup_gold_scrap", "molten_ketchup_gold", "mycelium","vaccine","antibody","infection","sap","caramel","molasses","melted_chocolate","soda","mustard","fry_sauce","tomato_sauce","sugary_tomato_sauce","bio_ooze","zombie_blood","feather","tooth","decayed_tooth","plaque","tartar","bacteria","replacer_bacteria","pop_rocks"];
|
||||
var injectorPoisonSubstitutions = {
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ if(!enabledMods.includes(fireMod)) {
|
|||
alert(`The ${fireMod} mod is required and has been automatically inserted (reload for this to take effect).`);
|
||||
} else {
|
||||
|
||||
var lifeEaterCategories = ["life","auto creepers","shit","cum","food","fantastic creatures","fey","auto_fey"];
|
||||
var lifeEaterCategories = ["life","auto creepers","food","fantastic creatures","fey","auto_fey"];
|
||||
var lifeEaterBlacklist = ["life_eater_virus","life_eater_slurry","life_eater_infected_dirt"];
|
||||
var lifeEaterWhitelist = ["blood","poop","blood_ice","wood","wood_plank","sawdust","straw","paper","birthpool","dried_poop","gloomfly","meat_monster","rotten_ravager","bone_beast","withery","withery_plant","banana","apple","rotten_apple","apioform_player","apioform_bee","apioform","apiodiagoform","sugar_cactus","sugar_cactus_seed","flowering_sugar_cactus","tree_branch","sap","silk","red_velvet","silk_velvet","ketchup", "enchanted_ketchup", "frozen_ketchup", "poisoned_ketchup", "frozen_poisoned_ketchup", "ketchup_spout", "ketchup_cloud", "poisoned_ketchup_cloud", "ketchup_snow", "ketchup_snow_cloud", "poisoned_ketchup_snow", "poisoned_ketchup_snow_cloud", "ketchup_gas", "poisoned_ketchup_gas", "ketchup_powder", "poisoned_ketchup_powder", "eketchup_spout", "ketchup_metal", "antiketchup", "dirty_ketchup", "ketchup_gold", "molten_ketchup_metal", "ketchup_fairy", "ketchup_metal_scrap", "ketchup_gold_scrap", "molten_ketchup_gold", "mycelium","vaccine","antibody","infection","sap","caramel","molasses","melted_chocolate","soda","mustard","fry_sauce","tomato_sauce","sugary_tomato_sauce","bio_ooze","zombie_blood","feather","tooth","decayed_tooth","plaque","tartar","bacteria","replacer_bacteria","pop_rocks"];
|
||||
var lifeEaterSubstitutions = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue