#all pickaxes can't mine anything ๐ญ๐ญ๐ญ i've looked through all of my server and startup
69 messages ยท Page 1 of 1 (latest)
all pickaxes can't mine anything ๐ญ๐ญ๐ญ i've looked through all of my server and startup
The log doesn't have any errors
Send it anyway
You sometimes might not notice some errors (for example, recipes might not show an error but a warning instead). This is why you should send it, even if it might not have any errors
Um, wrong macro.
๐๏ธ Send the code! ๐๏ธ
You may have an issue with a KubeJS script and you explain it to the best of your ability yet without the actual code in question we have very little to go off of in trying to assist you.
YES SIR!
the only instance of "require_tool" is in block_modify.js
which is here
Paste version of message.txt from @keen yacht
Ohohoh. OK, can you zip both folders, and drag them onto this thread to upload?
oh yeah sure
I get to show off a cool Gnome feature.
Paste version of server_scripts.zip, startup_scripts.zip from @keen yacht
it's not just modded tools; vanilla tools similarly can't mine anything
Glad you're using multiple scripts to organize, but even knowing which script uses or mentions "require_tool" doesn't narrow down which script is actually causing your issue. Anyways, thanks, now I can click Gnome's "View server_scripts.zip" button and explore all the scripts at once to narrow it down.
Gnome does not understand. Gnome is a bot, not a script. What is "require_tool"?
ooh that is very cool
I wasn't talking to you, or pinging you gnome. I was talking about you.
yeah sorry some of them are badly worded
Sorry about the chatty bot. Anyways, I'm looking through them now, starting with StartupScripts.
take your time i'm just glad you're here to help
as per
'minecraft:deepslate',
], block => {block.requiresTool = false})
ive mined deepslate
but it's extremely slow
Hmmm... it could be a broken tag. An invalid item, mispelled somewhere, being added into "minecraft:mineable/pickaxe", or the like. There's a mod I want you to try adding to your instance. It's called "Load My F***ing Tags", it's on Modrinth or Curseforge.
It may not be your scripts loading an invalid item into the tag(s), it could be a mod.
I do see in startup_scripts/block_modify.js around lines 426-484, you are making some blocks not need a tool, but if you're not removing the block from the appropriate "mineable" tag, it should still break faster if you have the right tool.
In server_scripts/tags.js, you do add something to 'minecraft:mineable/pickaxe', so I don't know if 'oreganized:silver_ore' is valid or not.
yeah it is iโve triple checked
and i tried adding blocks to the tag but like you saw it was half cooked
i'll try launching with the mod now
Well, let me know if it fixes the issue or not. If it does, job done. If it doesn't, we can try more with the scripts.
I'm looking at startup_scripts/misc.js and block_modify.js, and seeing some odd things, but I'll bring them up later.
Ah, scratch that on block_modify.js, I was just blind. What I thought was odd was something missing, but now I found it on literally line 1.
Ooh?
Ahah. So, something was adding something invalid to the tag. Not nessesarily your script.
However, now we can locate what was broken, and fix it in the script so that we don't need that mod.
Or we can leave the mod in, and still fix it in script so the error goes away, or we can just ignore the error message and leave everything as is.
yeah i think i'll do
that
where do i find the logs anyway?
I would say, but the link on the mod page to the github page where they explain is broken.
If they don't have their own log file, it's probably burried somewhere in latest.log, so you can send that.
Yeah, it's just latest.log, so .minecraft/logs/latest.log
it's a pretty huge one
looks like the name of the mod ID is different to load_my_whatever too
"lmft"?
Oof, taking longer to upload the log file than to upload an image. That's a pretty hefty log.
it just won't upload
51 mb ๐ญ
[00:26:09] [Worker-ResourceReload-2/ERROR]: [Load My Fucking Tags] Couldn't load certain entries with the tag raspberry_flavoured:spirited_exopearl_located.json: intergrated_stronghold:stronghold (from KubeJS Resource Pack [data])
[00:26:09] [Worker-ResourceReload-1/ERROR]: [Load My Fucking Tags] Couldn't load certain entries with the tag integrated_api:collections/any_taiga: #repurposed_structures:collections/taigas (from integrated_api-1.5.3+1.20.1-forge.jar)
found it
it's the second one
the first i only changed recently
i have no clue where to find that though
So, the tags are technically working now thanks to LMFT, so if you want to disable the error and not worry about any tags breaking in the future, there's now a config file as per the instructions here: https://github.com/Dragon-Seeker/LoadMyFingTags/blob/3961e898550c4d996199bea0fa408a61e87e8dba/info.md
Or, you can include a datapack file to fix that tag, but since the tag being broken is actually from integrated api, not the one I linked above (it's trying to load the one above into one from this mod), and I can't find a github link into this one to view the broken data, well...
So my guess is you have Integrated API installed (which is infuriatingly closed source), but not Repurposed Structures, and even though Integrated API doesn't list Repurposed Structures as a dependency, its datapacks treat it as a strong dependency, not a weak one.
i'm really sorry i fell asleep ๐ญ i'll work it now thank you
i do have integrated API
and i
'll install repurposed now
No need, since you have LMFT, but if you do like the structures in Repurposed, it wouldn't be a bad thing.