Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General To-Do list and problems for me and others #11

Open
10 of 26 tasks
parlough opened this issue Jun 26, 2017 · 5 comments
Open
10 of 26 tasks

General To-Do list and problems for me and others #11

parlough opened this issue Jun 26, 2017 · 5 comments

Comments

@parlough
Copy link
Contributor

parlough commented Jun 26, 2017

  • Cannot retrieve the item in player's hand, attempts to use some equipment system for it at the moment, but does not work - Fixed in 3720773?

  • No supplier for ItemStack.Builder - Fixed in cb2eb49

  • BlockRays do not work properly if at all - Test this more

  • Noteblocks do not function - Fixed in 337f846

  • Cannot spawn some types of rails

  • Grabbing spawn eggs removes their type - Waiting on more entity work - wait for 1.13

  • Cannot spawn jukebox(or I assume place disks in them) -
    Fixed in ca0ec58

  • All durability items like swords, pickaxes, and armor spawn with "unbreakable" tag. Durability is currently not implemented.

  • Multiplayer kind of works, but player location is not updated for others, so people don't move - Fixed in dbd0be5

  • It seems to be raining more than it should? - Fixed in f7f926b?

  • Setting user on fire with Nucleus for x ticks leaves them on fire indefinitely

  • Nucleus spawn does not think set location is safe sometimes

  • Keep getting warning about attempted offer of item durability to a fishing pole - Fixed in 627db57

  • Nucleus cannot set vanish status nor can I

  • Dropping item physics is strange. Doesn't project out and falls SUPER slowly, sometimes they will float a few blocks in the air

  • Sometimes item entities will fall through the ground

  • Breaking blocks does not drop them

  • No message(neither chat or action bar) sent when trying to build over 256 - Fixed in 91d0e88

  • Unlocks recipes every time you join

  • You can spawn the default heads but you cannot place them

  • Sometimes moving and throwing stacks out of your inventory loses them

  • Clearing inventory with nucleus say it's successful, but does not appear empty again until you try to click something or move something - Fixed in 995694a

  • It seems I can place doors, but when I relog they are gone and the door appears back in my inventory.

  • Url Parser is a bit off - Optional.get() is considered a link

  • Can sometimes leave world border

  • Still sends leave message if player is banned

Walking over magma blocks does not hurt you(need to make a new behavior) Moved to #20
Falling into the void doesn't kill you, just keeps going forever Moved to #20
Attacking, taking damage, running, swimming, and jumping don't take your exhaustion away Moved to #20
Can spawn bed but cannot place one Moved to #21

@Cybermaxke
Copy link
Member

No supplier for ItemStack.Builder will be resolved in the recipes branch.

Unlocks all recipes when you join every time, but still red in recipe book, the red just means that you don't have enough resources to craft the recipe.

@Cybermaxke
Copy link
Member

Cybermaxke commented Jun 30, 2017

It seems to be raining more than it should?
There is currently a 33,3% chance that it rains, is clear or thunderstorms. I designed the weather system that you can register more weathers and when the weather changes it will always be a different one. I don't know how the vanilla system exactly works, but I think that they combine the thunder and rain weathers. Any suggestions what a realistic rate would be? I would say: 50% clear, 30% rain, 20% thunderstorm?
We could also modify the lengths of the weathers to compensate this problem.

@Cybermaxke
Copy link
Member

@Meronat

@parlough
Copy link
Contributor Author

@Cybermaxke I think those rates are much more realistic for now, since I don't know much about the Minecraft weather system either.

@XakepSDK
Copy link

Is this up?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants