0.6.0 #59

Merged
thetxt merged 32 commits from 0.6.0 into main 2026-03-19 17:46:08 +01:00
Owner
No description provided.
thetxt added this to the 0.6.0 milestone 2026-03-19 17:45:50 +01:00
thetxt self-assigned this 2026-03-19 17:45:50 +01:00
update crates to version 0.6.0
All checks were successful
Build, test and push / formatting (push) Successful in 9s
Build, test and push / clippy (push) Successful in 1m3s
Build, test and push / build_server_docker_image (push) Successful in 3m16s
Build, test and push / test (push) Successful in 3m53s
Build, test and push / push_server (push) Successful in 13s
8178268d0a
begin implementing logic to detect if player tries to craft something in
Some checks failed
Build, test and push / formatting (push) Successful in 10s
Build, test and push / clippy (push) Successful in 1m2s
Build, test and push / test (push) Has been cancelled
Build, test and push / build_server_docker_image (push) Has been cancelled
Build, test and push / push_server (push) Has been cancelled
a9a7f845b7
their inventory #55
fix player.set_inventory_slot sending SetPlayerInventorySlot using
All checks were successful
Build, test and push / formatting (push) Successful in 11s
Build, test and push / clippy (push) Successful in 59s
Build, test and push / build_server_docker_image (push) Successful in 3m15s
Build, test and push / test (push) Successful in 3m50s
Build, test and push / push_server (push) Successful in 11s
fb5c6fb3c4
selected slot, instead of slot from arguments
add logic to craft acacia planks #55
All checks were successful
Build, test and push / formatting (push) Successful in 9s
Build, test and push / clippy (push) Successful in 1m4s
Build, test and push / build_server_docker_image (push) Successful in 3m16s
Build, test and push / test (push) Successful in 3m49s
Build, test and push / push_server (push) Successful in 12s
e07ec38b8c
undo changes to player.set_inventory_slot function
All checks were successful
Build, test and push / formatting (push) Successful in 13s
Build, test and push / clippy (push) Successful in 1m2s
Build, test and push / build_server_docker_image (push) Successful in 3m16s
Build, test and push / test (push) Successful in 3m48s
Build, test and push / push_server (push) Successful in 15s
147f3ec904
make crafting acacia logs mostly work as expected #55
All checks were successful
Build, test and push / formatting (push) Successful in 12s
Build, test and push / clippy (push) Successful in 59s
Build, test and push / push_server (push) Successful in 13s
Build, test and push / build_server_docker_image (push) Successful in 3m15s
Build, test and push / test (push) Successful in 3m51s
55949ecd4d
Add basic types for Recipes
All checks were successful
Build, test and push / formatting (push) Successful in 12s
Build, test and push / clippy (push) Successful in 1m7s
Build, test and push / build_server_docker_image (push) Successful in 3m13s
Build, test and push / test (push) Successful in 3m49s
Build, test and push / push_server (push) Successful in 12s
8561d3082f
add recipe data to data crate and Game struct using new
Some checks failed
Build, test and push / formatting (push) Successful in 9s
Build, test and push / clippy (push) Successful in 55s
Build, test and push / push_server (push) Has been cancelled
Build, test and push / build_server_docker_image (push) Successful in 3m28s
Build, test and push / test (push) Has been cancelled
c237a17992
data_generator_tools module #55
update data::blocks crates to version 0.6.0 as well
All checks were successful
Build, test and push / test (push) Successful in 3m59s
Build, test and push / push_server (push) Successful in 11s
Build, test and push / formatting (push) Successful in 10s
Build, test and push / clippy (push) Successful in 1m3s
Build, test and push / build_server_docker_image (push) Successful in 3m29s
5cd24910ef
make crafting any shapeless recipe in inventory work #55
Some checks failed
Build, test and push / formatting (push) Successful in 11s
Build, test and push / clippy (push) Failing after 1m4s
Build, test and push / build_server_docker_image (push) Successful in 3m30s
Build, test and push / test (push) Failing after 3m50s
Build, test and push / push_server (push) Has been skipped
f8b5c276c9
make data::items::get_item_name_by_id a lot faster by replacing it with
Some checks failed
Build, test and push / clippy (push) Failing after 1m2s
Build, test and push / formatting (push) Successful in 11s
Build, test and push / build_server_docker_image (push) Successful in 3m29s
Build, test and push / test (push) Failing after 3m50s
Build, test and push / push_server (push) Has been skipped
900e6c2d6d
a static match
add data::items::get_item_id_by_name function to improve performance of
Some checks failed
Build, test and push / formatting (push) Successful in 10s
Build, test and push / test (push) Has been cancelled
Build, test and push / clippy (push) Has been cancelled
Build, test and push / build_server_docker_image (push) Has been cancelled
Build, test and push / push_server (push) Has been cancelled
04c4c81a84
item_name -> item_id lookups
remove time logging output from get_crafting_recipe_2x2
Some checks failed
Build, test and push / clippy (push) Failing after 58s
Build, test and push / build_server_docker_image (push) Successful in 3m34s
Build, test and push / formatting (push) Successful in 9s
Build, test and push / test (push) Failing after 3m54s
Build, test and push / push_server (push) Has been skipped
a582d88dfe
Update ci config to not install additional components via rustup as
All checks were successful
Build, test and push / build_server_docker_image (push) Successful in 3m22s
Build, test and push / formatting (push) Successful in 17s
Build, test and push / clippy (push) Successful in 38s
Build, test and push / test (push) Successful in 2m12s
Build, test and push / push_server (push) Successful in 13s
ce5bdc449b
theyre now contained in the runners base image
Update README.md
All checks were successful
Build, test and push / clippy (push) Successful in 1m2s
Build, test and push / test (push) Successful in 3m21s
Build, test and push / build_server_docker_image (push) Successful in 3m27s
Build, test and push / formatting (push) Successful in 10s
Build, test and push / push_server (push) Successful in 11s
a7facc1e24
move block_types to basic_types crate
Some checks failed
Build, test and push / formatting (push) Failing after 9s
Build, test and push / clippy (push) Successful in 58s
Build, test and push / test (push) Successful in 3m22s
Build, test and push / build_server_docker_image (push) Successful in 3m24s
Build, test and push / push_server (push) Has been skipped
1abbe1b868
ignore /basic_types/src/blocks.rs in rustfmt
Some checks failed
Build, test and push / formatting (push) Failing after 5s
Build, test and push / clippy (push) Successful in 1m5s
Build, test and push / build_server_docker_image (push) Successful in 6m1s
Build, test and push / test (push) Successful in 6m8s
Build, test and push / push_server (push) Has been skipped
afb681bd84
fix last commit
All checks were successful
Build, test and push / formatting (push) Successful in 10s
Build, test and push / clippy (push) Successful in 1m31s
Build, test and push / build_server_docker_image (push) Successful in 5m47s
Build, test and push / test (push) Successful in 5m57s
Build, test and push / push_server (push) Successful in 17s
74b0848229
fix missing format! in data generator for recipe data crate
All checks were successful
Build, test and push / formatting (push) Successful in 9s
Build, test and push / clippy (push) Successful in 58s
Build, test and push / test (push) Successful in 3m24s
Build, test and push / build_server_docker_image (push) Successful in 3m25s
Build, test and push / push_server (push) Successful in 12s
57ee00ef22
make crafting 2x2 shaped recipes in inventory work #55
All checks were successful
Build, test and push / test (push) Successful in 3m23s
Build, test and push / build_server_docker_image (push) Successful in 3m25s
Build, test and push / formatting (push) Successful in 8s
Build, test and push / clippy (push) Successful in 1m2s
Build, test and push / push_server (push) Successful in 11s
42d32dbae2
fix interacting with blocks that have inventories but no blockentity
All checks were successful
Build, test and push / formatting (push) Successful in 10s
Build, test and push / clippy (push) Successful in 58s
Build, test and push / test (push) Successful in 3m23s
Build, test and push / build_server_docker_image (push) Successful in 3m26s
Build, test and push / push_server (push) Successful in 12s
5a61f26040
begin setting up logic for crafting in crafting tables #55
All checks were successful
Build, test and push / formatting (push) Successful in 9s
Build, test and push / clippy (push) Successful in 1m1s
Build, test and push / push_server (push) Successful in 11s
Build, test and push / test (push) Successful in 3m20s
Build, test and push / build_server_docker_image (push) Successful in 3m24s
31e05a508e
remove lib::types::slot::Item type and replace it with the Slot type
All checks were successful
Build, test and push / clippy (push) Successful in 1m0s
Build, test and push / formatting (push) Successful in 9s
Build, test and push / test (push) Successful in 3m20s
Build, test and push / build_server_docker_image (push) Successful in 3m27s
Build, test and push / push_server (push) Successful in 11s
d0d47786c2
from the same module
make crafting shapeless recipes in crafting table somewhat work #55
All checks were successful
Build, test and push / formatting (push) Successful in 9s
Build, test and push / clippy (push) Successful in 1m2s
Build, test and push / build_server_docker_image (push) Successful in 3m24s
Build, test and push / test (push) Successful in 3m22s
Build, test and push / push_server (push) Successful in 11s
9c0e9437ac
fix only being able to craft one item at a time in crafting table #55
All checks were successful
Build, test and push / formatting (push) Successful in 9s
Build, test and push / clippy (push) Successful in 1m2s
Build, test and push / test (push) Successful in 3m20s
Build, test and push / build_server_docker_image (push) Successful in 3m24s
Build, test and push / push_server (push) Successful in 11s
714cd2e673
implement crafting shaped recipes in crafting table #55
All checks were successful
Build, test and push / formatting (push) Successful in 10s
Build, test and push / clippy (push) Successful in 1m3s
Build, test and push / test (push) Successful in 3m20s
Build, test and push / build_server_docker_image (push) Successful in 3m23s
Build, test and push / push_server (push) Successful in 11s
68a391aae5
optimize performance of
All checks were successful
Build, test and push / formatting (push) Successful in 9s
Build, test and push / clippy (push) Successful in 57s
Build, test and push / build_server_docker_image (push) Successful in 3m26s
Build, test and push / test (push) Successful in 3m24s
Build, test and push / push_server (push) Successful in 11s
db914ded4a
lib::types::recipe_manager::is_recipe_a_match_3x3 #55
allow crafting recipes mirrored #55
All checks were successful
Build, test and push / formatting (push) Successful in 9s
Build, test and push / clippy (push) Successful in 58s
Build, test and push / test (push) Successful in 3m20s
Build, test and push / build_server_docker_image (push) Successful in 3m27s
Build, test and push / push_server (push) Successful in 11s
31b9fccf23
drop items when closing crafting table or inventory #55
All checks were successful
Build, test and push / formatting (push) Successful in 9s
Build, test and push / clippy (push) Successful in 1m1s
Build, test and push / test (push) Successful in 3m21s
Build, test and push / build_server_docker_image (push) Successful in 3m26s
Build, test and push / push_server (push) Successful in 12s
52341e022c
use recipes for smelting in furnace #56
All checks were successful
Build, test and push / formatting (push) Successful in 9s
Build, test and push / clippy (push) Successful in 1m3s
Build, test and push / build_server_docker_image (push) Successful in 3m28s
Build, test and push / test (push) Successful in 3m22s
Build, test and push / push_server (push) Successful in 12s
b79f0cb702
make smoker and blast_furnace work as well #56
All checks were successful
Build, test and push / formatting (push) Successful in 8s
Build, test and push / clippy (push) Successful in 1m3s
Build, test and push / build_server_docker_image (push) Successful in 3m27s
Build, test and push / test (push) Successful in 3m24s
Build, test and push / push_server (push) Successful in 11s
5e03b248df
allow using any fuel in furnaces #56
All checks were successful
Build, test and push / formatting (push) Successful in 9s
Build, test and push / clippy (push) Successful in 1m1s
Build, test and push / test (push) Successful in 3m23s
Build, test and push / build_server_docker_image (push) Successful in 3m27s
Build, test and push / push_server (push) Successful in 12s
150568b9cb
thetxt merged commit 9e0db75d56 into main 2026-03-19 17:46:08 +01:00
thetxt deleted branch 0.6.0 2026-03-19 17:46:08 +01:00
Sign in to join this conversation.
No description provided.