Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and hasee committed Jul 8, 2021
1 parent c0f33e5 commit cf536ae
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 36 deletions.
4 changes: 2 additions & 2 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="output" path="bin/default"/>
<classpathentry output="bin/main" kind="src" path="src/main/java">
<attributes>
<attribute name="gradle_scope" value="main"/>
Expand Down Expand Up @@ -31,6 +30,7 @@
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="D:\game\Minecraft\Modmodmod\xenonkrypton\build\natives"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin/default"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
<classpathentry sourcepath="C:/Users/hasee/.mcreator/gradle/caches/forge_gradle/minecraft_user_repo/net/minecraftforge/forge/1.16.5-36.1.0_mapped_snapshot_20201028-1.16.3/forge-1.16.5-36.1.0_mapped_snapshot_20201028-1.16.3-sources.jar" kind="lib" path="C:/Users/hasee/.mcreator/gradle/caches/forge_gradle/minecraft_user_repo/net/minecraftforge/forge/1.16.5-36.1.0_mapped_snapshot_20201028-1.16.3/forge-1.16.5-36.1.0_mapped_snapshot_20201028-1.16.3.jar">
<attributes>
Expand Down Expand Up @@ -182,7 +182,7 @@
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry sourcepath="C:/Users/hasee/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/patchy/1.1/5e398295fbcb8fb590e3e3bddace13f659792e50/patchy-1.1-sources.jar" kind="lib" path="C:/Users/hasee/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/patchy/1.1/aef610b34a1be37fa851825f12372b78424d8903/patchy-1.1.jar">
<classpathentry kind="lib" path="C:/Users/hasee/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/patchy/1.2.3/e3107ca512d704a434076a153a6e1149e3787275/patchy-1.2.3.jar">
<attributes>
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
Expand Down
2 changes: 1 addition & 1 deletion elements/WillowLeavesEnd.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"speedFactor": 1.0,
"jumpFactor": 1.0,
"reactionToPushing": "NORMAL",
"isNotColidable": false,
"isNotColidable": true,
"soundOnStep": {
"value": "PLANT"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ public void itemColorLoad(ColorHandlerEvent.Item event) {

public static class CustomBlock extends LeavesBlock {
public CustomBlock() {
super(Block.Properties.create(Material.LEAVES).sound(SoundType.PLANT).hardnessAndResistance(0.5f, 0.5f).setLightLevel(s -> 0).notSolid());
super(Block.Properties.create(Material.LEAVES).sound(SoundType.PLANT).hardnessAndResistance(0.5f, 0.5f).setLightLevel(s -> 0)
.doesNotBlockMovement().notSolid());
setRegistryName("willow_leaves_end");
}

Expand Down
10 changes: 5 additions & 5 deletions src/main/resources/assets/xkdeco/lang/en_gb.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"item.xkdeco.steel_pickaxe": "Steel Pickaxe",
"block.xkdeco.cyan_roof_steep": "Cyan Tiles",
"block.xkdeco.egyptian_brick_column_head": "Egyptian Brick Column Head",
"block.xkdeco.cyan_roof_steep": "Cyan Tiles",
"item.xkdeco.steel_pickaxe": "Steel Pickaxe",
"block.xkdeco.roman_moulding": "Roman Beam",
"block.xkdeco.roman_column_base": "Roman Column Base",
"block.xkdeco.egyptian_moulding": "Egyptian Beam",
"block.xkdeco.ebony_fence_gate": "Ebony Fence Gate",
"item.xkdeco.steel_armor_boots": "Steel Boots",
"block.xkdeco.green_tile_slab": "Green Tile Slab",
"block.xkdeco.green_roof_steep": "Green Roof Steep",
"block.xkdeco.mahogany_wall": "Mahogany Wall",
"block.xkdeco.green_tile_slab": "Green Tile Slab",
"item.xkdeco.steel_armor_boots": "Steel Boots",
"block.xkdeco.cobblestone_path_stair": "Cobblestone Path Stair",
"block.xkdeco.mahogany_wall": "Mahogany Wall",
"block.xkdeco.ebony_screen": "Ebony Screen",
"block.xkdeco.mahogany_door": "Mahogany Door",
"block.xkdeco.maya_stone_stair": "Maya Stone Stair",
Expand Down
10 changes: 5 additions & 5 deletions src/main/resources/assets/xkdeco/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"item.xkdeco.steel_pickaxe": "Steel Pickaxe",
"block.xkdeco.cyan_roof_steep": "Cyan Tiles",
"block.xkdeco.egyptian_brick_column_head": "Egyptian Brick Column Head",
"block.xkdeco.cyan_roof_steep": "Cyan Tiles",
"item.xkdeco.steel_pickaxe": "Steel Pickaxe",
"block.xkdeco.roman_moulding": "Roman Beam",
"block.xkdeco.roman_column_base": "Roman Column Base",
"block.xkdeco.egyptian_moulding": "Egyptian Beam",
"block.xkdeco.ebony_fence_gate": "Ebony Fence Gate",
"item.xkdeco.steel_armor_boots": "Steel Boots",
"block.xkdeco.green_tile_slab": "Green Tile Slab",
"block.xkdeco.green_roof_steep": "Green Roof Steep",
"block.xkdeco.mahogany_wall": "Mahogany Wall",
"block.xkdeco.green_tile_slab": "Green Tile Slab",
"item.xkdeco.steel_armor_boots": "Steel Boots",
"block.xkdeco.cobblestone_path_stair": "Cobblestone Path Stair",
"block.xkdeco.mahogany_wall": "Mahogany Wall",
"block.xkdeco.ebony_screen": "Ebony Screen",
"block.xkdeco.mahogany_door": "Mahogany Door",
"block.xkdeco.maya_stone_stair": "Maya Stone Stair",
Expand Down
10 changes: 5 additions & 5 deletions src/main/resources/assets/xkdeco/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"item.xkdeco.steel_pickaxe": "钢镐",
"block.xkdeco.cyan_roof_steep": "陡峭青瓦屋顶",
"block.xkdeco.egyptian_brick_column_head": "埃及砖柱头",
"block.xkdeco.cyan_roof_steep": "陡峭青瓦屋顶",
"item.xkdeco.steel_pickaxe": "钢镐",
"block.xkdeco.roman_moulding": "罗马线脚",
"block.xkdeco.roman_column_base": "罗马柱基",
"block.xkdeco.egyptian_moulding": "埃及线脚",
"block.xkdeco.ebony_fence_gate": "乌木栅栏门",
"block.xkdeco.green_roof_steep": "陡峭绿瓦屋顶",
"block.xkdeco.green_tile_slab": "绿瓦台阶",
"item.xkdeco.steel_armor_boots": "钢靴子",
"block.xkdeco.mahogany_wall": "红木墙柱",
"block.xkdeco.green_tile_slab": "绿瓦台阶",
"block.xkdeco.green_roof_steep": "陡峭绿瓦屋顶",
"block.xkdeco.cobblestone_path_stair": "圆石路楼梯",
"block.xkdeco.mahogany_wall": "红木墙柱",
"block.xkdeco.ebony_screen": "乌木屏风",
"block.xkdeco.mahogany_door": "红木门",
"block.xkdeco.maya_stone_stair": "玛雅石楼梯",
Expand Down
11 changes: 9 additions & 2 deletions src/main/resources/assets/xkdeco/models/block/willow_leaves.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"north": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
"east": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
"west": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
"up": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0}
"west": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0}
}
},
{
Expand All @@ -34,6 +33,14 @@
"north": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0}
}
},
{
"from": [0, 16, 0],
"to": [16, 16, 16],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
"down": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0}
}
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 15 additions & 15 deletions xkdeco.mcreator
Original file line number Diff line number Diff line change
Expand Up @@ -6496,18 +6496,18 @@
"sound_elements": [],
"language_map": {
"en_gb": {
"item.xkdeco.steel_pickaxe": "Steel Pickaxe",
"block.xkdeco.cyan_roof_steep": "Cyan Tiles",
"block.xkdeco.egyptian_brick_column_head": "Egyptian Brick Column Head",
"block.xkdeco.cyan_roof_steep": "Cyan Tiles",
"item.xkdeco.steel_pickaxe": "Steel Pickaxe",
"block.xkdeco.roman_moulding": "Roman Beam",
"block.xkdeco.roman_column_base": "Roman Column Base",
"block.xkdeco.egyptian_moulding": "Egyptian Beam",
"block.xkdeco.ebony_fence_gate": "Ebony Fence Gate",
"item.xkdeco.steel_armor_boots": "Steel Boots",
"block.xkdeco.green_tile_slab": "Green Tile Slab",
"block.xkdeco.green_roof_steep": "Green Roof Steep",
"block.xkdeco.mahogany_wall": "Mahogany Wall",
"block.xkdeco.green_tile_slab": "Green Tile Slab",
"item.xkdeco.steel_armor_boots": "Steel Boots",
"block.xkdeco.cobblestone_path_stair": "Cobblestone Path Stair",
"block.xkdeco.mahogany_wall": "Mahogany Wall",
"block.xkdeco.ebony_screen": "Ebony Screen",
"block.xkdeco.mahogany_door": "Mahogany Door",
"block.xkdeco.maya_stone_stair": "Maya Stone Stair",
Expand Down Expand Up @@ -6878,18 +6878,18 @@
"block.xkdeco.ebony_column_head": "Ebony Column Head"
},
"en_us": {
"item.xkdeco.steel_pickaxe": "Steel Pickaxe",
"block.xkdeco.cyan_roof_steep": "Cyan Tiles",
"block.xkdeco.egyptian_brick_column_head": "Egyptian Brick Column Head",
"block.xkdeco.cyan_roof_steep": "Cyan Tiles",
"item.xkdeco.steel_pickaxe": "Steel Pickaxe",
"block.xkdeco.roman_moulding": "Roman Beam",
"block.xkdeco.roman_column_base": "Roman Column Base",
"block.xkdeco.egyptian_moulding": "Egyptian Beam",
"block.xkdeco.ebony_fence_gate": "Ebony Fence Gate",
"item.xkdeco.steel_armor_boots": "Steel Boots",
"block.xkdeco.green_tile_slab": "Green Tile Slab",
"block.xkdeco.green_roof_steep": "Green Roof Steep",
"block.xkdeco.mahogany_wall": "Mahogany Wall",
"block.xkdeco.green_tile_slab": "Green Tile Slab",
"item.xkdeco.steel_armor_boots": "Steel Boots",
"block.xkdeco.cobblestone_path_stair": "Cobblestone Path Stair",
"block.xkdeco.mahogany_wall": "Mahogany Wall",
"block.xkdeco.ebony_screen": "Ebony Screen",
"block.xkdeco.mahogany_door": "Mahogany Door",
"block.xkdeco.maya_stone_stair": "Maya Stone Stair",
Expand Down Expand Up @@ -7260,18 +7260,18 @@
"block.xkdeco.ebony_column_head": "Ebony Column Head"
},
"zh_cn": {
"item.xkdeco.steel_pickaxe": "�ָ�",
"block.xkdeco.cyan_roof_steep": "���������ݶ�",
"block.xkdeco.egyptian_brick_column_head": "����ש��ͷ",
"block.xkdeco.cyan_roof_steep": "���������ݶ�",
"item.xkdeco.steel_pickaxe": "�ָ�",
"block.xkdeco.roman_moulding": "�����߽�",
"block.xkdeco.roman_column_base": "��������",
"block.xkdeco.egyptian_moulding": "�����߽�",
"block.xkdeco.ebony_fence_gate": "��ľդ����",
"block.xkdeco.green_roof_steep": "���������ݶ�",
"block.xkdeco.green_tile_slab": "����̨��",
"item.xkdeco.steel_armor_boots": "��ѥ��",
"block.xkdeco.mahogany_wall": "��ľǽ��",
"block.xkdeco.green_tile_slab": "����̨��",
"block.xkdeco.green_roof_steep": "���������ݶ�",
"block.xkdeco.cobblestone_path_stair": "Բʯ·¥��",
"block.xkdeco.mahogany_wall": "��ľǽ��",
"block.xkdeco.ebony_screen": "��ľ����",
"block.xkdeco.mahogany_door": "��ľ��",
"block.xkdeco.maya_stone_stair": "����ʯ¥��",
Expand Down

0 comments on commit cf536ae

Please sign in to comment.