the animals rise up
This commit is contained in:
		
							parent
							
								
									6d4b9ff36e
								
							
						
					
					
						commit
						f44613a0bb
					
				
							
								
								
									
										127
									
								
								config/domestication-innovation.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										127
									
								
								config/domestication-innovation.toml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,127 @@ | |||||||
|  | 
 | ||||||
|  | [general] | ||||||
|  | 	#true if wolves, cats, parrots, foxes, axolotls, etc can be set to wander, sit or follow | ||||||
|  | 	trinary_command_system = true | ||||||
|  | 	#true if axolotls are fully tameable (axolotl must be tamed with tropical fish) | ||||||
|  | 	tameable_axolotls = true | ||||||
|  | 	#true if horses, donkeys, llamas, etc can be given enchants, beds, etc | ||||||
|  | 	tameable_horse = true | ||||||
|  | 	#true if foxes are fully tameable (fox must be tamed via breeding) | ||||||
|  | 	tameable_fox = true | ||||||
|  | 	#true if rabbits are fully tameable (rabbit must be tamed with carrots) | ||||||
|  | 	tameable_rabbit = true | ||||||
|  | 	#true if frogs are fully tameable (rabbit must be tamed with spider eyes) | ||||||
|  | 	tameable_frog = true | ||||||
|  | 	#true if attacks do not register on pets from their owners and go through them to attack a mob behind them | ||||||
|  | 	swing_through_pets = true | ||||||
|  | 	#true if apples can turn into rotten apples if they despawn | ||||||
|  | 	rotten_apple = true | ||||||
|  | 	#true if mobs can respawn in pet beds the next morning after they die | ||||||
|  | 	pet_bed_respawns = false | ||||||
|  | 	#true if collar tag functionality are enabled. If this is disabled, there is no way to enchant mobs! | ||||||
|  | 	collar_tags = true | ||||||
|  | 	#true if rabbits scare ravagers like they used to do | ||||||
|  | 	rabbits_scare_ravagers = true | ||||||
|  | 	#true if animal tamer villagers are enabled. Their work station is a pet bed | ||||||
|  | 	animal_tamer_villager = true | ||||||
|  | 	#the spawn weight of the pet store in villages, set to 0 to disable it entirely | ||||||
|  | 	#Range: 0 ~ 1000 | ||||||
|  | 	petstore_village_weight = 17 | ||||||
|  | 
 | ||||||
|  | [loot] | ||||||
|  | 	#true if pet curse enchantments should only appear in loot, and not the enchanting table. | ||||||
|  | 	pet_curse_enchantments_loot_only = true | ||||||
|  | 	#percent chance of woodland mansion loot table containing sinister carrot: | ||||||
|  | 	#Range: 0.0 ~ 1.0 | ||||||
|  | 	sinister_carrot_loot_chance = 0.3 | ||||||
|  | 	#percent chance of burried treasure loot table containing Bubbling book: | ||||||
|  | 	#Range: 0.0 ~ 1.0 | ||||||
|  | 	bubbling_loot_chance = 0.65 | ||||||
|  | 	#percent chance of woodland mansion loot table containing Vampire book: | ||||||
|  | 	#Range: 0.0 ~ 1.0 | ||||||
|  | 	vampirism_loot_chance = 0.22 | ||||||
|  | 	#percent chance of end city loot table containing Void Cloud book: | ||||||
|  | 	#Range: 0.0 ~ 1.0 | ||||||
|  | 	void_cloud_loot_chance = 0.19 | ||||||
|  | 	#percent chance of mineshaft loot table containing Ore Scenting book: | ||||||
|  | 	#Range: 0.0 ~ 1.0 | ||||||
|  | 	ore_scenting_loot_chance = 0.15 | ||||||
|  | 	#percent chance of ancient city loot table containing Muffled book: | ||||||
|  | 	#Range: 0.0 ~ 1.0 | ||||||
|  | 	muffled_loot_chance = 0.19 | ||||||
|  | 	#percent chance of nether fortress loot table containing Blazing Protection book: | ||||||
|  | 	#Range: 0.0 ~ 1.0 | ||||||
|  | 	blazing_protection_loot_chance = 0.2 | ||||||
|  | 
 | ||||||
