[Suggestion]: Make Tome of Knowledge
frinkifail opened this issue ยท 57 comments
you should really make tomb of knowledge like in the original projecte which unlocks all transmutation knowledge
Well, it's just that the texturing and modeling will take some time. If I have time, I will try it, but if someone can provide me with a model, I will adopt it.
can you at least add a command or other item to unlock everything? it would be super helpful
true
can you at least add a command or other item to unlock everything? it would be super helpful
Just as a BTW the icons base is the Vanilla Knowledge book, and I recolored it to be red to easier differentiate it
Yeah, I went to implement it and I think I actually did get it working, but then got distracted with finding out about #64
Related to this issue, would something like a "Tome of Stupidity" or something be a cool addition? While testing I wanted to remove all the items, but found no real way of doing that
No yeah I know how I could implement something that removes all "recipes", I was saying that there currently doesn't seem to be anything in the mod that you could use to remove all "recipes", except of course just deleting or modifying the file in the world folder.
So I thought maybe a "Tome of Stupidity" that would remove all recipes from the player would be a cool addition
How are the known items stored? if it's stored like the original mods you could just make it clear the contents of the players known recipes file with the exemption of the EMC value
Yeah, I went to implement it and I think I actually did get it working, but then got distracted with finding out about #64
Related to this issue, would something like a "Tome of Stupidity" or something be a cool addition? While testing I wanted to remove all the items, but found no real way of doing that
WHERE IS IT I NEED ITTTTTTTTTT
I'm currently away, I'll hopefully be able to get it fully working later today when I get back
You could try if the Artifacts from here work. First download the Artifacts
archive from the link above, then extract and use the file without a -something
(not -sources, etc) after the name.
i forgor about this lmao
still havent found another fabric mod for this purpose bc im lazy
Yeah, I went to implement it and I think I actually did get it working, but then got distracted with finding out about #64
Related to this issue, would something like a "Tome of Stupidity" or something be a cool addition? While testing I wanted to remove all the items, but found no real way of doing that
normally you just make another tome of knowledge and put it in the removal slot
Yeah, I went to implement it and I think I actually did get it working, but then got distracted with finding out about #64
Related to this issue, would something like a "Tome of Stupidity" or something be a cool addition? While testing I wanted to remove all the items, but found no real way of doing thatnormally you just make another tome of knowledge and put it in the removal slot
Could you test the artifact from here?
i get a strange crash with that build, lemme try again without the build to see if it is the problem
crash-2023-08-11_13.44.46-server.txt
there is the crashlog
here is the Crashy link if thats easier for you https://crashy.net/60b19c1f-b73d-4a10-8f7d-1491ff450459
I'm pretty sure I haven't changed anything related to the syncS2C_emc_map
method
@PTOM76 Not sure how supporting different versions of mc with different code works with how this project is set up. I'd usually create multiple branches for the multiple versions. Not sure what the best solution is with this set up.
I'm pretty sure I haven't changed anything related to the
syncS2C_emc_map
method
when i remove the mod it works again however
That was changed when I merged the changes from the main branch to that dev branch. Seems to be from this commit
The writeMap
method seems to be changed somewhere between 1.18.2 (which is what our dev env is in) and the latest version of mc
in 1.18.2 it takes a map and two BiConsumers but in 1.20.1 it takes a map and two PacketWriters
I'm pretty sure I haven't changed anything related to the
syncS2C_emc_map
methodwhen i remove the mod it works again however
you can try in 1.18.2 for now I guess
update, i changed to an alternate mod set and am now crashing for a different reason https://crashy.net/d67a5429-d30f-437e-8434-1a368e469736
crash-2023-08-11_15.50.52-server.txt
update, i changed to an alternate mod set and am now crashing for a different reason https://crashy.net/d67a5429-d30f-437e-8434-1a368e469736
crash-2023-08-11_15.50.52-server.txt
Same issue as before. Could you try downgrading to 1.18.2 like I said before
@PTOM76 Not sure how supporting different versions of mc with different code works with how this project is set up. I'd usually create multiple branches for the multiple versions. Not sure what the best solution is with this set up.
Hi, this problem add new API to MCPitanLib.
I already made it, so I am uploading it now.
By the way, the reason why I do not create multiple branch is because I want to make the same specification on multiple versions and I want to support multiple versions in the same file.
Could somebody test the artifact from here?
it should be fine with the latest one from here
should i close this now
no need, it should automatically be closed once the pr #68 is actually merged