Advertisement
SforzandoCF

wooditem

Mar 13th, 2024
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.42 KB | None | 0 0
  1. package lx01.projects.obf;
  2.  
  3. public class WoodItem extends Item {
  4.     public WoodItem (Properties p) { super(p); }
  5.    
  6.     public InteractionResult m_6225_ (UseOnContext uoc) {
  7.         ResourceLocation location = Level.m_8055_(new a(uoc).m_43718_().m_82425_()).m_204297_().m_205785_().m_135782_();
  8.         if (location == ) {
  9.            
  10.         } else {
  11.             return InteractionResult.PASS;
  12.         }
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement