From 6cdef4dbc408592926ff0691cd2acc80e092bf6c Mon Sep 17 00:00:00 2001 From: LeMagnesium Date: Sun, 10 May 2015 13:10:49 +0200 Subject: [PATCH] Fixed README.md - Fixed metadata graph --- README.md | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index a6e7058..67a8d81 100644 --- a/README.md +++ b/README.md @@ -32,37 +32,37 @@ allowing to see/edit metadatas - version => Get version - open (x,y,z) => Open the node to manipulate at pos (x,y,z) - show => Show fields/path list at actual position - - enter => Enter next stratum through + - enter _path_ => Enter next stratum through _path_ - quit => Quit actual field and go back to previous stratum - - set => Set metadata to (create it if it doesn't exist) + - set _name_ _value_ => Set metadata _name_ to _value_ (create it if it doesn't exist) - itemstack => Manipulate itemstacks in Node/inventory/*/ - - read => Read itemstack at field name (itemstring and count) - - erase => Erase itemstack at field name - - write [] => Set itemstack in field with item and count . Default count is one, 0 not handled. + - read _name_ => Read itemstack at field name (itemstring and count) + - erase _name_ => Erase itemstack at field name + - write _name_ _itemstring_ [_count_] => Set itemstack in field _name_ with item _itemstring_ and count _count_. Default count is one, 0 not handled. - close => Close node Node metadatas look like this : - Stratum : 0 1 2 ... - Nodes/ + 0 1 2 3 ... + Node/ | - +- fields - | | - | +- foo - | +- bar - | +- ... - +- inventory - | - +- main - | | - | +- 1 - | +- 2 - | +- 3 - | +- ... - +- craft - | | - | +- 1 - | +- 2 - | +- 3 - | +- ... - +- ... + +- fields + | | + | +- foo + | +- bar + | +- ... + +- inventory + | + +- main + | | + | +- 1 + | +- 2 + | +- 3 + | +- ... + +- craft + | | + | +- 1 + | +- 2 + | +- 3 + | +- ... + +- ...