Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package lx01.projects.obf;
- public class WoodItem extends Item {
- public WoodItem (Properties p) { super(p); }
- public InteractionResult m_6225_ (UseOnContext uoc) {
- ResourceLocation location = Level.m_8055_(new a(uoc).m_43718_().m_82425_()).m_204297_().m_205785_().m_135782_();
- if (location == ) {
- } else {
- return InteractionResult.PASS;
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement