Version 2.0.8 - Correction armure et craft paxel

- Correction bug texture armure Diamond Shard (renommage textures layer_1/layer_2)
- Correction craft paxel (remplacement espace par lettre T pour stick)
- Correction compilation SharddiamondpaxelItem (getTier().getSpeed())
- Mise à jour version 2.0.6 -> 2.0.8

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
feldenr
2026-01-05 21:44:03 +01:00
parent c59fbf7a34
commit 919980cb34
6 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ plugins {
id 'net.minecraftforge.gradle' version '[6.0.16,6.2)'
}
version = '2.0.6'
version = '2.0.8'
group = 'com.aulyrius.custom_ore_gen'
archivesBaseName = 'custom_ore_gen'
@@ -46,7 +46,7 @@ public class SharddiamondpaxelItem extends PickaxeItem {
if (state.is(BlockTags.MINEABLE_WITH_PICKAXE) ||
state.is(BlockTags.MINEABLE_WITH_SHOVEL) ||
state.is(BlockTags.MINEABLE_WITH_AXE)) {
return getSpeed();
return getTier().getSpeed();
}
return super.getDestroySpeed(stack, state);
}
+1 -1
View File
@@ -4,7 +4,7 @@ license="Not specified"
[[mods]]
modId="custom_ore_gen"
version="2.0.6-forge"
version="2.0.8-forge"
displayName="Custom Ore Gem"
displayURL="https://lanro.eu"
credits="Created using mod maker MCreator - https://mcreator.net/about"
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 869 B

@@ -3,7 +3,7 @@
"category": "equipment",
"pattern": [
"APS",
"S S",
"STS",
" "
],
"key": {
@@ -16,7 +16,7 @@
"S": {
"item": "custom_ore_gen:sharddiamondpickaxe"
},
" ": {
"T": {
"item": "minecraft:stick"
}
},