-
v1.4pre Pre-Release
released this
2023-04-24 05:22:07 +02:00 | 0 commits to master since this releasePre-release for upcoming update!
Changelog:
- Add ovens. New furnace-alike block, which allows you to cook food (just like a smoker)!
- Add support for mcl_bamboo. This means that now we have Bamboo Chair and Bamboo (Slab) Table.
- Add Wiki to the README. It means that it is now ready enough for you to explore, read, and maybe even contribute to it ;)
- Fix birch chairs and (slab) tables not being registered for some reason (I guess it was accidentally removed in one of the commits, but which?..)
- Fix debug warnings for
use_texture_alpha = "clip"
(thanks to @Liberty4545 for reporting) - Small changes, fixes and additions
Changes already done in v1.3 patches (but planned for v1.4):
- Replace nodebox with mesh for table lamp (and add texture for it)
- Small changes, fixes and additions
From author: I'm sorry that this release isn't as big as I wanted it to be, I'm just so tired of v1.3 patches that I decided to clean up the v1.4 milestone (by closing some and moving some to v1.5 milestone). The only thing left to do before releasing the full thing is update the Wiki (and possibly the main screenshot too, to include ovens). To everyone using my mod: thank you very much. I'm glad you're enjoying it; and if you aren't—feel free to report any issues you find.
Downloads
-
v1.3_04 Stable
released this
2023-04-12 16:57:13 +02:00 | 7 commits to master since this releaseA minor fix for crimson and warped chairs/tables/etc!
Changelog:
- Fix crimson and warped textures (#18), thanks to Liberty4545 for reporting
BTW, this may not work properly on the release version of MCL2. Only on master. If you want to use stable 0.82.0 then download v1.3_03 instead (it's the same exact version but without this fix). Thx!
Downloads
-
v1.3_02 Stable
released this
2022-10-03 06:08:03 +02:00 | 10 commits to master since this releaseSmall fix for screenshot!
Changelog:
- Update main screenshot
Downloads
-
v1.3_01 Stable
released this
2022-10-03 05:11:45 +02:00 | 11 commits to master since this releaseA bit late update...
Changelog:
- Replace nodebox with mesh for table lamp (and add texture for it)
- Reformat code a bit (to make it cleaner)
- Small changes, fixes and additions
Downloads
-
v1.3 Stable
released this
2022-09-30 12:39:35 +02:00 | 14 commits to master since this releaseNew release! Finally. Enjoy :D
Changelog:
- Drop support of MineClone 5. It doesn't mean that it's broken (though it may be), I just won't test my mod with MCL5 anymore
- Drop that WIP sign as well: API is mostly done to be used by other modders and this mod isn't as buggy as it used to be
- Add hedges: they're like fences, but made out from leaves (wiki)
- Dyed planks' colors are now matching the average concrete colors (so it's not just taken from my head anymore)
- Add support for mcl_mangrove: mangrove (slab) tables and mangrove chairs added
- Fix support for crimson and warped (slab) tables and chairs (remove if-check for it and rename from mcl_mushroom to mcl_crimson (warped are part of crimson, huh?))
- Remove if-check for deepslate paths (mcl_deepslate is already part of MineClone 2)
- Move the Blocks section from README into the Wiki (TODO: make a normal Home page from which user can find it)
- Finally get rid of unused register.lua (got confused with it while trying to update this mod)
- Small changes, fixes and additions
Downloads
-
v1.3pre Pre-Release
released this
2022-09-29 15:44:15 +02:00 | 16 commits to master since this releasePre-release for upcoming new update!
Changelog:
- Drop support of MineClone 5. It doesn't mean that it's broken (though it may be), I just won't test my mod with MCL5 anymore
- Drop that WIP sign as well: API is mostly done to be used by other modders and this mod isn't as buggy as it used to be
- Add hedges: they're like fences, but made out from leaves (wiki)
- Add support for mcl_mangrove: mangrove (slab) tables and mangrove chairs added
- Fix support for crimson and warped (slab) tables and chairs (remove if-check for it and rename from mcl_mushroom to mcl_crimson (warped are part of crimson, huh?))
- Remove if-check for deepslate paths (mcl_deepslate is already part of MineClone 2)
- Move the Blocks section from README into the Wiki (TODO: make a normal Home page from which user can find it)
- Finally get rid of unused register.lua (got confused with it while trying to update this mod)
- Small changes, fixes and additions
From author: finally updated this mod after long 5 months... it was a good experience actually. If I won't find anything else here to fix then this will become a full normal release, but I guess there's more to do. Thanks for using my mod, whoever you are!
Downloads
-
v1.2_02 Stable
released this
2022-04-30 14:48:22 +02:00 | 19 commits to master since this releaseSmall fix!
Changelog:
- Replace top table lamp texture with light grey wool texture (we just don't need it actually. -1 attribution), update README for it
- Remove useless attribution for
mcl_signs
from README - Small changes, fixes and additions?
Downloads
-
v1.2_01 Stable
released this
2022-04-30 10:17:05 +02:00 | 21 commits to master since this releaseUpdate!
Changelog:
- Split register.lua into separate files and move most code from api.lua to them
- Simplify API for paths too
- Display movement notice (when player rightclicks on the chair) in HUD instead of chat (via mcl_title)
- Add deepslate and cobbled deepslate paths: shown up only if you have mcl_deepslate mod (which is part of MineClone 5 game)
- Small changes, fixes and additions
Downloads