diff --git a/.gitignore b/.gitignore index e24f122..101ccb4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,14 @@ .idea/ GeyserOptionalPack.mcpack +GeyserOptionalPack.zip # Java Edition textures that should not be submitted to Git -textures/entity/iron_golem/iron_golem_crackiness_high.png -textures/entity/iron_golem/iron_golem_crackiness_low.png -textures/entity/iron_golem/iron_golem_crackiness_medium.png -textures/entity/arrow/spectral_arrow.png -textures/entity/rabbit/caerbannog.png -textures/particle/damage.png -textures/particle/flash.png -textures/particle/nautilus.png -textures/particle/bubble_pop.png -textures/particle/sweep_attack.png -textures/entity/illager/illusioner.png \ No newline at end of file +textures/geyser/entity/iron_golem/iron_golem_crackiness_high.png +textures/geyser/entity/iron_golem/iron_golem_crackiness_low.png +textures/geyser/entity/iron_golem/iron_golem_crackiness_medium.png +textures/geyser/entity/arrow/spectral_arrow.png +textures/geyser/entity/rabbit/caerbannog.png +textures/geyser/particle/damage.png +textures/geyser/particle/flash.png +textures/geyser/particle/nautilus.png +textures/geyser/particle/sweep_attack.png +textures/geyser/entity/illager/illusioner.png \ No newline at end of file diff --git a/entity/arrow.entity.json b/entity/arrow.entity.json index c765cc4..be86ab0 100644 --- a/entity/arrow.entity.json +++ b/entity/arrow.entity.json @@ -8,7 +8,7 @@ }, "textures": { "default": "textures/entity/arrows", - "spectral": "textures/entity/arrow/spectral_arrow" + "spectral": "textures/geyser/entity/arrow/spectral_arrow" }, "geometry": { "default": "geometry.arrow" diff --git a/entity/evocation_illager.entity.json b/entity/evocation_illager.entity.json index 1ec39c3..966b9d5 100755 --- a/entity/evocation_illager.entity.json +++ b/entity/evocation_illager.entity.json @@ -9,7 +9,7 @@ }, "textures": { "default": "textures/entity/illager/evoker", - "illusioner": "textures/entity/illager/illusioner" + "illusioner": "textures/geyser/entity/illager/illusioner" }, "geometry": { "default": "geometry.evoker.v1.8" diff --git a/entity/iron_golem.entity.json b/entity/iron_golem.entity.json index e6dcd81..124fb45 100755 --- a/entity/iron_golem.entity.json +++ b/entity/iron_golem.entity.json @@ -5,10 +5,10 @@ "identifier": "minecraft:iron_golem", "materials": { "default": "tropicalfish" }, "textures": { - "crackiness_none": "textures/entity/iron_golem/iron_golem_crackiness_none", - "crackiness_low": "textures/entity/iron_golem/iron_golem_crackiness_low", - "crackiness_medium": "textures/entity/iron_golem/iron_golem_crackiness_medium", - "crackiness_high": "textures/entity/iron_golem/iron_golem_crackiness_high", + "crackiness_none": "textures/geyser/entity/iron_golem/iron_golem_crackiness_none", + "crackiness_low": "textures/geyser/entity/iron_golem/iron_golem_crackiness_low", + "crackiness_medium": "textures/geyser/entity/iron_golem/iron_golem_crackiness_medium", + "crackiness_high": "textures/geyser/entity/iron_golem/iron_golem_crackiness_high", "bottom_layer": "textures/entity/iron_golem" }, "geometry": { diff --git a/entity/rabbit.entity.json b/entity/rabbit.entity.json index 3669ddd..11a7ebc 100755 --- a/entity/rabbit.entity.json +++ b/entity/rabbit.entity.json @@ -13,7 +13,7 @@ "gold": "textures/entity/rabbit/gold", "salt": "textures/entity/rabbit/salt", "toast": "textures/entity/rabbit/toast", - "caerbannog": "textures/entity/rabbit/caerbannog" + "caerbannog": "textures/geyser/entity/rabbit/caerbannog" }, "geometry": { "default": "geometry.rabbit.v1.8" diff --git a/manifest.json b/manifest.json index e9ecda0..a853b21 100755 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "description": "Optional Bedrock resource pack to extend Geyser functionality", "name": "GeyserOptionalPack", "uuid": "e5f5c938-a701-11eb-b2a3-047d7bb283ba", - "version": [1, 0, 3], + "version": [1, 0, 4], "min_engine_version": [ 1, 16, 0 ] }, "modules": [ @@ -12,7 +12,7 @@ "description": "GeyserOptionalPack", "type": "resources", "uuid": "eebb4ea8-a701-11eb-95ba-047d7bb283ba", - "version": [1, 0, 3] + "version": [1, 0, 4] } ] } diff --git a/particles/damage_indicator.particle.json b/particles/damage_indicator.particle.json index 8f647f4..218651d 100644 --- a/particles/damage_indicator.particle.json +++ b/particles/damage_indicator.particle.json @@ -5,7 +5,7 @@ "identifier": "geyseropt:damage_indicator", "basic_render_parameters": { "material": "particles_alpha", - "texture": "textures/particle/damage" + "texture": "textures/geyser/particle/damage" } }, "components": { @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/particles/flash.particle.json b/particles/flash.particle.json index cf86e68..3f2ecd0 100644 --- a/particles/flash.particle.json +++ b/particles/flash.particle.json @@ -5,7 +5,7 @@ "identifier": "geyseropt:flash", "basic_render_parameters": { "material": "particles_blend", - "texture": "textures/particle/flash" + "texture": "textures/geyser/particle/flash" } }, "components": { @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/particles/nautilus.particle.json b/particles/nautilus.particle.json index 6556a3a..d1f3d1b 100644 --- a/particles/nautilus.particle.json +++ b/particles/nautilus.particle.json @@ -5,7 +5,7 @@ "identifier": "geyseropt:nautilus", "basic_render_parameters": { "material": "particles_alpha", - "texture": "textures/particle/nautilus" + "texture": "textures/geyser/particle/nautilus" } }, "components": { @@ -39,4 +39,4 @@ } } } -} \ No newline at end of file +} diff --git a/particles/sweep_attack.particle.json b/particles/sweep_attack.particle.json index e877c5f..feca6ef 100644 --- a/particles/sweep_attack.particle.json +++ b/particles/sweep_attack.particle.json @@ -5,7 +5,7 @@ "identifier": "geyseropt:sweep_attack", "basic_render_parameters": { "material": "particles_alpha", - "texture": "textures/particle/sweep_attack" + "texture": "textures/geyser/particle/sweep_attack" } }, "components": { @@ -50,4 +50,4 @@ } } } -} \ No newline at end of file +} diff --git a/prepare_pack.sh b/prepare_pack.sh index 6bedfcc..9e33352 100755 --- a/prepare_pack.sh +++ b/prepare_pack.sh @@ -14,7 +14,7 @@ while read -r p || [ -n "$p" ]; do done