recreate veins for kjs

This commit is contained in:
SpeeeDCraft 2023-10-23 21:25:35 +07:00
parent 35f66e252b
commit a3305f8dec
11 changed files with 1573 additions and 156 deletions

View file

@ -0,0 +1,5 @@
// priority: 0
ServerEvents.highPriorityData(event => {
addOreVeins(event);
})