1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

adding gravity_affected_blocks.json and adding "GRAVITY_AFFECTED_BLOCKS" into SlimefunTag.java

This commit is contained in:
terslenk 2021-10-10 14:20:35 +03:00
parent af9c61904d
commit 75b298ed18
2 changed files with 1 additions and 2 deletions

View File

@ -244,7 +244,7 @@ public enum SlimefunTag implements Tag<Material> {
ENHANCED_FURNACE_LUCK_MATERIALS, ENHANCED_FURNACE_LUCK_MATERIALS,
/** /**
* All materials that is affected by Gravity. * All materials that are affected by Gravity.
*/ */
GRAVITY_AFFECTED_BLOCKS; GRAVITY_AFFECTED_BLOCKS;

View File

@ -24,7 +24,6 @@
"minecraft:sand", "minecraft:sand",
"minecraft:red_sand", "minecraft:red_sand",
"minecraft:scaffolding", "minecraft:scaffolding",
"",
{ {
"id" : "minecraft:pointed_dripstone", "id" : "minecraft:pointed_dripstone",
"required" : false "required" : false