Warning: file_put_contents(/www/wwwroot/nmbt.106988770/cache/modrinth_versions_rqaNeUyN.json): Failed to open stream: Permission denied in /www/wwwroot/nmbt.106988770/resource_detail.php on line 53
Side Effects - 墨喵 Minecraft 资源
Side Effects 图标

Side Effects

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 0.1.6
本资源为搬运资源,原资源地址: https://modrinth.com/mod/side-effects
资源信息

Minecraft 版本: 1.18.2

平台: fabric

标签: library

资源介绍

Side Effects

A extremely lightweight library for creating server-side mod that works for unmodded clients!

JitPack status

Add to project:

repositories {
  // other repo
  maven { url "https://jitpack.io" }
}
dependencies {
  // other deps
  modImplementation "moe.hertz:side-effects:(version)"
}

Non-Goal

  1. Converting existing mods to server side.
  2. Full replacement for similar mod Polymer or PolyMc because I want to make it keeping lightweight.

Status

Currently, only custom(fake) entity is supported.

Docs is Coming Soon™

Example usage with this library:

Code example:

public class BatTrader extends BatEntity implements IFakeEntity {
  public BatTrader(EntityType<? extends BatEntity> entityType, World world) {
    super(entityType, world);
  }

  @Override
  public EntityType<?> getFakeType() {
    return EntityType.BAT;
  }
}
下载与版本
评论(0)
请 登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

赞助作者

请 登录 后赞助作者。

🔥 相关推荐
Left 2 Parish

价格:0 墨喵币
下载量:0

查看详情
Create and Tinker 2

价格:0 墨喵币
下载量:0

查看详情
NeoNetwork

价格:0 墨喵币
下载量:0

查看详情
Paradigm Blockworks

价格:0 墨喵币
下载量:0

查看详情