mirror of
				https://github.com/kepler155c/opus
				synced 2025-10-31 07:33:00 +00:00 
			
		
		
		
	build using command computer
This commit is contained in:
		| @@ -367,7 +367,7 @@ function Builder:substituteBlocks(throttle) | |||||||
|   for _,b in pairs(schematic.blocks) do |   for _,b in pairs(schematic.blocks) do | ||||||
|  |  | ||||||
|     -- replace schematic block type with substitution |     -- replace schematic block type with substitution | ||||||
|     local pb = blocks:getRealBlock(b.id, b.dmg) |     local pb = blocks:getPlaceableBlock(b.id, b.dmg) | ||||||
|  |  | ||||||
|     b.id = pb.id |     b.id = pb.id | ||||||
|     b.dmg = pb.dmg |     b.dmg = pb.dmg | ||||||
| @@ -1159,8 +1159,6 @@ function Builder:build() | |||||||
|   local minFuel = schematic.height + schematic.width + schematic.length + 100 |   local minFuel = schematic.height + schematic.width + schematic.length + 100 | ||||||
|   local throttle = Util.throttle() |   local throttle = Util.throttle() | ||||||
|  |  | ||||||
|   --commands.execAsync("fill " .. (x1 - 4) .. " " .. y .. " " .. (z1 - 4) .. " " .. (x1 + 131) .. " " .. y .. " " .. (z1 + 131) .. " minecraft:air") |  | ||||||
|  |  | ||||||
|   if self.mode == 'destroy' then |   if self.mode == 'destroy' then | ||||||
|     direction = -1 |     direction = -1 | ||||||
|     last = 1 |     last = 1 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 kepler155c@gmail.com
					kepler155c@gmail.com