This commit is contained in:
叁玖领域 2024-09-27 23:17:43 +08:00
parent 94c0883c34
commit cbc8846b80
7 changed files with 31 additions and 8 deletions

View File

@ -1,2 +1,3 @@
# Modern Life Patch
Just a patch
A patch was made due to too many flaws in the original author's graphic design.
因为原作者的美工槽点太多,而做的一个补丁。

View File

@ -18,7 +18,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'org.spongepowered.mixin'
version = '1.0'
version = '1.1'
group = 'com.r3944realms.modernlifepatch' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'modernlifepatch'

View File

@ -16,8 +16,6 @@ import org.spongepowered.asm.mixin.injection.At;
import org.spongepowered.asm.mixin.injection.Inject;
import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable;
import java.util.stream.Stream;
@Mixin(ShowerHeadBlock.class)
public abstract class MixinShowerHead extends AbstractWallBlock implements EntityBlock {
@Unique

View File

@ -27,14 +27,19 @@ displayName="Modern Life Patch" #mandatory
# A URL for the "homepage" for this mod, displayed in the mod UI
#displayURL="https://change.me.to.your.mods.homepage.example.invalid/" #optional
# A file name (in the root of the mod JAR) containing a logo for display
#logoFile="examplemod.png" #optional
logoFile="mod-logo.png" #optional
# A text field displayed in the mod UI
#credits="Thanks for this example mod goes to Java" #optional
credits="""
All of tetxures and models are created by BF_MeowDo not use for other purposes without permission.
BF_Meow
""" #optional
# A text field displayed in the mod UI
authors="R3944Realms" #optional
authors="R3944Realms, BF_Meow" #optional
# The description text for the mod (multi line!) (#mandatory)
description='''
Just a patch
A patch was made due to too many flaws in the original author's graphic design.
'''
# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional.
[[dependencies.modernlifepatch]] #optional

View File

@ -0,0 +1,7 @@
{
"item.modernlife.gun_magazine": "弹匣",
"item.modernlife.extended_gun_magazine": "扩展弹匣",
"block.modernlife.jail_bars": "监狱铁栏",
"block.modernlife.metal_catwalk": "马道",
"block.modernlife.toilet": "马桶"
}

View File

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "modernlife:bullet_strip"
}
],
"result": {
"item": "modernlife:bullet",
"count": 6
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB