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:
+1
-1
@@ -3,7 +3,7 @@ plugins {
|
|||||||
id 'net.minecraftforge.gradle' version '[6.0.16,6.2)'
|
id 'net.minecraftforge.gradle' version '[6.0.16,6.2)'
|
||||||
}
|
}
|
||||||
|
|
||||||
version = '2.0.6'
|
version = '2.0.8'
|
||||||
group = 'com.aulyrius.custom_ore_gen'
|
group = 'com.aulyrius.custom_ore_gen'
|
||||||
archivesBaseName = 'custom_ore_gen'
|
archivesBaseName = 'custom_ore_gen'
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ public class SharddiamondpaxelItem extends PickaxeItem {
|
|||||||
if (state.is(BlockTags.MINEABLE_WITH_PICKAXE) ||
|
if (state.is(BlockTags.MINEABLE_WITH_PICKAXE) ||
|
||||||
state.is(BlockTags.MINEABLE_WITH_SHOVEL) ||
|
state.is(BlockTags.MINEABLE_WITH_SHOVEL) ||
|
||||||
state.is(BlockTags.MINEABLE_WITH_AXE)) {
|
state.is(BlockTags.MINEABLE_WITH_AXE)) {
|
||||||
return getSpeed();
|
return getTier().getSpeed();
|
||||||
}
|
}
|
||||||
return super.getDestroySpeed(stack, state);
|
return super.getDestroySpeed(stack, state);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ license="Not specified"
|
|||||||
|
|
||||||
[[mods]]
|
[[mods]]
|
||||||
modId="custom_ore_gen"
|
modId="custom_ore_gen"
|
||||||
version="2.0.6-forge"
|
version="2.0.8-forge"
|
||||||
displayName="Custom Ore Gem"
|
displayName="Custom Ore Gem"
|
||||||
displayURL="https://lanro.eu"
|
displayURL="https://lanro.eu"
|
||||||
credits="Created using mod maker MCreator - https://mcreator.net/about"
|
credits="Created using mod maker MCreator - https://mcreator.net/about"
|
||||||
|
|||||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 869 B |
@@ -3,7 +3,7 @@
|
|||||||
"category": "equipment",
|
"category": "equipment",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
"APS",
|
"APS",
|
||||||
"S S",
|
"STS",
|
||||||
" "
|
" "
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
"S": {
|
"S": {
|
||||||
"item": "custom_ore_gen:sharddiamondpickaxe"
|
"item": "custom_ore_gen:sharddiamondpickaxe"
|
||||||
},
|
},
|
||||||
" ": {
|
"T": {
|
||||||
"item": "minecraft:stick"
|
"item": "minecraft:stick"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user