-
Notifications
You must be signed in to change notification settings - Fork 12
Home
This is wiki is for the community, and as such is editable by the community. Feel free to contribute.
The wiki is in the process of being overhauled to be v0.9.0 compatible. Patience is appreciated.
Just Another Spawner (JAS) is a Minecraft Mod aimed at providing an alternative entity spawning system for Minecraft.
JAS adds an entity spawning system that runs in parallel with the vanilla system. By design, it fundamentally works the same as its vanilla counterpart, but allows for greater customization by exposing and consolidating many of the properties that are involved. Since it runs in parallel, by default, JAS will disable the vanilla entity system by emptying all biome spawnlists. It will import settings from entities that are declared in minecraft, including those added by mods, and set them to spawn within JAS spawner.
There are a few conceptual objects you should be familiar with when working with JAS and will be referenced in the documentation. The three major ones pertaining to entities are the Entity Category, LivingHandler, and SpawnListEntry. The entity category can be thought of as the species; it is the typical Monster, Ambient, Creature, watercreature split in vanilla. The LivingHandler is a container for the Entity properties; these settings globally effect all entities of a type (i.e all Zombies, or all Sheep). Last but hardly least, the spawn list entry represents the spawning properties on a per-biome basis. How often to sapwn or in what amount can all be configured on a per biome basic. JAS Spawner explains the underlying principles of JAS. If you are not at all familiar with minecraft spawning reading Spawning 101 is a good prerequisite.
The JAS configs are almost entirely world-specific, and thus you must enter a world, not just start minecraft, to generate all the neccesary CFG files.
The UserGuide is a recent initiative to gradually introduce users into JAS by limiting the knowleadge given to a specfic task.
- Install Forge
- Drop in Mods Folder
- Dance
- Enjoy
License / Legal Stuff Copyright 2012 Tarion Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
- Home
- JAS Intro
- Spawning 101
- JAS Part 1
- JAS Part 2
- JAS Part 3
- JAS Part 4
- JAS Part 5
- Walkthrough Part 1
- Walkthrough Part 2
- Walkthrough Part 3
- Walkthrough Part 4
- Walkthrough Part 5
- WriteNBT
- Random Samples
- Tutorial w/lycancites
- Tutorial w/MOC and NBT
- Example Configuration Files
- Tags (Old System, Before 1.7.10)
- Tags (New System, Post 1.7.10)
- Changelog
- In-game Commands
- Download
- FAQ's