Base content package + ContentLoader
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"texture": "bazalt",
|
||||
"breakable": false
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"texture": "blue_lamp",
|
||||
"emission": [0, 0, 15]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"texture": "brick"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"texture": "dirt"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"texture": "flower",
|
||||
"draw-group": 1,
|
||||
"light-passing": true,
|
||||
"obstacle": false,
|
||||
"replaceable": true,
|
||||
"model": "X",
|
||||
"hitbox": [0.15, 0.0, 0.15, 0.7, 0.7, 0.7]
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"texture": "glass",
|
||||
"draw-group": 2,
|
||||
"light-passing": true
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"texture": "grass",
|
||||
"draw-group": 1,
|
||||
"light-passing": true,
|
||||
"obstacle": false,
|
||||
"replaceable": true,
|
||||
"model": "X",
|
||||
"hitbox": [0.15, 0.0, 0.15, 0.7, 0.7, 0.7]
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"texture-faces": [
|
||||
"grass_side",
|
||||
"grass_side",
|
||||
"dirt",
|
||||
"grass_top",
|
||||
"grass_side",
|
||||
"grass_side"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"texture": "green_lamp",
|
||||
"emission": [0, 15, 0]
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"texture": "lamp",
|
||||
"emission": [15, 14, 13]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"texture": "leaves"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"texture": "metal"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"texture-faces": [
|
||||
"pane_side",
|
||||
"pane_side",
|
||||
"pane_side_2",
|
||||
"pane_side_2",
|
||||
"pane",
|
||||
"pane"
|
||||
],
|
||||
"model": "aabb",
|
||||
"hitbox": [0.0, 0.0, 0.0, 1.0, 1.0, 0.1],
|
||||
"light-passing": true,
|
||||
"sky-light-passing": true
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"texture": "planks"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"texture": "red_lamp",
|
||||
"emission": [15, 0, 0]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"texture": "rust"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"texture": "sand"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"texture": "stone"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"texture": "water",
|
||||
"draw-group": 3,
|
||||
"light-passing": true,
|
||||
"sky-light-passing": false,
|
||||
"obstacle": false,
|
||||
"selectable": false,
|
||||
"replaceable": true
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"texture-faces": [
|
||||
"wood",
|
||||
"wood",
|
||||
"wood_top",
|
||||
"wood_top",
|
||||
"wood",
|
||||
"wood"
|
||||
],
|
||||
"rotatable": true
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"id": "base",
|
||||
"version": "0.15",
|
||||
"description": "basic content package",
|
||||
"blocks": [
|
||||
"dirt",
|
||||
"grass_block",
|
||||
"lamp",
|
||||
"glass",
|
||||
"planks",
|
||||
"wood",
|
||||
"leaves",
|
||||
"stone",
|
||||
"water",
|
||||
"sand",
|
||||
"bazalt",
|
||||
"grass",
|
||||
"flower",
|
||||
"brick",
|
||||
"metal",
|
||||
"rust",
|
||||
"red_lamp",
|
||||
"green_lamp",
|
||||
"blue_lamp",
|
||||
"pane"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user