4d2921a925
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
47 lines
1.6 KiB
Properties
Executable File
47 lines
1.6 KiB
Properties
Executable File
# Dev
|
|
org.gradle.jvmargs=-Xmx3G
|
|
org.gradle.parallel=true
|
|
|
|
# IntelliJ IDEA is not yet fully compatible with configuration cache, see: https://github.com/FabricMC/fabric-loom/issues/1349
|
|
org.gradle.configuration-cache=false
|
|
|
|
fabric.loom.multiProjectOptimisation=true
|
|
# Mod
|
|
mod.name=Jurassic Revived
|
|
mod.id=jurassicrevived
|
|
mod.group=net.cmr.jurassicrevived
|
|
mod.version=0.215.0
|
|
mod.author=CMR Team, Eli Gibbs
|
|
mod.description=A Minecraft mod that brings dinosaurs back to life using ancient DNA and modern technology\nBreed, study, and build your own prehistoric park with a wide variety of creatures...
|
|
mod.license=CC-BY-ND-4.0
|
|
mod.credits=Thanks to us
|
|
|
|
# Stonecutter
|
|
stonecutter_enabled_platforms=fabricmc, neoforge, minecraftforge
|
|
stonecutter_enabled_common_versions=1.20.1, 1.21.1
|
|
stonecutter_enabled_fabricmc_versions=1.20.1, 1.21.1
|
|
stonecutter_enabled_legacy_minecraftforge_versions=1.20.1
|
|
stonecutter_enabled_legacy_neoforge_versions=
|
|
stonecutter_enabled_minecraftforge_versions=
|
|
stonecutter_enabled_neoforge_versions=1.21.1
|
|
stonecutter_enabled_quiltmc_versions=
|
|
# Fabric https://fabricmc.net/develop
|
|
fabric_loader_version=0.18.2
|
|
# Forge https://files.minecraftforge.net/net/minecraftforge/forge
|
|
# NeoForge https://projects.neoforged.net/neoforged/neoforge
|
|
# Quilt https://quiltmc.org/en/usage/latest-versions
|
|
quilt_loader_version=0.30.0-beta.0
|
|
java.version=21
|
|
|
|
architectury_version=9.2.14
|
|
|
|
cloth_config_version_1_20_1=11.1.136
|
|
cloth_config_version_1_21_1=15.0.140
|
|
|
|
# Jade
|
|
jade_version=14.3.4
|
|
jade_version_1_20_1=11.13.1
|
|
jade_version_1_21_1=15.10.4
|
|
|
|
teamreborn_energy_1_20_1=3.0.0
|
|
teamreborn_energy_1_21_1=4.1.0 |