Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.55 KB | None | 0 0
  1. Index: binaries/data/mods/mod/gui/gui.rnc
  2. ===================================================================
  3. --- binaries/data/mods/mod/gui/gui.rnc  (revision 19351)
  4. +++ binaries/data/mods/mod/gui/gui.rnc  (working copy)
  5. @@ -150,11 +150,12 @@ column =
  6.      translatableAttribute?,
  7.      (
  8.      attribute id { text }&
  9.      attribute color { ccolor }?&
  10.      attribute heading { text }?&
  11. -    attribute width { text }?
  12. +    attribute width { text }?&
  13. +    attribute hidden { bool }?
  14.      )
  15.    }
  16.  \include =
  17.    element include {
  18.     attribute file { text }|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement