Skip to content

Commit

Permalink
datagen
Browse files Browse the repository at this point in the history
  • Loading branch information
khjxiaogu committed Sep 12, 2024
1 parent 1569c6e commit be423e5
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"textures": {
"particle": "caupona:block/walnut_planks"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"textures": {
"particle": "caupona:block/walnut_planks"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "caupona:item/walnut_hanging_sign"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"duration": 200,
"id": "minecraft:resistance",
"neoforge:cures": [
"protected_by_totem",
"milk"
"milk",
"protected_by_totem"
],
"show_icon": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"duration": 200,
"id": "minecraft:slow_falling",
"neoforge:cures": [
"protected_by_totem",
"milk"
"milk",
"protected_by_totem"
],
"show_icon": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"duration": 200,
"id": "minecraft:jump_boost",
"neoforge:cures": [
"protected_by_totem",
"milk"
"milk",
"protected_by_totem"
],
"show_icon": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"duration": 200,
"id": "caupona:hyperactive",
"neoforge:cures": [
"protected_by_totem",
"milk"
"milk",
"protected_by_totem"
],
"show_icon": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"duration": 200,
"id": "minecraft:speed",
"neoforge:cures": [
"protected_by_totem",
"milk"
"milk",
"protected_by_totem"
],
"show_icon": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"duration": 200,
"id": "minecraft:night_vision",
"neoforge:cures": [
"protected_by_totem",
"milk"
"milk",
"protected_by_totem"
],
"show_icon": true
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"caupona:walnut_hanging_sign"
]
}

0 comments on commit be423e5

Please sign in to comment.