EpicPlayerA10

Results 28 issues of EpicPlayerA10

I can't place any block on specific side of item frame. Code to spawn item frame: ```java Entity itemFrame = new Entity(EntityType.ITEM_FRAME); ItemFrameMeta frameMeta = (ItemFrameMeta) itemFrame.getEntityMeta(); frameMeta.setOrientation(ItemFrameMeta.Orientation.UP); itemFrame.setInstance(instanceContainer, new...

bug
confirmed

When player joins to the server with registered command below with special syntaxes, it gives me an error. ``` java.lang.IndexOutOfBoundsException: Index 3 out of bounds for length 2 at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)...

Changes: - Added Criteria and Requirements API - Now you can achieve criterion instead of achieving advancement - Made `getIdentifier` and `getParent` public

Added InstanceRegisterEvent and InstanceUnregisterEvent. Useful when you want to load/save your data on instance register/unregister.

Hello, i have issue with `ArgumentStringArray` and `SuggestionCallback`. When i type command with arg which have spaces at the end then `Suggestion#getInput` will return text without these spaces. Minecraft screenshot...

bug
confirmed

## Description Fix disappearing sensitive blocks on slimefun blocks ## Proposed changes `BlockListener#dropItems` calls `e.setDropItems(false)` which also cancels drops from sensitive block above. I added to `BlockListener#checkForSensitiveBlockAbove` check for non-slimefun...

✨ Fix

## Description Removed cauldron from ExoticGardenFruit#isInteractable because it can be only interacted with bottles or buckets ## Related Issues #159 #199 #224

### New feature: When you use a helicopter hat it will damage it a little because no one wants to use jetpacks

Wings sums up all hard links sizes to the total disk space usage. This PR adds that it will only add one of them and other ones that point to...

When i am under slab and i start walk, i have a minimal lagback. **This false positive also works on test server.** Video: https://youtu.be/gFl6rFJxywk Debug: ``` [19:38:20] [pool-16-thread-1/INFO]: 0567 lomotek1...

1. bug
2. move