From 36f864c69a26d5d3e5e01f9170317c71aa5acf23 Mon Sep 17 00:00:00 2001 From: "J. Ruben Daza Hernandez" Date: Thu, 13 Apr 2023 03:52:29 +0200 Subject: [PATCH] finishing beta 1.5.2 version --- README.md | 10 +++++----- .../modules/custom_items/metal_spikes/MetalSpike.java | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 655f6de6..92463798 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Metallics Arts 1.19.2-1.5.0 +# Metallics Arts 1.19.2-1.5.2 @@ -59,10 +59,10 @@ And we have two mandatory dependencies:
-## **Changelog ✒ [v1.5.1]️** +## **Changelog ✒ [v1.5.2]️** Problems solved: -- Refactor started! +- Refactor 90%! - Names consistency are fixed. - All code is commented. - The powers that draw lines have been tweaked, now the lines are much cooler and more efficient! @@ -72,6 +72,7 @@ Problems solved: - Polish and Japanese translations implemented. - We have changed the synchronization and the use of the internal tags of the players. - Commands now support selectors (@a, @p...) and support not having a specific target (applied to yourself) +- Some minor github issues solved
------ @@ -81,7 +82,7 @@ Problems solved: ## **Future Improvements ⬆️** **Known Issues** -- ~~Names consistency is bad.~~ [v.1.5.1] +- ~~Names consistency is bad.~~ [v.1.5.2] - Decant iron and burn bendalloy while you fall result in a bug. - Shield with our banners are not getting the right texture. @@ -89,7 +90,6 @@ Problems solved: - Do steel flying more comfortable. (It's not a priority). - ~~Add sound effects.~~ [v.1.5.1] - Do more comfortable (and maybe push and pull through blocks) with iron/steel. -- Add better resolution in banner printed in shield. - ~~**We need to do a really hard refactor.**~~ [v.1.5.1] - Add some entities like special zombies, specials archers, they must use allomancy or feruchemy. - Maybe, implements new structures with loot from the mod. diff --git a/src/main/java/net/rudahee/metallics_arts/modules/custom_items/metal_spikes/MetalSpike.java b/src/main/java/net/rudahee/metallics_arts/modules/custom_items/metal_spikes/MetalSpike.java index 5c2b4426..af1e2606 100644 --- a/src/main/java/net/rudahee/metallics_arts/modules/custom_items/metal_spikes/MetalSpike.java +++ b/src/main/java/net/rudahee/metallics_arts/modules/custom_items/metal_spikes/MetalSpike.java @@ -102,7 +102,7 @@ public MetalSpike(Item.Properties properties, MetalTagEnum metalTagEnum) { * @deprecated */ @Override - public boolean isFoil(ItemStack stack) { + public boolean isFoil(ItemStack stack) { try { if (stack.hasTag()) {