Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • 🌸 SPRING FESTIVAL SALE 🌸

    Celebrate the joy of spring with 25% OFF on all Monthly Ranks 🎮

    Use coupon code:

    SPRING26

    ⏰ Limited time offer — Bloom before it's gone!

    🌿 Keep your subscription active to enjoy the same discount every month!

    Upgrade Now 🌸🚀
✨ RPG Maker ✨ Orestack - Resources/Tools/Gates/Collections

✨ RPG Maker ✨ Orestack - Resources/Tools/Gates/Collections 3.52.6

Register to download
COSMO updated ✨ RPG Maker ✨ Orestack - Resources/Tools/Gates/Collections with a new update entry:

3.52.1

- Fixed a startup bug I overlooked in 26.1.2
- Added particle in-line format:
Code (YAML):
# Before
rain_cloud:
- { particle: cloud, amount: 15, offset.y: 1.5, range: { x: 0.3, z: 0.3 }, repeat: 8, interval: 2 }
- { particle: falling_water, amount: 15, offset.y: 1.5, range: { x: 0.2, z: 0.2 }, repeat: 12, interval: 2 }

# After
rain_cloud:
- cloud count=15 offsetY=1.5 rangeX=0.3 rangeZ=0.3 repeat=8 interval=2
- falling_water count=15 offsetY=1.5 rangeX=0.2...

Read the rest of this update entry...
 
COSMO updated ✨ RPG Maker ✨ Orestack - Resources/Tools/Gates/Collections with a new update entry:

3.52.3

- Added player stats system and first stat: mining_fortune
- Added 4 new config.yml options for Mining Fortune drops
- Added mining-fortune option for items
- Added {tool_mining_fortune} and {player_mining_fortune} placeholders
[IMG]


- Now items have all hide flags enabled by default
- Now if an item doesn't have a name set, the config key is used instead with Title Case...

Read the rest of this update entry...
 
COSMO updated ✨ RPG Maker ✨ Orestack - Resources/Tools/Gates/Collections with a new update entry:

3.52.6

- Added 26.2 support
- Now you can use the plugin on newer versions even if I have not updated the plugin yet. You will only receive an Unknown version warning at startup.
- Added Item Model support 1.21+, this replaces Custom Model Data:

Code (YAML):
# This will replace a diamond_pickaxe with minecraft:dirt texture
item:
type: diamond_pickaxe
model: dirt

# This will replace diamond pickaxe with custom:texture
item:
type: diamond_pickaxe
model...

Read the rest of this update entry...
 
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock