From b98586c8e3bfce55ba41c0c9dc70bce69836cb38 Mon Sep 17 00:00:00 2001 From: collin-b1 Date: Thu, 12 Mar 2026 15:28:49 -0400 Subject: [PATCH 1/2] Remove cow model from Bare Necessities --- java/assets/minecraft/optifine/cem/cow.jem | 70 ---------------------- 1 file changed, 70 deletions(-) delete mode 100644 java/assets/minecraft/optifine/cem/cow.jem diff --git a/java/assets/minecraft/optifine/cem/cow.jem b/java/assets/minecraft/optifine/cem/cow.jem deleted file mode 100644 index 5e66b80..0000000 --- a/java/assets/minecraft/optifine/cem/cow.jem +++ /dev/null @@ -1,70 +0,0 @@ -{ - "credit": "Created by Stridey", - "textureSize": [64, 32], - "texture": "textures/entity/cow/cow.png", - "models": [ - { - "part": "head", - "id": "head", - "invertAxis": "xy", - "translate": [0, -20, 8], - "boxes": [ - {"coordinates": [-4, 16, -14, 8, 8, 6], "textureOffset": [0, 0]}, - {"coordinates": [-5, 23, -12, 1, 3, 1], "textureOffset": [22, 0]}, - {"coordinates": [4, 23, -12, 1, 3, 1], "textureOffset": [22, 0]} - ] - }, - { - "part": "body", - "id": "body", - "invertAxis": "xy", - "translate": [0, -19, -2], - "rotate": [-90, 0, 0], - "boxes": [ - {"coordinates": [-6, 11, -5, 12, 18, 10], "textureOffset": [18, 4]}, - {"coordinates": [-2, 11, -7, 4, 6, 2], "textureOffset": [52, 0]} - ], - "animations": [ - { - "this.rx": 0 - } - ] - }, - { - "part": "leg1", - "id": "leg1", - "invertAxis": "xy", - "translate": [-4, -12, -7], - "boxes": [ - {"coordinates": [2, 0, 5, 4, 12, 4], "textureOffset": [0, 16]} - ] - }, - { - "part": "leg2", - "id": "leg2", - "invertAxis": "xy", - "translate": [4, -12, -7], - "boxes": [ - {"coordinates": [-6, 0, 5, 4, 12, 4], "textureOffset": [0, 16]} - ] - }, - { - "part": "leg3", - "id": "leg3", - "invertAxis": "xy", - "translate": [-4, -12, 6], - "boxes": [ - {"coordinates": [2, 0, -7, 4, 12, 4], "textureOffset": [0, 16]} - ] - }, - { - "part": "leg4", - "id": "leg4", - "invertAxis": "xy", - "translate": [4, -12, 6], - "boxes": [ - {"coordinates": [-6, 0, -7, 4, 12, 4], "textureOffset": [0, 16]} - ] - } - ] -} \ No newline at end of file From bf3e5a7e10f8ab49291158c3c35959041c5173a9 Mon Sep 17 00:00:00 2001 From: collin-b1 Date: Thu, 12 Mar 2026 15:37:04 -0400 Subject: [PATCH 2/2] Remove bed model from Bare Necessities --- java/assets/minecraft/optifine/cem/bed.jem | 94 ---------------------- 1 file changed, 94 deletions(-) delete mode 100644 java/assets/minecraft/optifine/cem/bed.jem diff --git a/java/assets/minecraft/optifine/cem/bed.jem b/java/assets/minecraft/optifine/cem/bed.jem deleted file mode 100644 index 881c41d..0000000 --- a/java/assets/minecraft/optifine/cem/bed.jem +++ /dev/null @@ -1,94 +0,0 @@ -{ - "credit": "Created by Stridey", - "textureSize": [64, 64], - "models": [ - { - "part": "head", - "id": "head", - "invertAxis": "xy", - "translate": [-8, -9, -16], - "rotate": [90, 0, 0], - "boxes": [ - {"coordinates": [-8, -7, 16, 16, 16, 6], "textureOffset": [0, 0]} - ], - "animations": [ - { - "this.rx": 0 - } - ] - }, - { - "part": "foot", - "id": "foot", - "invertAxis": "xy", - "translate": [-8, -9, 0], - "rotate": [90, 0, 0], - "boxes": [ - {"coordinates": [-8, -7, 0, 16, 16, 6], "textureOffset": [0, 22]} - ], - "animations": [ - { - "this.rx": 0 - } - ] - }, - { - "part": "leg1", - "id": "leg1", - "invertAxis": "xy", - "translate": [-8, -9, -16], - "rotate": [0, -90, 0], - "boxes": [ - {"coordinates": [5, 0, 16, 3, 3, 0], "textureOffset": [53, 9]}, - {"coordinates": [8, 0, 16, 0, 3, 3], "textureOffset": [50, 6]} - ], - "animations": [ - { - "this.ry": 0 - } - ] - }, - { - "part": "leg2", - "id": "leg2", - "invertAxis": "xy", - "translate": [-8, -9, -16], - "rotate": [0, -180, 0], - "boxes": [ - {"coordinates": [24, 0, 16, 0, 3, 3], "textureOffset": [50, 18]}, - {"coordinates": [21, 0, 16, 3, 3, 0], "textureOffset": [53, 21]} - ], - "animations": [ - { - "this.ry": 0 - } - ] - }, - { - "part": "leg3", - "id": "leg3", - "invertAxis": "xy", - "translate": [-8, -9, 0], - "boxes": [ - {"coordinates": [8, 0, -16, 0, 3, 3], "textureOffset": [50, 0]}, - {"coordinates": [5, 0, -16, 3, 3, 0], "textureOffset": [53, 3]} - ] - }, - { - "part": "leg4", - "id": "leg4", - "invertAxis": "xy", - "translate": [-8, -9, 0], - "rotate": [0, 90, 0], - "boxes": [ - {"coordinates": [21, 0, -16, 3, 3, 0], "textureOffset": [53, 15]}, - {"coordinates": [24, 0, -16, 0, 3, 3], "textureOffset": [50, 12]} - ], - "animations": [ - { - "this.ry": 0 - } - ] - } - ] -} \ No newline at end of file