Drew Hoener
Drew Hoener
Linking issue #1478
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   
Oh I see! Not the actual item just the tooltip. Thanks!
@WTWX2 Is this crop added by More Crops?