Fixed a crash found in #25 relating to spawn configuration registration
Actually defined hitbox sizes Made size adjustments to several creatures Added the Achillobator, Chilesaurus, Mussaurus, Suchomimus, Thescelosaurus and it's items Improved swimming behavior for terrestrial and avian creatures Made Dilophosaurus animation fixes relating to its frill Added natural breeding as life finds a way Added a short amount of health regeneration after full hunger so dinos don't die from hunting too much Fixed avian AI to not select the Idle state while flying, and generally improved their behavior Increased the chance and timespan of which dinos select a new place to move Increased the minimum speed for dinos to move when roaming to stop animations not playing Set a minimum speed when a dino is on Ice so it actaully moves Add random setting to spawn egg item Fix entities not middle-mouse-clickable Drastically reduced spawn rate of many creatures Fixes hand feeding, and thereby being able to put entities in the breeding state Replaces machine models Changed AI to ignore creepers Adds tags for each entity in the forge namespace to have compatibility with other mods that add the same entity, as long as they support this too Fixes machine input and export logic with pipes and hoppers Fixes inworld water input via bucket with fossil cleaner Fixes pipe logic to actually select a new fill point Fixes herbivores not being able to self feed
This commit is contained in:
@@ -81,6 +81,10 @@
|
||||
"item.jurassicrevived.tupuxuara_spawn_egg": "Tupuxuara Spawn Egg",
|
||||
"item.jurassicrevived.zhenyuanopterus_spawn_egg": "Zhenyuanopterus Spawn Egg",
|
||||
"item.jurassicrevived.achillobator_spawn_egg": "Achillobator Spawn Egg",
|
||||
"item.jurassicrevived.suchomimus_spawn_egg": "Suchomimus Spawn Egg",
|
||||
"item.jurassicrevived.chilesaurus_spawn_egg": "Chilesaurus Spawn Egg",
|
||||
"item.jurassicrevived.thescelosaurus_spawn_egg": "Thescelosaurus Spawn Egg",
|
||||
"item.jurassicrevived.mussasaurus_spawn_egg": "Mussasaurus Spawn Egg",
|
||||
|
||||
"entity.jurassicrevived.apatosaurus": "Apatosaurus",
|
||||
"entity.jurassicrevived.albertosaurus": "Albertosaurus",
|
||||
@@ -158,6 +162,10 @@
|
||||
"entity.jurassicrevived.tupuxuara": "Tupuxuara",
|
||||
"entity.jurassicrevived.zhenyuanopterus": "Zhenyuanopterus",
|
||||
"entity.jurassicrevived.achillobator": "Achillobator",
|
||||
"entity.jurassicrevived.suchomimus": "Suchomimus",
|
||||
"entity.jurassicrevived.chilesaurus": "Chilesaurus",
|
||||
"entity.jurassicrevived.thescelosaurus": "Thescelosaurus",
|
||||
"entity.jurassicrevived.mussasaurus": "Mussasaurus",
|
||||
|
||||
"block.jurassicrevived.cat_plushie": "Cat Plushie",
|
||||
"block.jurassicrevived.trash_can": "Trash Can",
|
||||
@@ -305,6 +313,10 @@
|
||||
"item.jurassicrevived.utahraptor_skull_fossil": "Utahraptor Skull Fossil",
|
||||
"item.jurassicrevived.zhenyuanopterus_skull_fossil": "Zhenyuanopterus Skull Fossil",
|
||||
"item.jurassicrevived.achillobator_skull_fossil": "Achillobator Skull Fossil",
|
||||
"item.jurassicrevived.suchomimus_skull_fossil": "Suchomimus Skull Fossil",
|
||||
"item.jurassicrevived.chilesaurus_skull_fossil": "Chilesaurus Skull Fossil",
|
||||
"item.jurassicrevived.thescelosaurus_skull_fossil": "Thescelosaurus Skull Fossil",
|
||||
"item.jurassicrevived.mussasaurus_skull_fossil": "Mussasaurus Skull Fossil",
|
||||
|
||||
"item.jurassicrevived.fresh_velociraptor_skull": "Fresh Velociraptor Skull",
|
||||
"item.jurassicrevived.fresh_tyrannosaurus_rex_skull": "Fresh Tyrannosaurus Rex Skull",
|
||||
@@ -380,6 +392,10 @@
|
||||
"item.jurassicrevived.fresh_utahraptor_skull": "Fresh Utahraptor Skull",
|
||||
"item.jurassicrevived.fresh_zhenyuanopterus_skull": "Fresh Zhenyuanopterus Skull",
|
||||
"item.jurassicrevived.fresh_achillobator_skull": "Fresh Achillobator Skull",
|
||||
"item.jurassicrevived.fresh_suchomimus_skull": "Fresh Suchomimus Skull",
|
||||
"item.jurassicrevived.fresh_chilesaurus_skull": "Fresh Chilesaurus Skull",
|
||||
"item.jurassicrevived.fresh_thescelosaurus_skull": "Fresh Mussasaurus Skull",
|
||||
"item.jurassicrevived.fresh_mussasaurus_skull": "Fresh Mussasaurus Skull",
|
||||
|
||||
"item.jurassicrevived.test_tube": "Test Tube",
|
||||
"item.jurassicrevived.syringe": "Syringe",
|
||||
@@ -470,6 +486,10 @@
|
||||
"item.jurassicrevived.utahraptor_tissue": "Utahraptor Tissue",
|
||||
"item.jurassicrevived.zhenyuanopterus_tissue": "Zhenyuanopterus Tissue",
|
||||
"item.jurassicrevived.achillobator_tissue": "Achillobator Tissue",
|
||||
"item.jurassicrevived.suchomimus_tissue": "Suchomimus Tissue",
|
||||
"item.jurassicrevived.chilesaurus_tissue": "Chilesaurus Tissue",
|
||||
"item.jurassicrevived.thescelosaurus_tissue": "Thescelosaurus Tissue",
|
||||
"item.jurassicrevived.mussasaurus_tissue": "Mussasaurus Tissue",
|
||||
|
||||
"item.jurassicrevived.velociraptor_dna": "Velociraptor DNA",
|
||||
"item.jurassicrevived.tyrannosaurus_rex_dna": "Tyrannosaurus Rex DNA",
|
||||
@@ -545,6 +565,10 @@
|
||||
"item.jurassicrevived.utahraptor_dna": "Utahraptor DNA",
|
||||
"item.jurassicrevived.zhenyuanopterus_dna": "Zhenyuanopterus DNA",
|
||||
"item.jurassicrevived.achillobator_dna": "Achillobator DNA",
|
||||
"item.jurassicrevived.suchomimus_dna": "Suchomimus DNA",
|
||||
"item.jurassicrevived.chilesaurus_dna": "Chilesaurus DNA",
|
||||
"item.jurassicrevived.thescelosaurus_dna": "Thescelosaurus DNA",
|
||||
"item.jurassicrevived.mussasaurus_dna": "Mussasaurus DNA",
|
||||
|
||||
"item.jurassicrevived.velociraptor_syringe": "Velociraptor Syringe",
|
||||
"item.jurassicrevived.tyrannosaurus_rex_syringe": "Tyrannosaurus Rex Syringe",
|
||||
@@ -620,6 +644,10 @@
|
||||
"item.jurassicrevived.utahraptor_syringe": "Utahraptor Syringe",
|
||||
"item.jurassicrevived.zhenyuanopterus_syringe": "Zhenyuanopterus Syringe",
|
||||
"item.jurassicrevived.achillobator_syringe": "Achillobator Syringe",
|
||||
"item.jurassicrevived.suchomimus_syringe": "Suchomimus Syringe",
|
||||
"item.jurassicrevived.chilesaurus_syringe": "Chilesaurus Syringe",
|
||||
"item.jurassicrevived.thescelosaurus_syringe": "Thescelosaurus Syringe",
|
||||
"item.jurassicrevived.mussasaurus_syringe": "Mussasaurus Syringe",
|
||||
|
||||
"block.jurassicrevived.velociraptor_egg": "Velociraptor Egg",
|
||||
"block.jurassicrevived.tyrannosaurus_rex_egg": "Tyrannosaurus Rex Egg",
|
||||
@@ -695,6 +723,10 @@
|
||||
"block.jurassicrevived.utahraptor_egg": "Utahraptor Egg",
|
||||
"block.jurassicrevived.zhenyuanopterus_egg": "Zhenyuanopterus Egg",
|
||||
"block.jurassicrevived.achillobator_egg": "Achillobator Egg",
|
||||
"block.jurassicrevived.suchomimus_egg": "Suchomimus Egg",
|
||||
"block.jurassicrevived.chilesaurus_egg": "Chilesaurus Egg",
|
||||
"block.jurassicrevived.thescelosaurus_egg": "Thescelosaurus Egg",
|
||||
"block.jurassicrevived.mussasaurus_egg": "Mussasaurus Egg",
|
||||
|
||||
"block.jurassicrevived.incubated_velociraptor_egg": "§aIncubated Velociraptor Egg",
|
||||
"block.jurassicrevived.incubated_tyrannosaurus_rex_egg": "§aIncubated Tyrannosaurus Rex Egg",
|
||||
@@ -770,6 +802,10 @@
|
||||
"block.jurassicrevived.incubated_utahraptor_egg": "§aIncubated Utahraptor Egg",
|
||||
"block.jurassicrevived.incubated_zhenyuanopterus_egg": "§aIncubated Zhenyuanopterus Egg",
|
||||
"block.jurassicrevived.incubated_achillobator_egg": "§aIncubated Achillobator Egg",
|
||||
"block.jurassicrevived.incubated_suchomimus_egg": "§aIncubated Suchomimus Egg",
|
||||
"block.jurassicrevived.incubated_chilesaurus_egg": "§aIncubated Chilesaurus Egg",
|
||||
"block.jurassicrevived.incubated_thescelosaurus_egg": "§aIncubated Thescelosaurus Egg",
|
||||
"block.jurassicrevived.incubated_mussasaurus_egg": "§aIncubated Mussasaurus Egg",
|
||||
|
||||
"tooltip.jurassicrevived.gender": "Gender: %s",
|
||||
"tooltip.jurassicrevived.gender.hint": "Hint: %s to change",
|
||||
@@ -1000,9 +1036,6 @@
|
||||
"sounds.jurassicrevived.styracosaurus_call": "Styracosaurus Call",
|
||||
"sounds.jurassicrevived.styracosaurus_hurt": "Styracosaurus Hurt",
|
||||
"sounds.jurassicrevived.styracosaurus_death": "Styracosaurus Death",
|
||||
"sounds.jurassicrevived.suchomimus_call": "Suchomimus Call",
|
||||
"sounds.jurassicrevived.suchomimus_hurt": "Suchomimus Hurt",
|
||||
"sounds.jurassicrevived.suchomimus_death": "Suchomimus Death",
|
||||
"sounds.jurassicrevived.tapejara_call": "Tapejara Call",
|
||||
"sounds.jurassicrevived.tapejara_hurt": "Tapejara Hurt",
|
||||
"sounds.jurassicrevived.tapejara_death": "Tapejara Death",
|
||||
@@ -1046,6 +1079,19 @@
|
||||
"sounds.jurassicrevived.achillobator_attack": "Achillobator Attack",
|
||||
"sounds.jurassicrevived.achillobator_hurt": "Achillobator Hurt",
|
||||
"sounds.jurassicrevived.achillobator_death": "Achillobator Death",
|
||||
"sounds.jurassicrevived.suchomimus_call": "Suchomimus Call",
|
||||
"sounds.jurassicrevived.suchomimus_attack": "Suchomimus Attack",
|
||||
"sounds.jurassicrevived.suchomimus_hurt": "Suchomimus Hurt",
|
||||
"sounds.jurassicrevived.suchomimus_death": "Suchomimus Death",
|
||||
"sounds.jurassicrevived.chilesaurus_call": "Chilesaurus Call",
|
||||
"sounds.jurassicrevived.chilesaurus_hurt": "Chilesaurus Hurt",
|
||||
"sounds.jurassicrevived.chilesaurus_death": "Chilesaurus Death",
|
||||
"sounds.jurassicrevived.thescelosaurus_call": "Thescelosaurus Call",
|
||||
"sounds.jurassicrevived.thescelosaurus_hurt": "Thescelosaurus Hurt",
|
||||
"sounds.jurassicrevived.thescelosaurus_death": "Thescelosaurus Death",
|
||||
"sounds.jurassicrevived.mussasaurus_call": "Mussasaurus Call",
|
||||
"sounds.jurassicrevived.mussasaurus_hurt": "Mussasaurus Hurt",
|
||||
"sounds.jurassicrevived.mussasaurus_death": "Mussasaurus Death",
|
||||
|
||||
"jurassicrevived.tooltip.liquid.amount.with.capacity": "%s / %s mB",
|
||||
"jurassicrevived.tooltip.liquid.amount": "%s mB",
|
||||
|
||||
Reference in New Issue
Block a user