This commit is contained in:
2026-03-27 12:00:16 -03:00
parent 89b23582fa
commit a736b9c5c0
11 changed files with 211 additions and 52 deletions
+2
View File
@@ -14,6 +14,8 @@ EverythingRegistry.register<BlockRegistry>("blocks", "bworld:grass", {
if (item?.type_id === "bworld:hoe") {
block.id = "bworld:hoed_dirt";
dimension.add_block(block);
return true;
}
return false;
},
});