Drew Hoener

Results 38 comments of Drew Hoener

Same issue, same versions ```Stacktrace: at com.infinityraider.agricraft.plugins.create.CreateCompat.injectAgriHarvesterMovementBehaviour(CreateCompat.java:15) ~[agricraft-1.18.2-3.1.4.jar%2348!/:3.1.4] {re:classloading} -- MOD agricraft -- Details: Mod File: /home/drew/ATM7/mods/agricraft-1.18.2-3.1.4.jar Failure message: AgriCraft (agricraft) encountered an error during the common_setup event phase java.lang.NoSuchFieldError:...

for your function, use React.forwardRef ```javascript const Box = React.forwardRef((props, ref) => { let style = { width: "100px", height: "100px", background: "#ef5858" }; return Box; }); export default Box;...

@tqdv @Annosz should be ready for review

Sounds good to me, I'll get started on it. > The shirt IDs are as follows: > 20, 23, 24, 41, 42, 44, 46, 47, 50, 55, 57, 61, 77,...

Thanks for the report. The easiest might be implementing some sort of API so that other mods can add onto our toolbox in the event of a conflict. I can...

Bumping this with more creepjs detection ![image](https://user-images.githubusercontent.com/6218989/208003906-bbf61ac1-4ed1-454f-8ea3-46cfd105791d.png) ![image](https://user-images.githubusercontent.com/6218989/208003941-561e5a27-42a0-469b-ba68-004a3e2c5919.png) ![image](https://user-images.githubusercontent.com/6218989/208003990-becf5bff-8fd8-4738-b24a-bbfa7f787bc4.png)

Oh I see! Not the actual item just the tooltip. Thanks!