mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Update ability black lists
This commit is contained in:
parent
ce1051c364
commit
8f8dfcf556
@ -6,6 +6,8 @@ Version 2.1.122
|
|||||||
Added Crimson_Roots and Warped_Roots to Herbalism XP tables in experience.yml with a value of 6 XP
|
Added Crimson_Roots and Warped_Roots to Herbalism XP tables in experience.yml with a value of 6 XP
|
||||||
Fixed some start up bugs for salvage/repair
|
Fixed some start up bugs for salvage/repair
|
||||||
|
|
||||||
|
You can either edit experience.yml yourself or delete it to regenerate a new one to get the new changes
|
||||||
|
|
||||||
Version 2.1.121
|
Version 2.1.121
|
||||||
Fixed a netherite related bug that prevented mcMMO from functioning correctly
|
Fixed a netherite related bug that prevented mcMMO from functioning correctly
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.gmail.nossr50.mcMMO</groupId>
|
<groupId>com.gmail.nossr50.mcMMO</groupId>
|
||||||
<artifactId>mcMMO</artifactId>
|
<artifactId>mcMMO</artifactId>
|
||||||
<version>2.1.122</version>
|
<version>2.1.123-SNAPSHOT</version>
|
||||||
<name>mcMMO</name>
|
<name>mcMMO</name>
|
||||||
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
||||||
<scm>
|
<scm>
|
||||||
|
@ -821,6 +821,16 @@ public class MaterialMapStore {
|
|||||||
|
|
||||||
private void fillAbilityBlackList()
|
private void fillAbilityBlackList()
|
||||||
{
|
{
|
||||||
|
abilityBlackList.add("warped_fence_gate");
|
||||||
|
abilityBlackList.add("crimson_fence_gate");
|
||||||
|
abilityBlackList.add("warped_pressure_plate");
|
||||||
|
abilityBlackList.add("crimson_pressure_plate");
|
||||||
|
abilityBlackList.add("warped_button");
|
||||||
|
abilityBlackList.add("crimson_button");
|
||||||
|
abilityBlackList.add("warped_door");
|
||||||
|
abilityBlackList.add("crimson_door");
|
||||||
|
abilityBlackList.add("warped_trapdoor");
|
||||||
|
abilityBlackList.add("crimson_trapdoor");
|
||||||
abilityBlackList.add("black_bed");
|
abilityBlackList.add("black_bed");
|
||||||
abilityBlackList.add("blue_bed");
|
abilityBlackList.add("blue_bed");
|
||||||
abilityBlackList.add("brown_bed");
|
abilityBlackList.add("brown_bed");
|
||||||
|
Loading…
Reference in New Issue
Block a user