From e49cc29ffaa11faf09e38261596f526a3bafda51 Mon Sep 17 00:00:00 2001 From: Jad Date: Sun, 16 Jun 2019 16:49:56 -0500 Subject: [PATCH] Updated World properties (markdown) --- World-properties.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/World-properties.md b/World-properties.md index 565972d..6d5211f 100644 --- a/World-properties.md +++ b/World-properties.md @@ -92,11 +92,11 @@ You should read this as "Animals __can not__ spawn __except__ for pigs." You should read this as "Animals __can__ spawn __except__ for pigs." **In Game Usage:** -[/mv modify set animals true](Command-Reference#wiki-modify_set)- Enables animal spawning in the current world. -[/mv modify set animals false](Command-Reference#wiki-modify_set)- Disables animal spawning in the current world. -[/mv modify add pig animals](Command-Reference#wiki-modify_set) - Adds the animal type `pig` to the exemption list. -[/mv modify remove pig animals](Command-Reference#wiki-modify_set) - Removes the animal type `pig` to the exemption list. -[/mv modify clear animals](Command-Reference#wiki-modify_set) - Clears the animal exemption list. +[/mv modify set animals true](Command-Reference#wiki-modify-command-set)- Enables animal spawning in the current world. +[/mv modify set animals false](Command-Reference#wiki-modify-command-set)- Disables animal spawning in the current world. +[/mv modify add pig animals](Command-Reference#wiki-modify-command-set) - Adds the animal type `pig` to the exemption list. +[/mv modify remove pig animals](Command-Reference#wiki-modify-command-set) - Removes the animal type `pig` to the exemption list. +[/mv modify clear animals](Command-Reference#wiki-modify-command-set) - Clears the animal exemption list. [Back to Top](#wiki-top)