diff --git a/assets/minecraft/textures/slimefun/ancient_rune_enchantment.png b/assets/minecraft/textures/slimefun/ancient_rune_enchantment.png deleted file mode 100644 index 934beb6..0000000 Binary files a/assets/minecraft/textures/slimefun/ancient_rune_enchantment.png and /dev/null differ diff --git a/assets/minecraft/textures/slimefun/ancient_rune_soulbound.png b/assets/minecraft/textures/slimefun/ancient_rune_soulbound.png deleted file mode 100644 index 8d67433..0000000 Binary files a/assets/minecraft/textures/slimefun/ancient_rune_soulbound.png and /dev/null differ diff --git a/assets/minecraft/textures/slimefun/climbing_pick.png b/assets/minecraft/textures/slimefun/climbing_pick.png new file mode 100644 index 0000000..0935436 Binary files /dev/null and b/assets/minecraft/textures/slimefun/climbing_pick.png differ diff --git a/assets/minecraft/textures/slimefun/ancient_rune_air.png b/assets/minecraft/textures/slimefun/runes/air.png similarity index 100% rename from assets/minecraft/textures/slimefun/ancient_rune_air.png rename to assets/minecraft/textures/slimefun/runes/air.png diff --git a/assets/minecraft/textures/slimefun/blank_rune.png b/assets/minecraft/textures/slimefun/runes/blank.png similarity index 100% rename from assets/minecraft/textures/slimefun/blank_rune.png rename to assets/minecraft/textures/slimefun/runes/blank.png diff --git a/assets/minecraft/textures/slimefun/ancient_rune_earth.png b/assets/minecraft/textures/slimefun/runes/earth.png similarity index 100% rename from assets/minecraft/textures/slimefun/ancient_rune_earth.png rename to assets/minecraft/textures/slimefun/runes/earth.png diff --git a/assets/minecraft/textures/slimefun/runes/enchantment.png b/assets/minecraft/textures/slimefun/runes/enchantment.png new file mode 100644 index 0000000..300439f Binary files /dev/null and b/assets/minecraft/textures/slimefun/runes/enchantment.png differ diff --git a/assets/minecraft/textures/slimefun/ancient_rune_ender.png b/assets/minecraft/textures/slimefun/runes/ender.png similarity index 100% rename from assets/minecraft/textures/slimefun/ancient_rune_ender.png rename to assets/minecraft/textures/slimefun/runes/ender.png diff --git a/assets/minecraft/textures/slimefun/ancient_rune_fire.png b/assets/minecraft/textures/slimefun/runes/fire.png similarity index 100% rename from assets/minecraft/textures/slimefun/ancient_rune_fire.png rename to assets/minecraft/textures/slimefun/runes/fire.png diff --git a/assets/minecraft/textures/slimefun/ancient_rune_lightning.png b/assets/minecraft/textures/slimefun/runes/lightning.png similarity index 100% rename from assets/minecraft/textures/slimefun/ancient_rune_lightning.png rename to assets/minecraft/textures/slimefun/runes/lightning.png diff --git a/assets/minecraft/textures/slimefun/ancient_rune_rainbow.png b/assets/minecraft/textures/slimefun/runes/rainbow.png similarity index 100% rename from assets/minecraft/textures/slimefun/ancient_rune_rainbow.png rename to assets/minecraft/textures/slimefun/runes/rainbow.png diff --git a/assets/minecraft/textures/slimefun/runes/soulbound.png b/assets/minecraft/textures/slimefun/runes/soulbound.png new file mode 100644 index 0000000..dd542d0 Binary files /dev/null and b/assets/minecraft/textures/slimefun/runes/soulbound.png differ diff --git a/assets/minecraft/textures/slimefun/runes/villagers.png b/assets/minecraft/textures/slimefun/runes/villagers.png new file mode 100644 index 0000000..0fd4f31 Binary files /dev/null and b/assets/minecraft/textures/slimefun/runes/villagers.png differ diff --git a/assets/minecraft/textures/slimefun/ancient_rune_water.png b/assets/minecraft/textures/slimefun/runes/water.png similarity index 100% rename from assets/minecraft/textures/slimefun/ancient_rune_water.png rename to assets/minecraft/textures/slimefun/runes/water.png diff --git a/assets/minecraft/textures/slimefun/strange_nether_goo.png b/assets/minecraft/textures/slimefun/strange_nether_goo.png new file mode 100644 index 0000000..fcc1bfc Binary files /dev/null and b/assets/minecraft/textures/slimefun/strange_nether_goo.png differ diff --git a/src/models.json b/src/models.json index b592ccf..b9c578b 100644 --- a/src/models.json +++ b/src/models.json @@ -333,55 +333,71 @@ "data": 4001 }, "BLANK_RUNE": { + "id": "runes/blank", "item": "firework_star", "template": "FIREWORK_STAR", "data": 4001 }, "ANCIENT_RUNE_WATER": { + "id": "runes/water", "item": "firework_star", "template": "FIREWORK_STAR", "data": 4002 }, "ANCIENT_RUNE_FIRE": { + "id": "runes/fire", "item": "firework_star", "template": "FIREWORK_STAR", "data": 4003 }, "ANCIENT_RUNE_AIR": { + "id": "runes/air", "item": "firework_star", "template": "FIREWORK_STAR", "data": 4004 }, "ANCIENT_RUNE_EARTH": { + "id": "runes/earth", "item": "firework_star", "template": "FIREWORK_STAR", "data": 4005 }, "ANCIENT_RUNE_ENDER": { + "id": "runes/ender", "item": "firework_star", "template": "FIREWORK_STAR", "data": 4006 }, "ANCIENT_RUNE_LIGHTNING": { + "id": "runes/lightning", "item": "firework_star", "template": "FIREWORK_STAR", "data": 4007 }, "ANCIENT_RUNE_RAINBOW": { + "id": "runes/rainbow", "item": "firework_star", "template": "FIREWORK_STAR", "data": 4008 }, "ANCIENT_RUNE_SOULBOUND": { + "id": "runes/soulbound", "item": "firework_star", "template": "FIREWORK_STAR", "data": 4009 }, "ANCIENT_RUNE_ENCHANTMENT": { + "id": "runes/enchantment", "item": "firework_star", "template": "FIREWORK_STAR", "data": 4010 }, + "ANCIENT_RUNE_VILLAGERS": { + "id": "runes/villagers", + "item": "firework_star", + "template": "FIREWORK_STAR", + "data": 4011 + }, "SLIMEFUN_GUIDE": { "item": "enchanted_book", "template": "ITEM", @@ -677,6 +693,11 @@ "template": "HANDHELD", "data": 4001 }, + "CLIMBING_PICK": { + "item": "iron_pickaxe", + "template": "HANDHELD", + "data": 4002 + }, "COMMON_TALISMAN": { "id": "talismans/common_talisman", "item": "emerald", @@ -1158,6 +1179,11 @@ "template": "GLASS_PANE", "data": 4000 }, + "STRANGE_NETHER_GOO": { + "item": "purple_dye", + "template": "ITEM", + "data": 4000 + }, "_UI_LANGUAGE_EN": { "id": "gui/flags/united_kingdom", "item": "player_head",