|  | [enchantments] | ||||||
|  | 	#true if health boost enchant is enabled, false if disabled | ||||||
|  | 	health_boost_enabled = true | ||||||
|  | 	#true if fireproof enchant is enabled, false if disabled | ||||||
|  | 	fireproof_enabled = true | ||||||
|  | 	#true if immunity frame enchant is enabled, false if disabled | ||||||
|  | 	immunity_frame_enabled = true | ||||||
|  | 	#true if deflection enchant is enabled, false if disabled | ||||||
|  | 	deflection_enabled = true | ||||||
|  | 	#true if poison resistance enchant is enabled, false if disabled | ||||||
|  | 	poison_resistance_enabled = true | ||||||
|  | 	#true if chain lightning enchant is enabled, false if disabled | ||||||
|  | 	chain_lightning_enabled = true | ||||||
|  | 	#true if speedster enchant is enabled, false if disabled | ||||||
|  | 	speedster_enabled = true | ||||||
|  | 	#true if frost fang enchant is enabled, false if disabled | ||||||
|  | 	frost_fang_enabled = true | ||||||
|  | 	#true if magnetic enchant is enabled, false if disabled | ||||||
|  | 	magnetic_enabled = true | ||||||
|  | 	#true if linked inventory enchant is enabled, false if disabled | ||||||
|  | 	linked_inventory_enabled = true | ||||||
|  | 	#true if total recall enchant is enabled, false if disabled | ||||||
|  | 	total_recall_enabled = true | ||||||
|  | 	#true if health siphon enchant is enabled, false if disabled | ||||||
|  | 	health_siphon_enabled = true | ||||||
|  | 	#true if bubbling enchant is enabled, false if disabled | ||||||
|  | 	bubbling_enabled = true | ||||||
|  | 	#true if herding enchant is enabled, false if disabled | ||||||
|  | 	herding_enabled = true | ||||||
|  | 	#true if amphibious enchant is enabled, false if disabled | ||||||
|  | 	amphibious_enabled = true | ||||||
|  | 	#true if vampire enchant is enabled, false if disabled | ||||||
|  | 	vampire_enabled = true | ||||||
|  | 	#true if void cloud enchant is enabled, false if disabled | ||||||
|  | 	void_cloud_enabled = true | ||||||
|  | 	#true if charisma enchant is enabled, false if disabled | ||||||
|  | 	charisma_enabled = true | ||||||
|  | 	#true if shadow hands enchant is enabled, false if disabled | ||||||
|  | 	shadow_hands_enabled = true | ||||||
|  | 	#true if disc jockey enchant is enabled, false if disabled | ||||||
|  | 	disc_jockey_enabled = true | ||||||
|  | 	#true if defusal enchant is enabled, false if disabled | ||||||
|  | 	defusal_enabled = true | ||||||
|  | 	#true if warping bite enchant is enabled, false if disabled | ||||||
|  | 	warping_bite_enabled = true | ||||||
|  | 	#true if ore scenting enchant is enabled, false if disabled | ||||||
|  | 	ore_scenting_enabled = true | ||||||
|  | 	#true if gluttonous enchant is enabled, false if disabled | ||||||
|  | 	gluttonous_enabled = true | ||||||
|  | 	#true if psychic wall enchant is enabled, false if disabled | ||||||
|  | 	psychic_wall_enabled = true | ||||||
|  | 	#true if intimidation enchant is enabled, false if disabled | ||||||
|  | 	intimidation_enabled = true | ||||||
|  | 	#true if tethered teleport enchant is enabled, false if disabled | ||||||
|  | 	tethered_teleport_enabled = true | ||||||
|  | 	#true if muffled enchant is enabled, false if disabled | ||||||
|  | 	muffled_enabled = true | ||||||
|  | 	#true if blazing protection enchant is enabled, false if disabled | ||||||
|  | 	blazing_protection_enabled = true | ||||||
|  | 	#true if healing aura enchant is enabled, false if disabled | ||||||
|  | 	healing_aura_enabled = true | ||||||
|  | 	#true if rejuvenation enchant is enabled, false if disabled | ||||||
|  | 	rejuvenation_enabled = true | ||||||
|  | 	#true if undead curse enchant is enabled, false if disabled | ||||||
|  | 	undead_curse_enabled = true | ||||||
|  | 	#true if infamy curse enchant is enabled, false if disabled | ||||||
|  | 	infamy_curse_enabled = true | ||||||
|  | 	#true if blight curse enchant is enabled, false if disabled | ||||||
|  | 	blight_curse_enabled = true | ||||||
|  | 	#true if immaturity curse enchant is enabled, false if disabled | ||||||
|  | 	immaturity_curse_enabled = true | ||||||
|  | 
 | ||||||
							
								
								
									
										14
									
								
								index.toml
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								index.toml
									
									
									
									
									
								
							| @ -76,6 +76,10 @@ hash = "52edad6d1dce2348c7c9567dfd44cee5e01d20fd3972d1ad100556fe2a29c63e" | |||||||
| file = "config/darkness.properties" | file = "config/darkness.properties" | ||||||
| hash = "fc82c8f560bdbfe91dea86989db3f44ebde62782c648e7d91f363357527b3b63" | hash = "fc82c8f560bdbfe91dea86989db3f44ebde62782c648e7d91f363357527b3b63" | ||||||
| 
 | 
 | ||||||
|  | [[files]] | ||||||
|  | file = "config/domestication-innovation.toml" | ||||||
|  | hash = "331ddf98fc510ed2e4878aa6783e298b8614ce309c0a8ed86eac64b1c54605b9" | ||||||
|  | 
 | ||||||
