A lot of work on the wiki designer

This commit is contained in:
modmuss50 2016-04-08 15:19:10 +01:00
parent bc7b5b2566
commit 77102819a4
No known key found for this signature in database
GPG key ID: C69B0D76D1E5F55C
8 changed files with 154 additions and 26 deletions

16
testExport/master.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "TechReborn",
"modId": "techreborn",
"entries": [
{
"name": "Block",
"type": "Text",
"data": {
"data": {
"text": "This is a block, it does things\n\nhow are new lines handled?",
"regName": "minecraft:diamond"
}
}
}
]
}