☄️ Oraxen icon

☄️ Oraxen 1.195.0

» Create custom items, automatically generate, compress, protect and upload your resourcepack!

Page 1 ... 4 5 6 7 8 9
1.146.1 Nov 7, 2022
quickfix
Hey there,
 
Here is a little quickfix from Boy. It fixes an issue with placing custom blocks on other custom blocks.
 
I hope you enjoy the plugin, have a great day.
Thomas
 
1.146.0 Nov 5, 2022
New features and bugfixes
Hey there,
 
Here is another update from Boy. Thanks to Sty13 for helping to improve translations.
 
New stuff: 
- Add Floor/Roof/Wall properties to all Limited Placing mechanics   * Useful for making furniture not placable upside down etc 
- Adds more parent-models, specifically for blocks   * block/cube_column, block/orientable and block/orientable_vertical 
- Adds cast_model to add a model for cast fishing rods 
- Add unstackable-property to items   * Useful for backpacks etc to avoid duplication glitches

5 Fixes and tweaks: 
- Greatly improve stringblock flickering and clientside lookup 
- Fix Limited Placing mechanic for StringBlocks 
- Fix StringBlocks dropping when player is in Creative Mode 
- Fix furniture being placed when right clicking chests and other interactable blocks - Fix furniture/noteblock/stringblock placing when interacting with clickAction or Storage mechanic blocks 
- Fix error when /oraxen reload all is used and no hud is defined 
- Add new internal key for Rotation of furniture (useful for FurnitureBreakProtection) 
- Fix blocksounds being played for dropping items or any other non living entity 
- Make fall sound only trigger when player or entity took damage from falling - Bunch of internal fixes for nullpointers and other errors
 
FurnitureBreakProtection Addon 1.2: 
- Fixed furniture being rotated the wrong way after using the command   Note: This relies on a feature in Oraxen 1.146.0

As always, I hope you will enjoy this update.

Have a great day,
Thomas
1.145.0 Oct 27, 2022
Minor improvements and bugfixes

Hey there,

Here is a little update by Boy, here is the changelog:

- Default volume and pitch values for stone and wood blocks are now correct
- Changes to config system, allowing you to specify the volume and pitch of custom block sounds
* Note: This is only for those who want more control, the values are by default same as all other blocks in minecraft
https://docs.oraxen.com/mechanics/furniture-mechanic#custom-sounds
- Greatly improve hitsound system
- Fix issue with using "block.stone.x" and "block.wood.x" sounds in configs
- Fix minor spigot issue with logstripping mechanic
- Add HUD Reload command, /oraxen reload hud
- Add a SHULKER type to Storage Mechanic

I hope you will like it.

Have a great day,
Thomas

1.144.1 Oct 21, 2022
fixed default config examples and some minor bugs
Hey there,
 
I forgot to merge some code in the previous build. Here is a quickfix with some other minor bugs. I'm sorry for the inconvenience.
 
As always, I hope you will enjoy the plugin,
Thomas
1.144.0 Oct 20, 2022
New features!

Hey there,

This update adds many new features. Thanks to boy, TheDeadSnake and moozii.

- Add Custom Music disc mechanic
https://docs.oraxen.com/mechanics/all-mechanics#music-disc
- Add Jukebox mechanic
https://docs.oraxen.com/mechanics/furniture-mechanic#jukebox
- Rework custom block sound system
* Make system optional (disable in settings.yml)
* Add option to specify volume and pitch for block sounds
- Fix noteblocks not changing instrument depending on below block
- Fixed glyphs and colors not working when renaming in anvil
- Add option to disable generation of default assets and configs

Note: Due to sound system rework, there are some minor config changes, please refer to the docs https://docs.oraxen.com/mechanics/furniture-mechanic#custom-sounds

I hope you will like it,
Thomas

1.143.3 Oct 10, 2022
Bugfixes

 

Hey there,
 
Here is a new update for Oraxen. Thanks to boy, Bartosz Stefańczyk and XiaoMoMi for their pull requests. Changelog:
- Add some improved debug messages 
- Only require shifts.yml and required.yml to contain the IDs * NOTE: Means you can change the texture-path and so on as long as all the IDs remain 
- Fix some tags not translating in commands 
- Fix incorrect balance_hud texture-path -
 Make glyphs added after a reload work in printglyph 
- Fix dupes and other issues related to backpack mechanic * NOTE: You need to set the base to an unstackable item. 
- Add more API
- Fix issue with left-clicking furniture not working for other plugins

I hope you will like this update.
 
Have a great day,
Thomas
1.143.2 Oct 4, 2022
bugfixes
Hey there,
 
Here is a new update thanks to Boy.
- Fix issue with generating font-files * This should fix issue with HUD font example
- Fix duplication with backpack mechanic
- Check glyph-permissions in anvil-renaming
- Add more API Events and fixes 
- Fix another minor sound issue
- Force check that shifts.yml and required.yml glyphs contain all default entries   * Can still add to these files or edit the glyphs themselves, but all the default glyph-ids need to be there
 
I hope you will like it,
Thomas
1.143.1 Sep 26, 2022
bugfixes!

Hey there,

Here is an update with a few bugfixes:
- Make missing default glyphs not hinder plugin from loading
- Fix minor issue with custom block sounds playing when it shouldn't
- Fix issue with sitting on stacked Furniture Seats
- Fix dupe of noteblocks in certain scenarios
- Fix minor issue with placing custom blocks when player is slightly inside it

