ObsCore

A Library required for ObsTrophies and ObsAoA

File Details

obscore-1.4.1_mc1.7.10.jar

  • R
  • Oct 24, 2016
  • 88.96 KB
  • 167.2K
  • 1.7.10

File Name

obscore-1.4.1_mc1.7.10.jar

Supported Versions

  • 1.7.10
1.4.1
Release

1.4.0.4

1.4.0.3
CHANGED entity ids dump so it is now sorted

1.4.0.2
ADDED overloaded Chisel integration wrapper
MOVED biome data dump from post-init to load-complete to ensure all registered biomes are included

1.4.0.1
ADDED ObsStackGroup and ObsStackGroupEntry containers
- allows grouping ObsStacks with a chance percentage value
ADDED WorldGenMixedClump
- A base world gen function for generating a clump of blocks, with configurable
randomness, dimension id, biome types, blocks to replace etc
ADDED Chisel integration wrapper

1.4.0
ADDED WorldGenClump
- A base world gen function for generating a clump of something, with configurable
randomness, dimension id, biome types, blocks to replace etc
ADDED WorldGenFluidBottomClump
- A base world gen function for generating a clump of something at the base of a fluid
(e.g. ocean, lava lake)
FIXED some missing override annotations for TechInfoBlock
CHANGED TechInfo writeHTMLHeadingsRow() to no longer be static