Skip to content

Commit

Permalink
Rerun datagen on forge for non-essential missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
hlysine committed Jun 28, 2024
1 parent 8eba2e0 commit 5f6f137
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "minecraft:block/air"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
"block.copycats.copycat_wooden_pressure_plate.tooltip.behaviour1": "\u02D9\u05DF\u0250\u0131\u0279\u01DD\u0287\u0250\u026F \u01DD\u0265\u0287 \u203E\u0287\u01DDs\u01DD\u0279\u203E o\u0287 \u203E\u0265\u0254u\u01DD\u0279M\u203E \u0250 \u01DDs\u2229 \u02D9\u01DD\u0287\u0250\u0287s \u203Ep\u01DD\u0279\u01DD\u028Dod\u203E \u0279o \u203Euo\u0131\u0287\u0250\u0287u\u01DD\u0131\u0279o\u203E \u01DD\u05DF\u0254\u028E\u0254 o\u0287 \u203Eu\u0131\u0250b\u0250 \u029E\u0254\u0131\u05DF\u0186\u203E \u02D9\u01DD\u05DFq\u0131ssod \u025F\u0131 \u203E\u05DF\u0250\u0131\u0279\u01DD\u0287\u0250\u026F\u203E s\u0287\u0131 s\u0250 \u203E\u026F\u01DD\u0287\u0131 p\u05DF\u01DD\u0265\u203E s\u01DD\u0131\u05DFdd\u2C6F",
"block.copycats.copycat_wooden_pressure_plate.tooltip.condition1": "p\u01DD\u029E\u0254\u0131\u05DF\u0186-\u1D1A u\u01DD\u0265M",
"block.copycats.copycat_wooden_pressure_plate.tooltip.summary": "\u02D9\u01DD\u0287\u0250\u05DFd \u01DD\u0279nss\u01DD\u0279d u\u01DDpoo\u028D \u05DF\u0250uo\u0131\u0287\u0254un\u025F \u0250 o\u0287u\u0131 \u203E\u029E\u0254o\u05DFq \u05DF\u05DFn\u025F\u203E \u028Eu\u0250 \u203Es\u0287\u0279\u01DD\u028Cuo\u0186\u203E",
"block.copycats.wrapped_copycat": "\u0287\u0250\u0254\u028Edo\u0186 p\u01DDdd\u0250\u0279M",
"block.copycats.wrapped_copycat_fence": "\u01DD\u0254u\u01DD\u2132 \u0287\u0250\u0254\u028Edo\u0186 p\u01DDdd\u0250\u0279M",
"block.copycats.wrapped_copycat_fence_gate": "\u01DD\u0287\u0250\u2141 \u01DD\u0254u\u01DD\u2132 \u0287\u0250\u0254\u028Edo\u0186 p\u01DDdd\u0250\u0279M",
"block.copycats.wrapped_copycat_heavy_weighted_pressure_plate": "\u01DD\u0287\u0250\u05DF\u0500 \u01DD\u0279nss\u01DD\u0279\u0500 p\u01DD\u0287\u0265b\u0131\u01DDM \u028E\u028C\u0250\u01DDH \u0287\u0250\u0254\u028Edo\u0186 p\u01DDdd\u0250\u0279M",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
"block.copycats.copycat_wooden_pressure_plate.tooltip.behaviour1": "Applies _held item_ as its _material_ if possible. _Click again_ to cycle _orientation_ or _powered_ state. Use a _Wrench_ to _reset_ the material.",
"block.copycats.copycat_wooden_pressure_plate.tooltip.condition1": "When R-Clicked",
"block.copycats.copycat_wooden_pressure_plate.tooltip.summary": "_Converts_ any _full block_ into a functional wooden pressure plate.",
"block.copycats.wrapped_copycat": "Wrapped Copycat",
"block.copycats.wrapped_copycat_fence": "Wrapped Copycat Fence",
"block.copycats.wrapped_copycat_fence_gate": "Wrapped Copycat Fence Gate",
"block.copycats.wrapped_copycat_heavy_weighted_pressure_plate": "Wrapped Copycat Heavy Weighted Pressure Plate",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1.0,
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:air"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

0 comments on commit 5f6f137

Please sign in to comment.