File Details
JustAnotherSpawner v0.17.0
- R
- Jun 6, 2015
- 3.01 MB
- 2.7K
- 1.7.10
File Name
JustAnotherSpawner-0.17.0.jar
Supported Versions
- 1.7.10
##########################
Changelog version 0.17.0
##########################
* 2015-06-06: Merge branch 'dev'
|
* 2015-06-06: curse release type should be part of build.gradle
|
* 2015-06-06: To World Tags add boolean isClearWeather(); // Detect if it is Snow/Rain/Cloudy
|
* 2015-06-06: Capitalize profile directory name
|
* 2015-06-05: Profile specific folders.
| i.e. WorldSettings/Basic/<Settings> instead of WorldSettings/<Settings>
| Will be useful in the future. By default copies current world settings to new directory.
|
* 2015-05-30: Note TODO
|
* 2015-05-30: ExperimentalProfile(not user accesible): EntityDespawner. Extract SpawnerLogic to common source.
|
* 2015-05-30: ExperimentalProfile(not user accesible):
| Flesh out despawnrules.
| SaveToConfig + fixup arguments.
|
* 2015-05-28:ExperimentalProfile(not user accesible): Spawner 'Refactor':
| * Seperate Despawning from LivingHandler / SpawnListEntry.
| * StructureHandler Loader.
|
* 2015-05-15: Add Setup_Spawnlistentry logging field to toggle detailed spawnlistentry adding / failing to add (failing only logged in debug mode)
| Close #130
|
* 2015-05-15: Add passive spawn rtestriction to chunk spawns.
| This is not typical of vanilla behaviour, but does seem the expected and intutive to users.
| Will result in reduced chunk spawns, but should not heavily influence vanilla mobs.
| Subject to futher feedback.
| #134
|
* 2015-05-15: Fix isTame tag to correctly recognize tamed horses
| Fix #131
|
* 2015-05-15: Fix log call to actually report information
| Fix #133
|
* 2015-05-15: Add check to see if World is null before attempting to determine if location is present.
| Improves compatability with mods that cause the structure objects to not be fully initialized.
| Fix #125
|
* 2015-05-15: Add check to overworld structures to only enage when MapGenFeatures are enabled.
| Fixes #132
|
* 2015-05-15: Add JASCA as Optional Library on curse builds
|
* 2015-04-03: changelog to changelog not releasetype
|
* 2015-04-03: Improve buildscript. Curseforge publishing of artifact and source jars; changelog autogenerated
|
* 2015-03-24: obj.countEntitiesInRange and obj.countJASEntitiesInRange accept wildcard (*) as an entity name indicating any entity
| Revision++
|
* 2015-03-22: Fix command in the form of /jas killall TYPE
| Should fix #120
|
* 2015-03-22: Tweak interaction with Forge ShouldSpawn event. If JAS livinghandler OR spawnlistentry is overriden; ignore spawn event result.
| Should Fix #116
|
* 2015-03-22: Fix eclipse launch settings
|
* 2015-03-19: Merge branch 'refactor/sciptify' into dev
|\
| |
| * 2014-12-28: Basic start
| |
| * 2014-12-25: Add SpawnTable for quick spawnlist access.
| | Add Profile and Counter
| |
| * 2014-12-24: Move SpawnListEntryGenerator
| |
| * 2014-12-23: New Biomegroup for each new mapping
| |
| * 2014-12-23: BiomeGroup build using MVEL expressions. Must return ResultsBuilder object,
| | which is Created by calling Builder() context object.
| |
| * 2014-12-23: [OCD] ConfigLoader should be configloader.
| |
| * 2014-12-23: Fix imports to rest of JAS which has been broken into profile-style.
| | Move the Refactored Spawner into profile-style package under spawner
| |
| * 2014-12-15: BiomeSpawnLists. Combine LH and LT into SLE. Generate defaults. Requires
| | tweaking LH; retintroducing it as effectively a LG for backwards
| | compatability as well as a link between LH and entity to spawn for SLE.
| |
| * 2014-12-14: Remove commented out unused code
| |
| * 2014-12-14: Mark Serialization methods
| |
| * 2014-12-13: Re-add BiomeGroups. Realistically required for Backwards compatability and
| | with recent changes to make Groups generic should cost nothing
| |
| * 2014-12-13: BiomeAttributes no longer have BiomeDictionary defaults
| |
| * 2014-12-13: BiomeGroups divided into standalone BiomeMappings and BiomeAttributes.
| | BiomeDictionary references extracted to BiomeDictionaryGroups so that they can also be referenced without updating them.
| | Redefine many Groups operation used in LivingGroup to be generic ushc as parseContents and Sort as inner helper classes inside Group interface.
| |
| * 2014-12-12: LivingHandler incorporating Mappings & Attributes objects.
| | No longer respawnable for selecting entities; thus doesn't need CreatureType.
| |
| * 2014-12-12: LivingGroupRegistry broken into Mappings and Attributes objects which will be present in LivingHandlerRegistry.
| |
| * 2014-12-12: Living Type and its loader. Using the new ConfigLoader to load its data.
| |
| * 2014-12-12: Basic layout and parts. Not really connected yet.
|
* 2015-03-19: Add WorldTime and dat to detemine time since beggining and current day
|
* 2015-03-19: Update Forge Version.
| Make the ForgeGradle recommended runDir arg switch.
| Include Forge Readme for gradlew command references
|
* 2015-03-18: Version++
|
* 2015-03-18: More meaningful default function, still does nothing but makes better example.
|
* 2015-03-18: Merge branch 'feature/eventspawns' into dev
|\
| |
| * 2015-03-16: Time group of helper functions for Tags.
| |
| * 2015-03-15: Create common context for Spawn Events.
| |
| | Count functions currently not supported.
| |
| * 2015-03-15: Make Tag context object generic so we can use it in EventSpawns
| |
| * 2015-03-15: Add breakcrop and breaktree spawn events
| |
| * 2015-03-15: Context and SpawnBuilder cahnged to interfaces.
| | Spawnbuilder support for multiple entities.
| |
| * 2015-03-15: Register events on both Forge and FML busses
| |
| * 2015-03-06: EventSpawn system start
|
* 2015-03-18: Tweak EffectiveSpawnList
|
* 2015-03-18: Revision++

