plugins: add missing compatible plugins

This commit is contained in:
therealunull
2020-12-14 07:41:02 -05:00
parent 3248f22650
commit aa44329202
504 changed files with 73990 additions and 3845 deletions

View File

@@ -39,7 +39,7 @@ public abstract class RSBoundaryObjectMixin implements RSBoundaryObject
@Inject
public RSModel getModelA()
{
RSRenderable entity = getRenderable();
RSRenderable entity = getRenderable1();
if (entity == null)
{
return null;