zOnlyKroks Posted September 8, 2020 Posted September 8, 2020 Hello, i would like to know if it is possible to make a Craftingtable on a Stick without a custom container or gui. Just by calling an function? Thanks for help, zOnlyKroks Quote
zOnlyKroks Posted September 8, 2020 Author Posted September 8, 2020 This is me when i am to lazy and to bad to make a gui and container... Quote
urbanxx001 Posted September 8, 2020 Posted September 8, 2020 (edited) The Vanilla Tweaks mod implements this. I'd recommend taking a look at how they coded it. I believe it uses the same crafting gui, with small custom item and container classes. Edited September 8, 2020 by urbanxx001 Quote
zOnlyKroks Posted September 8, 2020 Author Posted September 8, 2020 (edited) So only the two classes of crafting BAG? Edited September 8, 2020 by zOnlyKroks Quote
Draco18s Posted September 8, 2020 Posted September 8, 2020 Hi. Welcome to the internet. This is a forum, aka an asynchronous medium. Any given user does not sit and hit refresh constantly and they are not immediately notified of new replies. Instead they check in when they have time at their convenience. It has been all of 18 minutes, you do not need to bump your thread. 20 minutes ago, zOnlyKroks said: So only the two classes of crafting BAG? I, however, do not know the answer to this as I have no familiarity with the mod in question. Examine their code and work it out for yourself. Quote Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
hohserg Posted September 8, 2020 Posted September 8, 2020 Such item exists in ActuallyAditions: https://github.com/Ellpeck/ActuallyAdditions/blob/1.12.2/src/main/java/de/ellpeck/actuallyadditions/mod/items/ItemCrafterOnAStick.java#L32 1 Quote
urbanxx001 Posted September 8, 2020 Posted September 8, 2020 1 hour ago, zOnlyKroks said: So only the two classes of crafting BAG? They call it a crafting pad, but yeah the code shouldn't be overwhelming. hohserg mentioned another good place, although that mod's in 1.12. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.