Skip to content

Commit

Permalink
Add Block Entity Extended Rendering (#67)
Browse files Browse the repository at this point in the history
* Create block-entity-extended-rendering

* Update block-entity-extended-rendering

update modrinth namespace

* Rename block-entity-extended-rendering to block-entity-extended-rendering.mjs

---------

Co-authored-by: Jimmy Mack <55899954+jimbot6000@users.noreply.github.com>
  • Loading branch information
jhalfsharp and jhalfsharp authored May 24, 2024
1 parent 0d0508a commit c5da9ec
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions alternatives/block-entity-extended-rendering.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import Mod from "../build_src/mod.mjs";

export default new Mod(
"Block Entity Extended Rendering",
"jimbot6000",
"Adds a slider to change the render distance for block entities.",
)
.icon("https://cdn.modrinth.com/data/pW8yWsAv/icon.png")
.add_version({ loader: ["fabric", "quilt"], v: [18, 19, 19.1, 19.2, 19.3, 19.4, 20, 20.1] })
.add_category("Cosmetic")
.add_link(
{ host: "modrinth", params: { namespace: "beer" } },
{ host: "github" },
);

0 comments on commit c5da9ec

Please sign in to comment.