[Game] Mineclonia [0.107.0]

User avatar
Melkor
Member
Posts: 416
Joined: Sat Sep 24, 2011 01:03
Location: Underground

Re: [Game] Mineclonia [0.105.0]

by Melkor » Post

Haha I thought they were sick

Daons
Member
Posts: 19
Joined: Fri Aug 21, 2020 18:34

Re: [Game] Mineclonia [0.105.0]

by Daons » Post

Hi, It seems that smokers don't work in the latest update but it might just be me.

Thanks

ryvnf
Member
Posts: 69
Joined: Wed Aug 15, 2018 21:10
GitHub: ryvnf
IRC: ryvnf
In-game: ryvnf

Re: [Game] Mineclonia [0.105.0]

by ryvnf » Post

Version 0.107.0 is released! This release took one week longer than usual because we wanted to give some changes extra testing time on the main branch.

New features in this release are Powder Snow and a complete overhaul of potions and status effects backported from VoxeLibre. Another highlight is improvements to game loading performance. A Mineclonia server starts in less than two seconds on my machine now, which is around three times faster than before. Other than that it contains many fixes and improvements.

As always. Thanks to everyone who contributed to this release!

Changes
  • Update French, Hungarian and Chinese translations [liulitchi, Gaemy, phileas]
  • Improvements to mob spawning [j-r, kno10]
  • Fix glazed terracotta having incorrect blast resistance [nooneatall]
  • Fix craftguide prev button not looping around [Ocraw]
  • Fix nether forests sometimes being completely dark
  • Fix cauldron interactions with buckets and bottles [goblin_mode]
  • Add new wolf and dog variants [JoseDouglas]
  • Allow zombified piglins to despawn
  • Fix ghast only spawning in dark areas [goblin_mode]
  • Fix mob griefing causing mobs to hit themselves [Ocraw]
  • Fix dolphin grace effect sometimes not clearing [goblin_mode]
  • Fix player still being dead in inventory image after respawning [goblin_mode]
  • Fix mobs growing up incorrectly [goblin_mode]
  • Fix looting sometimes not working [goblin_mode]
  • Fix incorrect recipe for chiseled netherbricks
  • Fix non collectable arrows dropping as items [goblin_mode]
  • Remove unobtainable sapling nodes for bamboo and mangrove
  • Make nether portals able to spawn zombified piglins
  • Fix items only dropping from mobs after death animation is complete [goblin_mode]
  • Fix mobs able to get stuck in a dying state after server crash [goblin_mode]
  • Fix creepers not dropping music discs [goblin_mode]
  • Make pillagers give bad omen on death [goblin_mode]
  • Add powder snow [goblin_mode]
  • Make structure generation more deterministic [kno10]
  • Set arrows on fire when passing through lava or fire
  • Optimize game loading time [goblin_mode, j-r]
  • Adjust range of hopper item suction [j-r]
  • Add VoxeLibre-style hopper callback APIs for compatibility [Ocraw]
  • Global step optimizations [goblin_mode]
  • Resample jukebox music to 22050 kHz to reduce media size
  • Make mcl_spawn.spawn overridable [j-r]
  • Fix crash when the server restarts while fishing [purist]
  • Fix creeper sounds missing
  • Fix crash with shulkers that have weird metadata
  • Make raid captains drop ominous potions [goblin_mode]
  • Tweak mount gravity and jumping [bramaudi]
  • Fix shulkers spawning in air for end boats [bramaudi]
  • Fix villager trade tier unlocked instantly [bramaudi]
  • Update grey parrot texture [goblin_mode]
  • Fix crash when blaze attempts to attack nonexistent object
  • Improve pig and strider steering [halon]
  • Fix crash with screwdriver
  • Fix cactuses damaging one block above [goblin_mode]
  • Fix light initialization in end [kno10]
  • Make witch eggs available in creative inventory [goblin_mode]
  • Add end city structure [JoseDouglas]
Changes backported from VoxeLibre
  • Fix generateImagePart warning
  • Redo potions and effects

User avatar
Melkor
Member
Posts: 416
Joined: Sat Sep 24, 2011 01:03
Location: Underground

Re: [Game] Mineclonia [0.107.0]

by Melkor » Post

yes! lesser time of loading

isaiah658
Member
Posts: 189
Joined: Sun Jan 24, 2016 14:58
Contact:

Re: [Game] Mineclonia [0.107.0]

by isaiah658 » Post

I have a mod that supported Mineclone 2. With the split between Mineclonia and VoxeLibre, does anyone know if biome names or item/node groups have changed between the two games or if it's expected that they will in the future? Are there any other forks besides Mineclonia and VoxeLibre that modders should be aware of?

User avatar
Blockhead
Moderator
Posts: 2021
Joined: Wed Jul 17, 2019 10:14
GitHub: Montandalar
IRC: Blockhead256
In-game: Blockhead Blockhead256
Location: Land Down Under
Contact:

Re: [Game] Mineclonia [0.107.0]

by Blockhead » Post

isaiah658 wrote:
Wed Sep 25, 2024 02:17
Are there any other forks besides Mineclonia and VoxeLibre that modders should be aware of?
VoxelForge, though it's early days for it, and not as popular.

