[Game] Mineclonia [0.107.0]
Re: [Game] Mineclonia [0.105.0]
Haha I thought they were sick
Re: [Game] Mineclonia [0.105.0]
Hi, It seems that smokers don't work in the latest update but it might just be me.
Thanks
Thanks
Re: [Game] Mineclonia [0.105.0]
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
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]
- Fix generateImagePart warning
- Redo potions and effects
Re: [Game] Mineclonia [0.107.0]
yes! lesser time of loading
Re: [Game] Mineclonia [0.107.0]
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?
- 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]
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 ✝️♂
Re: [Game] Mineclonia [0.107.0]
Mineclonia always registers aliases for items, otherwise it would break older worldsdoes 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
The api is usually the same in 90% of cases
The thing about voxelforge is that it completely renames all mods, so you would have to basically write double the code, for exampleVoxelForge, though it's early days for it, and not as popular.
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
Re: [Game] Mineclonia [0.107.0]
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
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 (467.62 KiB) Viewed 607 times
Re: [Game] Mineclonia [0.107.0]
There is a bee model at: https://github.com/22i/minecraft-voxel- ... /bee.blendMelkor wrote: ↑Thu Sep 26, 2024 02:55Hi, 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
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.
Does the problem occur with new animals? Or is it old animals that still have the big heads?By the way, the problem of big heads with baby animals persists and sometimes a new animal spawns outside the corral
Re: [Game] Mineclonia [0.107.0]
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
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 (60.31 KiB) Viewed 499 times
-
- Member
- Posts: 68
- Joined: Wed Jun 12, 2024 21:48
- GitHub: DragonWrangler1
- In-game: DragonWrangler1
Re: [Game] Mineclonia [0.107.0]
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.
Re: [Game] Mineclonia [0.107.0]
Thanks DragonWrangler1 !DragonWrangler1 wrote: ↑Thu Sep 26, 2024 20:29I'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.
-
- Member
- Posts: 62
- Joined: Fri Jun 07, 2024 15:38
- Location: Poland
Re: [Game] Mineclonia [0.107.0]
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...
Re: [Game] Mineclonia [0.107.0]
cant wait for GIMP 3.0InterPotato wrote: ↑Mon Sep 30, 2024 17:19I love how development is going forward at this point. Just enough promotion and we will create a GIMP vs Photoshop scenario.
Re: [Game] Mineclonia [0.107.0]
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
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 (118.68 KiB) Viewed 113 times
Who is online
Users browsing this forum: No registered users and 0 guests