diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 27a0287..450bdce 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: - name: Zipping Resources uses: montudor/action-zip@v0.1.0 with: - args: zip -r ./resourcepack.zip ./assets ./pack.mcmeta ./LICENSE + args: zip -r ./resourcepack.zip ./assets ./pack.mcmeta ./LICENSE ./pack.png - name: Create Release id: create_release uses: actions/create-release@v1.0.0 diff --git a/assets/minecraft/textures/slimefun/can_kelp.png b/assets/minecraft/textures/slimefun/can_kelp.png new file mode 100644 index 0000000..7953eaa Binary files /dev/null and b/assets/minecraft/textures/slimefun/can_kelp.png differ diff --git a/assets/minecraft/textures/slimefun/necrotic_skull.png b/assets/minecraft/textures/slimefun/necrotic_skull.png new file mode 100644 index 0000000..17e21e9 Binary files /dev/null and b/assets/minecraft/textures/slimefun/necrotic_skull.png differ diff --git a/assets/minecraft/textures/slimefun/night_vision_goggles.png b/assets/minecraft/textures/slimefun/night_vision_goggles.png new file mode 100644 index 0000000..ed872cc Binary files /dev/null and b/assets/minecraft/textures/slimefun/night_vision_goggles.png differ diff --git a/assets/minecraft/textures/slimefun/portable_geo_scanner.png b/assets/minecraft/textures/slimefun/portable_geo_scanner.png new file mode 100644 index 0000000..69ed1cc Binary files /dev/null and b/assets/minecraft/textures/slimefun/portable_geo_scanner.png differ diff --git a/models.json b/models.json index 3cf4dda..7031364 100644 --- a/models.json +++ b/models.json @@ -603,6 +603,18 @@ "template": "SKULL", "data": 4033 }, + "ORGANIC_FOOD_KELP": { + "id": "can_kelp", + "item": "player_head", + "template": "SKULL", + "data": 4038 + }, + "FERTILIZER_KELP": { + "id": "can_kelp", + "item": "player_head", + "template": "SKULL", + "data": 4039 + }, "POWER_CRYSTAL": { "item": "player_head", "template": "SKULL", @@ -823,5 +835,20 @@ "item": "powered_rail", "template": "FLAT_BLOCK", "data": 4000 + }, + "NECROTIC_SKULL": { + "item": "wither_skeleton_skull", + "template": "SKULL", + "data": 4000 + }, + "PORTABLE_GEO_SCANNER": { + "item": "clock", + "template": "CLOCK", + "data": 4001 + }, + "NIGHT_VISION_GOGGLES": { + "item": "leather_helmet", + "template": "LEATHER_ARMOR", + "data": 4000 } } \ No newline at end of file