DropableGlassMod

Seigneur Necron Minecraft Mods > Dropable Glass Mod


Introduction :

This mod allows you to retrieve glass blocks and glass panes without the silk touch enchantement.
You can configure the mod to affect only glass blocks or glass panes using the configuration file.


Installation :

TIPS :

  • Your client folder is :
    • Windows : %appdata%\.minecraft\
    • Mac OS X : ~/Library/Application Support/minecraft/
    • Linux : ~/.minecraft/
  • Your server folder is where you choosed it will be. You don't need a server if you don't host games.

Configuration :

Launching the mod will generate a default configuration file in the config folder of your client/server. The file is named seigneur_necron_dropable_glass_mod.cfg. You can edit it to enable/disable the drop of glass blocks/panes. The file itself contains comments explaining each parameter.

The clients don't need to have the same configuration as the server, they don't even need to have the mod installed.

Here is the default configuration file :

# Configuration file

####################
# general
####################

general {
    # Determines if glass blocks are droppped without silk touch.
    B:glassBlocksDropable=true

    # Determines if glass panes are droppped without silk touch.
    B:glassPanesDropable=true

    # Determines the level of the logger. Possible values : ALL, FINEST, FINER, FINE, CONFIG, INFO, WARNING, SEVERE, OFF. Default : INFO. You should not choose OFF or SEVERE.
    S:loggerLevel=INFO
}


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.