Skip to content

Releases: oraxen/oraxen

1.154.0

24 Mar 20:22
4091606
Compare
Choose a tag to compare
1.154.0 (#750)

1.153.1

17 Mar 11:20
5faefc3
Compare
Choose a tag to compare
1.153.1 (#743)

1.153.0

12 Mar 14:25
51ca904
Compare
Choose a tag to compare
1.153.0 (#715)

1.152.5

08 Mar 13:14
d6f2a3a
Compare
Choose a tag to compare
1.152.5 (#732)

* fix issue with barrier-furniture breaking randomly

* bump version

1.152.4

07 Mar 15:58
585e879
Compare
Choose a tag to compare
Merge pull request #730

* fix protlib, make pluginname Oraxen and not oraxen

1.152.3

04 Mar 12:09
e15ff1b
Compare
Choose a tag to compare
1.152.3 (#722)

- Fix glyph-texture property not supporting namespaces
- Fix issue with Custom Blocks loosing their texture
- Fix issue with `disable_vanilla_strings` always being enabled
- Rework atlas generation and fix mip levels in default pack
  * Atlas file will now only do individual sprites, not directories
  * Fixes issues where glyphs and other non item/block textures would be added
  * This would break miplevels, resulting in blurry blocks and other visual artifacts
- Fix required.yml constantly failing to verify when `automatically_set_glyph_code` is enabled
- Fix FurnitureListener being registered twice and some events not triggering
- Fix Furniture limited to floor-only not facing correctly in some cases
- Fix Furniture rotation on walls

1.152.2

02 Mar 11:33
7f0ceaa
Compare
Choose a tag to compare

Commits

1.152.1

26 Feb 10:33
4af9ea6
Compare
Choose a tag to compare
1.152.1 (#712)

1.152.0

17 Feb 15:14
dc0869f
Compare
Choose a tag to compare
1.152.0 (#666)

- Fix tons of issues with Custom Armor
- Fix final leather layer file having duplicate entries for some armor sets
- Fixed overlay files not being added to the final pack, causing issues with some transparent armors
- Fix emissive textures not working for Custom Armor
  * Note Optifine/CIT Resewn do not support emissive armor textures right now
- Fixed vanilla armors, elytras and turtle shells breaking when using high resolution Custom Armor
-  Upscale default leather armor depending on custom armor resolution
- Fix Custom Blocks with `is_falling`-property not dropping itself when landing on non-solid blocks
- Add min_amount property to drop section
- Fix drop amount always being max_amount, will now be range between min->max
- Add new way of specifying textures in the config
  * Old system will still work
  * Good for directional block models
  * Read the docs for example: https://docs.oraxen.com/mechanics/noteblock-mechanic/directional-mechanic
- Add more parent models for blocks
- Add `generated_model_path` property to specify where Oraxen should generate a model
  * Only for when specifying textures and `generate_model` is set to true

1.151.2

11 Feb 11:28
21c1d40
Compare
Choose a tag to compare
1.151.2 (#658)

- Fix glyphs not being denied based on permission in anvil renaming
- Fix some nullpointers in anvil renaming
- Make Hats able to be put on ArmorStands
- Add support for using FILLED_MAP and FIREWORK_STAR as dyeable items
- Fix furniture being placed twice when placed against GRASS, SNOW etc
- Fix furniture break sound not  playing for barrier-based furniture
- Fix OraxenFurnitureBreakEvent not always being called