aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/notenoughupdates/dream.json
blob: 3b83e14ca3ba068e601b4aa9f4a93dee0d0ca1e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "entity": "Player",
  "modifiers": [
	{
	  "type": "playerdata",
	  "skin": "notenoughupdates:dreamskin.png"
	},
	{
	  "type": "riding",
	  "entity": "Chicken",
	  "modifiers": [
		{
		  "type": "riding",
		  "entity": "Squid"
		}
	  ]
	},
	{
	  "type": "equipment",
	  "hand": "DIAMOND_SWORD",
	  "feet": "DIAMOND_BOOTS"
	}
  ]
}