7410

Results 14 issues of 7410

### What is your feature request? when putting all stone in the crafting grid ![image](https://github.com/shedaniel/RoughlyEnoughItems/assets/85879080/53a340ed-f484-4965-8e1a-fe31d18c4da5) it doesn't consider it "part of the inventory" ![image](https://github.com/shedaniel/RoughlyEnoughItems/assets/85879080/97aa6a0b-2957-4657-b92c-58ba42ae13ae) i have noticed if i put...

enhancement

### Minecraft Development for IntelliJ plugin version 2024.1-1.8.0 ### Description of the feature request Currently, when the mixin is an interface and the target is a class, there is no...

type: enhancement
platform: mixins

### Minecraft Development for IntelliJ plugin version 2024.1-1.8.0 ### Description of the feature request There is no reason to call a field getter accessor without using the return value, so...

type: enhancement
platform: mixins

### Minecraft Development for IntelliJ plugin version 2024.1-1.8.0 ### Description of the feature request There are methods that do something and return a value from a calculation in the method,...

type: enhancement
platform: mixins

### Minecraft Development for IntelliJ plugin version 2024.1-1.8.0 ### Description of the feature request Wanted behavior: When accessoring a static method or field while the accessor method is not static,...

type: enhancement
platform: mixins

### Minecraft Development for IntelliJ plugin version 2024.1-1.8.0 ### Description of the feature request An inspection with the same message and a quick fix to make the method static The...

type: enhancement
platform: mixins

### Minecraft Development for IntelliJ plugin version 2024.1-1.8.0 ### Description of the feature request Current behavior: `@Invoker` error message: "Cannot resolve method X in target class" `@Accessor` error message: "Cannot...

type: enhancement
platform: mixins

### Minecraft Development for IntelliJ plugin version 2024.1-1.8.0 ### Description of the feature request Adding an `@Invoker` for a public method is redundant since you can just access the public...

type: enhancement
platform: mixins