Thanks boy, and I always, I hope you enjoy the plugin,
Thomas

1.143.0 Sep 25, 2022
new feature: HUD + bugfixes

Hey there,

Here is the changelog of this update by Boy, I hope you will like it!

- Adds support for Custom HUD
- Added positive shift glyphs (read NOTE)
- Fix issue with non-custom leather armor items not generating properly
- Fixes issue with clickable text in /oraxen pack message and other command
- Update adventure, and other code refactorio cleanups

NOTE: Shift fonts now have support for positive shifts This means that <shift:100> now needs to be changed to <shift:-100> if you wish for it to move something back This is due to custom huds needing both. The default files have been updated, and is mainly only used in the Oraxen/pack/lang/en_us.json file If you use the %oraxen_shift_x% placeholder, this needs to be changed to %oraxen_neg_shift_x%

I hope you will like it,
Thomas

1.142.1 Sep 15, 2022
Armors generation hotfix
Hey there,
 
Here is an update which should fix a few bugs happening with the armor generation. Thanks to Boy for his help. I apologize for the free polymath server downtime of yesterday, I was a bit late to renew the domain name so some servers could not upload the pack correctly. It should be fixed now or in a few hours (depending on the time your DNS cache needs).
 
I hope you will have fun with the plugin.
 
Have a great day,
Thomas
1.142.0 Sep 13, 2022
Cool features and bugfixes

Hey folks, here is another great update from Boy.

Improvements:
- Add Storage Mechanic to Furniture and Noteblock mechanics (https://docs.oraxen.com/mechanics/block-mechanic#storage)
- Add Backpack Mechanic
- Add option to generate shader compatible versions of custom armor sets - Add EQUIP, UNEQUIP and PICKUP types to Custom Mechanic
- Add more furniture api events
- Change how welcome sound works (add toggle, off by default, edit in settings.yml)

Bugfixes:
- Fix seats being able to hold items
- Fix issue with welcome sound not playing when enabled -
- Fix bug with armor and durability
- Fix default bedrock pick example

I hope you will like it,
Thomas

1.141.0 Sep 4, 2022
Back to school update!

Hey guys,

Here is a great update provided by Boy!

New features:
- Add Limited Placing mechanic for all custom blocks and furniture (https://docs.oraxen.com/mechanics/block-mechanic#limited-placing)
- Add custom food mechanic (https://docs.oraxen.com/mechanics/all-mechanics#custom-food)
- Redo Directional Blocks and add 3/4/6 (LOG/FURNACE/DROPPER) types * There has been changes to the config so please take another look at https://docs.oraxen.com/mechanics/block-mechanic/directional-mechanic
- Add option in settings.yml to blacklist specific custommodeldata from the auto-generation

Bug fixes:
- Fix custom blocks being breakable/placable in adventure mode - Fix DROP and add BREAK clickactions
- Tweaks to CustomSound mechanic
- Add random_place mechanic for stringblocks
- Add decrease_durability property to logstrip mechanic
- Add bone_meal property for sapling mechanic
- Fix crops not respecting drop-section of the config
- Fix light_boost and add rain_boost for crops
- Fix block sounds being weird when broken in protected regions

I hope you will enjoy it,
Thomas

1.140.0 Aug 30, 2022
bugfixes

Hey there,

This version contains a few bugfixes about OS detection, resource pack generation and lib compats. Thanks to Boy, Nelonn and Mowstyl for their pr!

Have a great day,
Thomas

1.139.1 Aug 19, 2022
Version fix
1.139.1 Aug 14, 2022
1.19.2 support and bugfixes

Hey there,

In this update you will find it:
- 1.19.2 support
- fix issue with stone/stone-like blocksounds
- Add a can_ignite property to noteblock/block mechanic
- Add a /oraxen iteminfo command to get custommodeldata & other info on held item

Thanks to boy. I hope you will like it,
Thomas

1.139.0 Aug 6, 2022
Introduce furniture sounds
Hey there,
 
This update introduce the furniture sounds feature. Thanks to boy. You can find more information on the docs :)
 
Have a great day,
Thomas
1.138.1 Aug 5, 2022
Fix startup issue
Hey there,
 
Here is a quick bugfix provided by rafael5gr2 for 1.19.1 support.
 
I hope you will enjoy the plugin,
Thomas
1.138.0 Aug 3, 2022
1.19.1 support + few bugfixes

Hey there,

This update adds 1.19.1 support and a few bugfixes. Thanks to boy. Please tag me on the support discord if you notice any bug.

Have a great day,
Thomas

1.137.3 Aug 1, 2022
Bugfixes :)

Hey there,

Here is a bugfixes update by boy:
Some old sounds didnt work (required to change sound to sounds).
This adds option to either specify 1 sound with sound or a list with sounds.
Also fixes some issues with CB sounds

Adds option to emoji list (now /oraxen emoji) to display all emojis, not on permission basis via settings.yml (adds hovermsg to showcase those you dont have perm for)
add check for shifts.yml to prevent console warning (harmless but annoying)

update MiniMessage parse method as scheduled to be removed someday

Fix bug with non-barrier furniture dropping dyed furniture incorrectly

I hope you will like it,
Thomas

1.137.2 Jul 25, 2022
Minor bugfixes

Hey,

This update brings a few bugfixes. Furnitures should be breakable again. Thanks to boy.

I hope you'll like it,
Thomas

Page 1 ... 4 5 6 7 8 9
You might also like...