| [[files]] | [[files]] | ||||||
| file = "config/entityculling.json" | file = "config/entityculling.json" | ||||||
| hash = "b8a87894038f8e3fed39687928119da41553ec72fafd3c6b98e39efb62ac6e7d" | hash = "b8a87894038f8e3fed39687928119da41553ec72fafd3c6b98e39efb62ac6e7d" | ||||||
| @ -491,6 +495,11 @@ file = "mods/caverns-and-chasms.pw.toml" | |||||||
| hash = "19d66fabd8d51b9aea138b7fb7c87cb7a64dbc220c522df0285c2b1787d29e24" | hash = "19d66fabd8d51b9aea138b7fb7c87cb7a64dbc220c522df0285c2b1787d29e24" | ||||||
| metafile = true | metafile = true | ||||||
| 
 | 
 | ||||||
|  | [[files]] | ||||||
|  | file = "mods/citadel.pw.toml" | ||||||
|  | hash = "0fb385358a28d57e2b81dad049d881ac9514d4a2918ae3b955a2409210da57ab" | ||||||
|  | metafile = true | ||||||
|  | 
 | ||||||
| [[files]] | [[files]] | ||||||
| file = "mods/cloth-config.pw.toml" | file = "mods/cloth-config.pw.toml" | ||||||
| hash = "fe2b1cb8e815ed0fb5fbc46cb808411237f1694dce52f87242a1798fffcfc558" | hash = "fe2b1cb8e815ed0fb5fbc46cb808411237f1694dce52f87242a1798fffcfc558" | ||||||
| @ -531,6 +540,11 @@ file = "mods/death-knell.pw.toml" | |||||||
| hash = "459cbe197b15e847cc04e32f943adce77ba26af8198522b194f7c9f8ea8b7562" | hash = "459cbe197b15e847cc04e32f943adce77ba26af8198522b194f7c9f8ea8b7562" | ||||||
| metafile = true | metafile = true | ||||||
| 
 | 
 | ||||||
|  | [[files]] | ||||||
|  | file = "mods/domestication-innovation.pw.toml" | ||||||
|  | hash = "c6e57865d881bc8ee8271dc40e471b2e50415a32063e9cbe91ef4deb78fe28c6" | ||||||
|  | metafile = true | ||||||
|  | 
 | ||||||
| [[files]] | [[files]] | ||||||
| file = "mods/dynamic-lights.pw.toml" | file = "mods/dynamic-lights.pw.toml" | ||||||
| hash = "689de1398b2d03f2518da3c82f003dc533536d84c103c85222808ef5da1185b9" | hash = "689de1398b2d03f2518da3c82f003dc533536d84c103c85222808ef5da1185b9" | ||||||
|  | |||||||
							
								
								
									
										13
									
								
								mods/citadel.pw.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								mods/citadel.pw.toml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,13 @@ | |||||||
|  | name = "Citadel" | ||||||
|  | filename = "citadel-1.12.6-1.19.jar" | ||||||
|  | side = "both" | ||||||
|  | 
 | ||||||
|  | [download] | ||||||
|  | url = "https://cdn.modrinth.com/data/jJfV67b1/versions/LOHm0ffg/citadel-1.12.6-1.19.jar" | ||||||
|  | hash-format = "sha1" | ||||||
|  | hash = "788c13f5076d80698d5892023243c92402084ebd" | ||||||
|  | 
 | ||||||
|  | [update] | ||||||
|  | [update.modrinth] | ||||||
|  | mod-id = "jJfV67b1" | ||||||
|  | version = "LOHm0ffg" | ||||||
							
								
								
									
										13
									
								
								mods/domestication-innovation.pw.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								mods/domestication-innovation.pw.toml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,13 @@ | |||||||
|  | name = "Domestication Innovation" | ||||||
|  | filename = "domesticationinnovation-1.6.1-1.19.2.jar" | ||||||
|  | side = "both" | ||||||
|  | 
 | ||||||
|  | [download] | ||||||
|  | url = "https://cdn.modrinth.com/data/h5JyLdjM/versions/FQhDA1rS/domesticationinnovation-1.6.1-1.19.2.jar" | ||||||
|  | hash-format = "sha1" | ||||||
|  | hash = "9d26f64a4dac8e4a36f7e3578c8b7df2ac050372" | ||||||
|  | 
 | ||||||
|  | [update] | ||||||
|  | [update.modrinth] | ||||||
|  | mod-id = "h5JyLdjM" | ||||||
|  | version = "FQhDA1rS" | ||||||
| @ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" | |||||||
| [index] | [index] | ||||||
| file = "index.toml" | file = "index.toml" | ||||||
| hash-format = "sha256" | hash-format = "sha256" | ||||||
| hash = "3318ddeb370c431a46f84b2a8f5932bbf3db2ef7ec085806bc751272d3a5adf4" | hash = "13b3ffb83feabfc667a6e0a18ac0cd4979cc53d9732181ebe5b109ba3e3d6f12" | ||||||
| 
 | 
 | ||||||
| [versions] | [versions] | ||||||
| forge = "43.3.13" | forge = "43.3.13" | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user