Skip to content

Commit eb24302

Browse files
committed
Forgot to commit datagen it seems
1 parent 6872e63 commit eb24302

File tree

11 files changed

+109
-0
lines changed

11 files changed

+109
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "ancient_forgotten:block/potted_rose"
5+
}
6+
}
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "ancient_forgotten:block/rose"
5+
}
6+
}
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "ancient_forgotten:block/unknown_block"
5+
}
6+
}
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:block/flower_pot_cross",
3+
"textures": {
4+
"plant": "ancient_forgotten:block/rose"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:block/cross",
3+
"textures": {
4+
"cross": "ancient_forgotten:block/rose"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:block/cube_all",
3+
"textures": {
4+
"all": "ancient_forgotten:block/unknown_block"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/generated",
3+
"textures": {
4+
"layer0": "ancient_forgotten:block/rose"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/generated",
3+
"textures": {
4+
"layer0": "ancient_forgotten:item/ruby"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"parent": "ancient_forgotten:block/unknown_block"
3+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"type": "minecraft:block",
3+
"pools": [
4+
{
5+
"bonus_rolls": 0.0,
6+
"conditions": [
7+
{
8+
"condition": "minecraft:survives_explosion"
9+
}
10+
],
11+
"entries": [
12+
{
13+
"type": "minecraft:item",
14+
"name": "minecraft:flower_pot"
15+
}
16+
],
17+
"rolls": 1.0
18+
},
19+
{
20+
"bonus_rolls": 0.0,
21+
"conditions": [
22+
{
23+
"condition": "minecraft:survives_explosion"
24+
}
25+
],
26+
"entries": [
27+
{
28+
"type": "minecraft:item",
29+
"name": "ancient_forgotten:rose"
30+
}
31+
],
32+
"rolls": 1.0
33+
}
34+
]
35+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"type": "minecraft:block",
3+
"pools": [
4+
{
5+
"bonus_rolls": 0.0,
6+
"conditions": [
7+
{
8+
"condition": "minecraft:survives_explosion"
9+
}
10+
],
11+
"entries": [
12+
{
13+
"type": "minecraft:item",
14+
"name": "ancient_forgotten:rose"
15+
}
16+
],
17+
"rolls": 1.0
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)