Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
Merge 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Verclene committed May 12, 2017
2 parents e0c47b1 + 73ab66c commit 98af813
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
/run/
/LittleMaidReengaged.1.9_Client.launch
/LittleMaidReengaged.1.9_Server.launch
/LittleMaidReengaged.1.9.4_Client.launch
/LittleMaidReengaged.1.9.4_Server.launch
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ public EntityLittleMaid(World par1World) {
setHealth(15F);

// 移動用フィジカル設定
((PathNavigateGround)navigator).setEnterDoors(true);
((PathNavigateGround)navigator).setBreakDoors(true);

// TODO:これはテスト
// maidStabilizer.put("HeadTop", MMM_StabilizerManager.getStabilizer("WitchHat", "HeadTop"));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ protected boolean isBlockWatered(int x, int y, int z){

mutableblockpos = (BlockPos.MutableBlockPos)iterator.next();
}
while ((iState = owner.worldObj.getBlockState(mutableblockpos)).getBlock().getMaterial(iState) != Material.WATER);
while ((iState = owner.worldObj.getBlockState(mutableblockpos)).getMaterial() != Material.WATER);

return true;
}
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/LICENSE.md

This file was deleted.

1 change: 1 addition & 0 deletions src/main/resources/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../../../LICENSE.md
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "lmreengaged",
"name": "LittleMaidReengaged",
"description": "Improved minecraft life with cute & little maids",
"version": "8.0.1.66",
"version": "8.0.2.68",
"url": "http://el-blacklab.net/",
"authorList": ["MMM, EMB4, Verclene"],
"credits": "Created by MMM, remixed by EMB4 & Verclene",
Expand Down

0 comments on commit 98af813

Please sign in to comment.