MineClone5, not that it is updated any more, but some people may be looking to migrate away from it to another game in the game-family.
/˳˳_˳˳]_[˳˳_˳˳]_[˳˳_˳˳\ Advtrains enthusiast | My map: Noah's Railyard | My Content on ContentDB ✝️♂

rstcxk
Member
Posts: 48
Joined: Mon Jul 08, 2024 22:06

Re: [Game] Mineclonia [0.107.0]

by rstcxk » Post

does anyone know if biome names or item/node groups have changed between the two games or if it's expected that they will in the future
Mineclonia always registers aliases for items, otherwise it would break older worlds

The api is usually the same in 90% of cases
VoxelForge, though it's early days for it, and not as popular.
The thing about voxelforge is that it completely renames all mods, so you would have to basically write double the code, for example

will work on mineclonia and voxelibre
mcl_util.deal_damage()

but on voxel forge you'd need
vf_util.deal_damage()

Im pretty sure voxelforge does this to signal that it dosent plan to be backward compatible with the mineclone2 family

User avatar
Melkor
Member
Posts: 416
Joined: Sat Sep 24, 2011 01:03
Location: Underground

Re: [Game] Mineclonia [0.107.0]

by Melkor » Post

Hi, it seems there is no bee model in the game, I can, if you are interested, share a fully animated one so you can code one for the game.
The gif doesn't do justice to the animation which looks choppy here...
It lacks some details and I could finish it maybe in a couple of days

By the way, the problem of big heads with baby animals persists and sometimes a new animal spawns outside the corral
Attachments
mcbee.gif
mcbee.gif (467.62 KiB) Viewed 607 times

ryvnf
Member
Posts: 69
Joined: Wed Aug 15, 2018 21:10
GitHub: ryvnf
IRC: ryvnf
In-game: ryvnf

Re: [Game] Mineclonia [0.107.0]

by ryvnf » Post

Melkor wrote:
Thu Sep 26, 2024 02:55
Hi, it seems there is no bee model in the game, I can, if you are interested, share a fully animated one so you can code one for the game.
The gif doesn't do justice to the animation which looks choppy here...
It lacks some details and I could finish it maybe in a couple of days
There is a bee model at: https://github.com/22i/minecraft-voxel- ... /bee.blend

We also recently got models for a number of mobs: https://codeberg.org/mineclonia/mineclonia/issues/2118

If you have made another model maybe you could share it so we can compare and pick the best one.
By the way, the problem of big heads with baby animals persists and sometimes a new animal spawns outside the corral
Does the problem occur with new animals? Or is it old animals that still have the big heads?

User avatar
Melkor
Member
Posts: 416
Joined: Sat Sep 24, 2011 01:03
Location: Underground

Re: [Game] Mineclonia [0.107.0]

by Melkor » Post

It seems to me that I have to investigate more before posting.

Codeberg Server is Down, I can't see it.
One thing: there is a plugin to export to B3D for Blender 4.2? You export it to B3D, right? If there is not plugin, then i have to re do the model in Blender 2.7, where the plugin seems to work.

On the matter of the large heads, these appear in the new animals, after a while, not instantaneously, and then, they return to normal, as adult animals.
Sometimes a new animal appears outside the fence
Attachments
Screenshot_20240926_162051.jpg
Screenshot_20240926_162051.jpg (60.31 KiB) Viewed 499 times

DragonWrangler1
Member
Posts: 68
Joined: Wed Jun 12, 2024 21:48
GitHub: DragonWrangler1
In-game: DragonWrangler1

Re: [Game] Mineclonia [0.107.0]

by DragonWrangler1 » Post

Melkor wrote:
Thu Sep 26, 2024 20:25
One thing: there is a plugin to export to B3D for Blender 4.2? You export it to B3D, right? If there is not plugin, then i have to re do the model in Blender 2.7, where the plugin seems to work.
I'm using blender 4.0 and this one works. https://github.com/GreenXenith/io_scene_b3d I'd think this should work for 4.2 as well.

User avatar
Melkor
Member
Posts: 416
Joined: Sat Sep 24, 2011 01:03
Location: Underground

Re: [Game] Mineclonia [0.107.0]

by Melkor » Post

DragonWrangler1 wrote:
Thu Sep 26, 2024 20:29
Melkor wrote:
Thu Sep 26, 2024 20:25
One thing: there is a plugin to export to B3D for Blender 4.2? You export it to B3D, right? If there is not plugin, then i have to re do the model in Blender 2.7, where the plugin seems to work.
I'm using blender 4.0 and this one works. https://github.com/GreenXenith/io_scene_b3d I'd think this should work for 4.2 as well.
Thanks DragonWrangler1 !

InterPotato
Member
Posts: 62
Joined: Fri Jun 07, 2024 15:38
Location: Poland

Re: [Game] Mineclonia [0.107.0]

by InterPotato » Post

I love how development is going forward at this point. Just enough promotion and we will create a GIMP vs Photoshop scenario.
I'm only human, after all...

User avatar
Melkor
Member
Posts: 416
Joined: Sat Sep 24, 2011 01:03
Location: Underground

Re: [Game] Mineclonia [0.107.0]

by Melkor » Post

InterPotato wrote:
Mon Sep 30, 2024 17:19
I love how development is going forward at this point. Just enough promotion and we will create a GIMP vs Photoshop scenario.
cant wait for GIMP 3.0

User avatar
Melkor
Member
Posts: 416
Joined: Sat Sep 24, 2011 01:03
Location: Underground

Re: [Game] Mineclonia [0.107.0]

by Melkor » Post

Well, it's finished, I was busy with family and work.
It has 3 animations, I didn't use MC as a reference, but it's wiki. I hope it's useful for the Game...

If something needs a change or adjustment, just tell me.

Use it as you wish, is free
Attachments
Bee.zip
The Bee model itself
(140.61 KiB) Downloaded 12 times
mcbee.png
mcbee.png (118.68 KiB) Viewed 113 times

Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests