Rename to Construct

This commit is contained in:
ForestOfLight
2025-04-19 14:15:19 -07:00
Unverified
parent 53438f3c60
commit 5e2da6e3ab
46 changed files with 102 additions and 57 deletions
+10
View File
@@ -0,0 +1,10 @@
// Rules
import './rules/easyPlace';
import './rules/fastEasyPlace';
import './rules/materialGrabber';
// Commands
import './commands/construct';
// Other
import './classes/BlockInfo';