Giter Site home page Giter Site logo

Comments (22)

XyperCode avatar XyperCode commented on May 29, 2024 1

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

from devices-mod.

XyperCode avatar XyperCode commented on May 29, 2024

Hmmm I think it's accessing client side code. 🤔

from devices-mod.

5stigma avatar 5stigma commented on May 29, 2024

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.

from devices-mod.

XyperCode avatar XyperCode commented on May 29, 2024

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.

from devices-mod.

5stigma avatar 5stigma commented on May 29, 2024

I used the following recipes, if it helps you:

1.- craftingTable.addShaped("laptops_devices_0", item:devices:gray_laptop, [[item:devices:plastic_frame, item:devices:screen, item:devices:plastic_frame], [item:devices:wifi, item:devices:cpu, item:devices:hard_drive], [item:devices:ram, item:devices:motherboard, item:devices:gpu]]);

2.- craftingTable.addShaped("laptops_devices_1", item:devices:gray_laptop, [[item:devices:plastic_frame, item:devices:screen, item:devices:plastic_frame], [item:devices:wifi, item:devices:cpu, item:devices:solid_state_drive], [item:devices:ram, item:devices:motherboard, item:devices:gpu]]);

from devices-mod.

XyperCode avatar XyperCode commented on May 29, 2024

I might be doing shapeless recipes, and adding a recipe for every colored laptop, and adding a dye with it.

from devices-mod.

5stigma avatar 5stigma commented on May 29, 2024

I could do that for you, if you like. I will post it here, but only in CrafTweaker code (I have only used that).

from devices-mod.

XyperCode avatar XyperCode commented on May 29, 2024

I would need a .json recipe file actually. (The same as in datapacks)

from devices-mod.

5stigma avatar 5stigma commented on May 29, 2024

recipe_black_laptop.txt
Something like that? (.json is not supported to upload here)

from devices-mod.

XyperCode avatar XyperCode commented on May 29, 2024

Something like that?

Yeah, but then shapeless, and using a dye.

from devices-mod.

5stigma avatar 5stigma commented on May 29, 2024

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.

from devices-mod.

XyperCode avatar XyperCode commented on May 29, 2024

I just thought of something: why not add a custom block that allows adding component to the motherboard and such?

from devices-mod.

5stigma avatar 5stigma commented on May 29, 2024

I tried it through tags and I couldn't :c ,I still don't know enough Java.

from devices-mod.

XyperCode avatar XyperCode commented on May 29, 2024

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.

from devices-mod.

XyperCode avatar XyperCode commented on May 29, 2024

There seems to be a recipe already (the wool color relates to the color of laptop):
image

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.

from devices-mod.

5stigma avatar 5stigma commented on May 29, 2024

and, How the components would have any usage?

from devices-mod.

5stigma avatar 5stigma commented on May 29, 2024

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.

from devices-mod.

XyperCode avatar XyperCode commented on May 29, 2024

and, How the components would have any usage?

I'm currently reworking the recipes.

from devices-mod.

Jab125 avatar Jab125 commented on May 29, 2024

There seems to be a recipe already (the wool color relates to the color of laptop): image

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

from devices-mod.

Jab125 avatar Jab125 commented on May 29, 2024

i'll get the port to 1.18.2 done soon

from devices-mod.

XyperCode avatar XyperCode commented on May 29, 2024

i'll get the port to 1.18.2 done soon

Finally!

from devices-mod.

XyperCode avatar XyperCode commented on May 29, 2024

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.

from devices-mod.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.