Property Modifier

Allows tweaking various properties of blocks and items. Also adds some other tweaks to aid with that, such as the ability to create new creative tabs or add composter inputs.
Back to Files

propertymodifier-1.18.1-0.1.jar

File namepropertymodifier-1.18.1-0.1.jar
Uploaded
Jan 2, 2022
Downloads
168
Size
76.6 KB
Mod Loaders
Forge
File ID
3591568
Type
R
Release
Supported game versions
  • 1.18.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:property-modifier-474822:3591568")

Learn more about Curse Maven

What's new

Changes

  • Update to 1.18.1
  • Removal of the harvest level and harvest tool options in both block and tool options - block harvest settings can now be changed through Minecraft natively (via datapacks), tool harvest settings cannot be changed for now
  • Dumping tilling transitions is no longer possible due to a Mojang code change
  • This version goes out almost entirely untested, please report issues on GitHub

Renamings

These renamings reflect Mojang's in-code renamings.

  • hardness -> destroy_time
  • resistance -> explosion_resistance
  • light_level -> light_emission
  • slipperiness -> friction
  • is_immune_to_fire -> is_fire_resistant
  • enchantability -> enchantment_value
  • armor -> defense

New sound type values

Again, these renamings reflect Mojang's in-code renamings.

  • ground -> gravel
  • plant -> grass
  • lily_pads -> lily_pad
  • cloth -> wool
  • slime -> slime_block
  • honey -> honey_block
  • coral -> coral_block
  • stem -> hard_crop
  • hyphae -> stem
  • root -> roots
  • nether_vine -> weeping_vines
  • nether_vine_lower_pitch -> twisting_vines
  • wart -> wart_block
  • nether_brick -> nether_bricks
  • nether_sprout -> nether_sprouts
  • bone -> bone_block
  • netherite -> netherite_block
  • nether_gold -> nether_gold_ore

This mod has no related projects