Update
This commit is contained in:
parent
94c0883c34
commit
cbc8846b80
|
|
@ -1,2 +1,3 @@
|
||||||
# Modern Life Patch
|
# Modern Life Patch
|
||||||
Just a patch
|
A patch was made due to too many flaws in the original author's graphic design.
|
||||||
|
因为原作者的美工槽点太多,而做的一个补丁。
|
||||||
|
|
@ -18,7 +18,7 @@ apply plugin: 'net.minecraftforge.gradle'
|
||||||
apply plugin: 'org.spongepowered.mixin'
|
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
|
group = 'com.r3944realms.modernlifepatch' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||||
archivesBaseName = 'modernlifepatch'
|
archivesBaseName = 'modernlifepatch'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,6 @@ import org.spongepowered.asm.mixin.injection.At;
|
||||||
import org.spongepowered.asm.mixin.injection.Inject;
|
import org.spongepowered.asm.mixin.injection.Inject;
|
||||||
import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable;
|
import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable;
|
||||||
|
|
||||||
import java.util.stream.Stream;
|
|
||||||
|
|
||||||
@Mixin(ShowerHeadBlock.class)
|
@Mixin(ShowerHeadBlock.class)
|
||||||
public abstract class MixinShowerHead extends AbstractWallBlock implements EntityBlock {
|
public abstract class MixinShowerHead extends AbstractWallBlock implements EntityBlock {
|
||||||
@Unique
|
@Unique
|
||||||
|
|
|
||||||
|
|
@ -27,14 +27,19 @@ displayName="Modern Life Patch" #mandatory
|
||||||
# A URL for the "homepage" for this mod, displayed in the mod UI
|
# A URL for the "homepage" for this mod, displayed in the mod UI
|
||||||
#displayURL="https://change.me.to.your.mods.homepage.example.invalid/" #optional
|
#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
|
# 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
|
# 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_Meow,Do not use for other purposes without permission.
|
||||||
|
所有材质和模型均由 白帆小喵BF_Meow 绘制。未经允许,请勿用作他用。
|
||||||
|
""" #optional
|
||||||
# A text field displayed in the mod UI
|
# 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)
|
# The description text for the mod (multi line!) (#mandatory)
|
||||||
description='''
|
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.
|
# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional.
|
||||||
[[dependencies.modernlifepatch]] #optional
|
[[dependencies.modernlifepatch]] #optional
|
||||||
|
|
|
||||||
7
src/main/resources/assets/modernlife/lang/zh_cn.json
Normal file
7
src/main/resources/assets/modernlife/lang/zh_cn.json
Normal 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": "马桶"
|
||||||
|
}
|
||||||
12
src/main/resources/data/modernlife/recipes/bullet_2.json
Normal file
12
src/main/resources/data/modernlife/recipes/bullet_2.json
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "modernlife:bullet_strip"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "modernlife:bullet",
|
||||||
|
"count": 6
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
src/main/resources/mod-logo.png
Normal file
BIN
src/main/resources/mod-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 135 KiB |
Loading…
Reference in New Issue
Block a user