romelo333 / notenoughwands

This mod gives the player a number of very configurable and versatile wands
MIT License
7 stars 2 forks source link

Master Protection Wand - Limited #74

Closed Tifinchi closed 6 years ago

Tifinchi commented 6 years ago

I love the protection wand, but the number of blocks is so limited. Is there any way I can adjust this manually in the configuration file please?

McJty commented 6 years ago

yes, this is a config option (protection_wand_maximumProtectedBlocks)

Tifinchi commented 6 years ago

I have no idea how to implement the code you gave me into the config file

McJty commented 6 years ago

That code is already there. Just search for it and change the default value (which is now set to 16)

Tifinchi commented 6 years ago

Configuration file

captureblacklist { D:"minecraft:ender_dragon"=-1.0 D:"minecraft:wither"=2.0 }

##########################################################################################################

general

--------------------------------------------------------------------------------------------------------

General configuration

##########################################################################################################

general {

If this is >= 1 then the protection data will be synced to the client with this frequency (in ticks). This makes protection cleaner at the cost of network traffic

I:clientSideProtection=-1

# If this is true then the protection wand will prevent ALL kind of interaction with protected blocks. If this is false then only block breaking is prevented
B:interactionProtection=false

# Set this to false if you don't want the durability bar for wands using RF
B:showDurabilityBarForRF=true

# A global setting to control all wands at once for RF/XP/Durability usage. If set to 'default' then every wand can configure this on its own (i.e. normal mode). You can also use 'easy_rf', 'normal_rf', or 'hard_rf' to set the wands to use RF in various difficulty modes [default: default]
S:wandSettingPreset=default

}

movingblacklist { D:"minecraft:bedrock"=-1.0 D:"minecraft:end_portal"=-1.0 D:"minecraft:mob_spawner"=5.0 D:"minecraft:portal"=-1.0 D:"rftools:invisible_shield_block"=-1.0 D:"rftools:notick_invisible_shield_block"=-1.0 D:"rftools:notick_shield_block"=-1.0 D:"rftools:shield_block"=-1.0 D:"rftools:shield_block1"=-1.0 D:"rftools:shield_block2"=-1.0 D:"rftools:shield_block3"=-1.0 D:"rftools:shield_block4"=-1.0 }

##########################################################################################################

wandsettings

--------------------------------------------------------------------------------------------------------

Wand configuration

##########################################################################################################

wandsettings { }

Tifinchi commented 6 years ago

I cant find it

McJty commented 6 years ago

Um... that's strange. Your config is invalid. What version?

Tifinchi commented 6 years ago

http://www.mc-mod.net/not-enough-wands-mod/ This one with the link to 1.12.2

Tifinchi commented 6 years ago

fortunately it works great on my forge version and 1.12.2

Tifinchi commented 6 years ago

do you have a config file I could just copy and paste into the existing one to update it?

Tifinchi commented 6 years ago

still there?

McJty commented 6 years ago

Try to remove the config file first

Tifinchi commented 6 years ago

can you please give me a link to the proper download.. and I will just re-install

McJty commented 6 years ago

You can find the mod on curse. But I recommend first removing the config file. That will force the mod to recalculate it

Tifinchi commented 6 years ago

Ok.. I tried deleting the config.. but it repopulated with the same one. So I will try the curse file next

Tifinchi commented 6 years ago

This seems to have fixed the problem.. also something to note... that other file download never gave me an error when starting where this one forced me to install the McJtyLib.... I find it really strange that the other version even worked at all!

Tifinchi commented 6 years ago

My Config file has all the wand settings now though.. from downloading from curseforge...TY SO MUCH!

McJty commented 6 years ago

Yes, new Not Enough Wands requires McJtyLib