Update mappings to stable_39-1.12 (#322)
This commit is contained in:
@@ -12,7 +12,7 @@ public abstract class BlockingInventoryAdaptor implements Iterable<ItemSlot> {
|
||||
// Attempt getting an IItemHandler for the given side via caps
|
||||
IItemHandler itemHandler = te.getCapability(CapabilityItemHandler.ITEM_HANDLER_CAPABILITY, d);
|
||||
if (itemHandler != null) {
|
||||
return new BlockingItemHandler(itemHandler, te.getBlockType().getRegistryName().getResourceDomain());
|
||||
return new BlockingItemHandler(itemHandler, te.getBlockType().getRegistryName().getNamespace());
|
||||
}
|
||||
}
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user