Releases: RockBottomGame/RockBottom
Rock Bottom v0.4.0
Built with RockBottomAPI 0.5.0-13.
-
Added Beds
-
Added pots which can hold flowers
-
Grass Tufts now regrow on Grass tiles randomly
-
Re-added cotton world generator
-
Updated yarn texture
-
Recipes requiring tools now stated the tools that are missing
-
Added Plant Ropes.
-
Fixed recipes not using the inventory inputs inefficiently. They will now correctly try to use an entire instance before finding the next one
-
Fixed construction tools not getting destroyed when they reach 0 durability
-
Fixed text not being centered in Smithing and Contruction Table Guis
-
Fixed items rendering one pixel off when climbing
-
[DEV] Added Camera Mode in Debug Mode
-
[API] Fixed rotation center not being applied correctly
-
[API] Updated construction recipe handling
-
[API] Major refactor of the API
Rock Bottom 0.3.7.2
Built with RockBottomAPI 0.4.7-762.
-
Added chiselling! You can chisel certain tiles with the chisel.
-
Added platforms!
-
Updated creative mode (More intuitive movement)!
-
Removed Herobr... oh wait, wrong game.
-
[API] Custom biome rendering!
-
[API] New Event - RecipeLearnEvent!
-
[API] Interaction events now specify which type of interaction it is.
-
[Fixed] Graphic glitch when pausing the game whilst moving
-
[Fixed] Chunk bleeding during world creation causing the chunk at (0, 0) to be glitched.
Rock Bottom 0.3.6
Built with RockBottomAPI 0.4.6-753.
- Added Sticks
- Added Spinning Wheel
- Added Cotton and Yarn
- You can use / to quickly enter commands
- Commands can be used in singleplayer when in debug mode
- Added Construction Table
- Added Smithing Table
- Changed tool durability to a bar
- Added durability descriptors
- All recipes can now have a skill reward
- Learning multiple recipes at once only displays a single toast
- Recipes can now specify requirements for unlocking
- All player based recipes can now be learned
- Added Creative Mode
- [API] Recipes can now use a tile entity as a crafting station
- [API] Simplified the process of creating custom recipe loaders
- [API] You can now force a specific slot color
- [API] Slot rendering can be disabled