Closed 5stigma closed 1 year ago
Hmmm I think it's accessing client side code. 🤔
As extra, the crafting of motherboar with all its components doesn't work or I dont know how to craft it (in Minecraft 1.18.2)(I addid recipes with for the Laptops with CrafTweaker mod).
Thanks for attention.
It's indeed not possible to craft the motherboard yet. Since I couldn't figure out how to add the components seperately, seems like it needs some sort of NBT crafting, but can't find anything about it that works in newer versions without the use of another mod. But now I think of it, it may fit in the crafting table with every single component with it. So I might do that.
I used the following recipes, if it helps you:
1.- craftingTable.addShaped("laptops_devices_0",
2.- craftingTable.addShaped("laptops_devices_1",
I might be doing shapeless recipes, and adding a recipe for every colored laptop, and adding a dye with it.
I could do that for you, if you like. I will post it here, but only in CrafTweaker code (I have only used that).
I would need a .json
recipe file actually. (The same as in datapacks)
recipe_black_laptop.txt Something like that? (.json is not supported to upload here)
Something like that?
Yeah, but then shapeless, and using a dye.
I was thinking that the main crafting would be the black laptop, and from there add a recipe with the dyes using the laptop tag to be able to use any laptop + a dye to change the color, but this will probably reset the laptop usage. if you like i can do it this way.
Or I make a recipe for each color.
I just thought of something: why not add a custom block that allows adding component to the motherboard and such?
I tried it through tags and I couldn't :c ,I still don't know enough Java.
I tried it through tags and I couldn't :c ,I still don't know enough Java.
It's not done through tags, it's done by using Java or another JVM Language code.
There seems to be a recipe already (the wool color relates to the color of laptop):
Tbh the recipe is overkill. Netherite ingots, ok. But 2 beacons? WUT. This might be the work of Jab125. But at least it's craftable. Also, there's no loottable, so breaking it would be fatal since there's no drops.
and, How the components would have any usage?
I am trying to make a code to be able to implement the component items to the MB, but, I don't know which is the code of the MB, to be able to implement the new code.
and, How the components would have any usage?
I'm currently reworking the recipes.
I want to note here something, the 1.19.2 and 1.19.3 versions work. I can't seem to figure out one single client reference in the code. I guess we will need to wait for @Jab125
There seems to be a recipe already (the wool color relates to the color of laptop):
Tbh the recipe is overkill. Netherite ingots, ok. But 2 beacons? WUT. This might be the work of Jab125. But at least it's craftable. Also, there's no loottable, so breaking it would be fatal since there's no drops.
placeholder recipe temporary
i'll get the port to 1.18.2 done soon
i'll get the port to 1.18.2 done soon
Finally!
Support for 1.18.2 has ended, unluckily this issue wasn't been able to be fixed before the EoL happened. Currently 1.19.3 and 1.20.1 are supported versions.
To Reproduce Steps to reproduce the behavior:
Logs No log given
Crash report
Please complete the following information:
FOR FORGE:
Additional context It could be due to the mod doesn't have a Signature
Additional mods used Only dependencies