Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
8467fee
Rename fab.js to fabwood.js
ShawnDaGeek Apr 27, 2014
6b9f1e9
Rename fabwood.js to fab.js
ShawnDaGeek Apr 27, 2014
2883945
fabwood.js
ShawnDaGeek Apr 27, 2014
87d453d
Create fabquartz.js
ShawnDaGeek Apr 27, 2014
361e00b
Create fabbrick.js
ShawnDaGeek Apr 27, 2014
d220c1b
Create fabsand.js
ShawnDaGeek Apr 27, 2014
95ec092
Update fabbrick.js
ShawnDaGeek Apr 27, 2014
10a7c5e
Update fabbrick.js
ShawnDaGeek Apr 27, 2014
3bcb492
Update fabbrick.js
ShawnDaGeek Apr 27, 2014
3f5ce0c
Update fabbrick.js
ShawnDaGeek Apr 27, 2014
117cbb9
Update fab.js
ShawnDaGeek Apr 27, 2014
dabf4c4
Create fablog.js
ShawnDaGeek Apr 27, 2014
53bfb30
Update fablog.js
ShawnDaGeek Apr 27, 2014
55b208f
Update fabwood.js
ShawnDaGeek Apr 27, 2014
564a87e
Update fabquartz.js
ShawnDaGeek Apr 27, 2014
b03815a
Update and rename fabsand.js to fabsandstone.js
ShawnDaGeek Apr 27, 2014
a8744f2
Create fabcobblestone.js
ShawnDaGeek Apr 27, 2014
b2b0bbf
Create fabstonebrick.js
ShawnDaGeek Apr 27, 2014
bbc5d4c
Update fab.js
ShawnDaGeek Apr 27, 2014
cd4ce54
Update fabbrick.js
ShawnDaGeek Apr 27, 2014
7638ada
Update fablog.js
ShawnDaGeek Apr 27, 2014
00e574f
Update fabquartz.js
ShawnDaGeek Apr 27, 2014
58ab0e0
Update fabsandstone.js
ShawnDaGeek Apr 27, 2014
e90d8df
Update fabwood.js
ShawnDaGeek Apr 27, 2014
b076101
Update fabcobblestone.js
ShawnDaGeek Apr 27, 2014
a4165c4
Create fabcobblestonemossy.js
ShawnDaGeek Apr 27, 2014
e0c1dd9
Update fabstonebrick.js
ShawnDaGeek Apr 27, 2014
6425323
Update fabstonebrick.js
ShawnDaGeek Apr 27, 2014
c616e2d
Update fabcobblestone.js
ShawnDaGeek Apr 27, 2014
20471c6
Update fabbrick.js
ShawnDaGeek Apr 27, 2014
327b728
Update fabcobblestone.js
ShawnDaGeek Apr 27, 2014
0bcc30e
Update fabcobblestonemossy.js
ShawnDaGeek Apr 27, 2014
1d38c47
Update fablog.js
ShawnDaGeek Apr 27, 2014
8859699
Update fabquartz.js
ShawnDaGeek Apr 27, 2014
7e2df47
Update fabsandstone.js
ShawnDaGeek Apr 27, 2014
ff81b31
Update fabstonebrick.js
ShawnDaGeek Apr 27, 2014
4c27f72
Update fabwood.js
ShawnDaGeek Apr 27, 2014
0da36c4
Create fabiron.js
ShawnDaGeek Apr 29, 2014
c339d25
Create fabnetherbrick.js
ShawnDaGeek Apr 29, 2014
7338565
Create fabbedrock.js
ShawnDaGeek Apr 29, 2014
5d0bbc6
Create fabglass.js
ShawnDaGeek Apr 29, 2014
e1c6149
Create fabendstone.js
ShawnDaGeek Apr 29, 2014
80dbeac
Update fabiron.js
ShawnDaGeek Apr 29, 2014
29cd6bb
Update fab.js
ShawnDaGeek Apr 29, 2014
5763d16
Update fabbrick.js
ShawnDaGeek Apr 29, 2014
17b9cb1
Update fabcobblestone.js
ShawnDaGeek Apr 29, 2014
58baa84
Update fabcobblestonemossy.js
ShawnDaGeek Apr 29, 2014
f9da1b8
Update fabiron.js
ShawnDaGeek Apr 29, 2014
8310fff
Update fablog.js
ShawnDaGeek Apr 29, 2014
5830061
Update fabquartz.js
ShawnDaGeek Apr 29, 2014
2df1199
Update fabsandstone.js
ShawnDaGeek Apr 29, 2014
968b6e1
Update fabstonebrick.js
ShawnDaGeek Apr 29, 2014
ea5fc92
Update fabwood.js
ShawnDaGeek Apr 29, 2014
d2b442d
Update fabiron.js
ShawnDaGeek Apr 29, 2014
19f3e6e
Update fab.js
ShawnDaGeek Apr 29, 2014
0840eff
Update fabcobblestone.js
ShawnDaGeek Apr 29, 2014
7cefac7
Update fabcobblestonemossy.js
ShawnDaGeek Apr 29, 2014
8bb14db
Update fabiron.js
ShawnDaGeek Apr 29, 2014
6f1abaa
Update fablog.js
ShawnDaGeek Apr 29, 2014
8676a17
Update fabquartz.js
ShawnDaGeek Apr 29, 2014
442e762
Update fabsandstone.js
ShawnDaGeek Apr 29, 2014
b649680
Update fabstonebrick.js
ShawnDaGeek Apr 29, 2014
ec02b10
Update fabwood.js
ShawnDaGeek Apr 29, 2014
1f742a7
Update fabnetherbrick.js
ShawnDaGeek Apr 29, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions fab.js
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,18 @@ function FindOriginOffset() {
case BlockID.CLOTH:
return value;
case BlockID.STONE:
case BlockID.LADDER:
case BlockID.BRICK:
case BlockID.SANDSTONE:
case BlockID.QUARTZ_BLOCK:
case BlockID.LOG:
case BlockID.WOOD:
case BlockID.COBBLESTONE:
case BlockID.MOSSY_COBBLESTONE:
case BlockID.STONE_BRICK:
case BlockID.IRON_BLOCK:
case BlockID.NETHER_BRICK:
case BlockID.BEDROCK:
case BlockID.LADDER:
case BlockID.AIR: // just in case a creeper exploded nearby
return deltaKeepLooking;
default:
Expand Down Expand Up @@ -2616,4 +2627,4 @@ function AddManholes() {
SetLateBlock(locX + 3, locY - sewerHeight - streetHeight - 2, locZ + 2, ExtendedID.SOUTHWARD_LADDER);
blocks[locX + 3][locY - sewerHeight - streetHeight - 3][locZ + 2] = BlockID.AIR;
}
}
}
1 change: 1 addition & 0 deletions fabbedrock.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// place holder for bedrock street style
Loading