Seigneur Necron Minecraft Mods Wiki
A set of Forge mods for Minecraft. (API, Stargate, custom signs...)
Status: Beta
Brought to you by:
seigneur-necron
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.
TIPS :
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
}