Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Just wondering if anyone knows/has any ideas on how one would be able to selectively remove a crafting recipe, either per player, or per permission or something.

 

It may not even be possible, I just couldn't come up with anything in the first few moments before I 'm leaving for bed.

 

This is all spawning from the inability to track when people craft, and therefore inability to limit what people can craft.

This does get tricky, since crafting benches are a shared block and many players can craft in it at once. It makes sense then to use the SlotCrafting instance, since that is the one slot that each player gets his own distinct copy of. I have yet to try this, but having several people try to craft the same item at once would only give it to the first player who clicked that output slot, right?

  • 2 weeks later...
  • Author

Would this work for matching a list of items though? This seems to only for for matching one item, which you know the crafting recipe for.

 

What if you don't know the recipe, and want to remove it based on what the output is

removing recipes is easy

CraftingManager.getInstance().getRecipeList().clear();

oops no recipes

 

however this isnt what you want to do,

 

first copy all the recipes into your own list , then clear the origonal

create and add your own IRecipe that checks against the recipes in your list and also check other conditions

 

if you want to only control specific recipes you can selectively remove them instead of clearing the whole list

however some recipes dont give an output correctly until the input is set with matches() (fireworks is an example, leather armor coloring is another)

 

the really complex part is trying to keep server-side and client-side in sync with one another

 

 

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.