Commit Graph

46 Commits

Author SHA1 Message Date
Hugo Locurcio fe34e3f3cd
Fix typo in one of the cactus checker crafting recipes
This typo didn't affect the actual function of the crafting recipe
since `moreblocks:cactuschecker` is aliased to
`moreblocks:cactus_checker`.

This closes #185.
2021-11-01 17:33:38 +01:00
Oblomov 5aacb05b14
Add Clean (Super) Glow Glass and traps (#159) 2020-12-14 14:44:21 +01:00
OgelGames f8314c322e
Add compressed desert cobblestone (#156)
Desert cobblestone can be obtained in large quantities from deserts, so makes sense to add a compressed node.
2020-06-07 14:25:19 +02:00
Hugo Locurcio 917a46014f
Update copyright statements to 2020 2020-01-01 04:09:24 +01:00
Hugo Locurcio f421c67372
Fix Centered Wooden Tile crafting
This closes #145.
2019-05-22 09:39:06 +02:00
Hugo Locurcio 0e885283c0
Update copyright statements to 2019 2019-02-25 12:13:55 +01:00
Hugo Locurcio 26f59baba0
Update copyright year range for 2018 2018-11-24 17:36:04 +01:00
tenplus1 723db44933 Make wood_tile_center craftable (#129)
place wood_tile_center craft recipe before wood_tile so that it's craftable, otherwise crafting a wood_tile_center gives a normal wood_tile since they all belong to group:wood.
2018-10-05 19:46:55 +02:00
Jat15 832b8f8817 Craft Circle Stone Brick and Stone tile (#82)
* Craft Circle Stone Brick and Stone tile

Craft Circle Stone Brick was similar furnace.
Stone Tile is more similar with stone block.

* Modify Circle Stone Brick

* Modify craft Stone Tile
2018-02-17 12:08:08 -08:00
Foz f6e0db21b2 Finish aliasing split_stone_tile_alt
to checker_stone_tile.
2017-12-31 12:51:25 -08:00
Foz 413054fd2f Handle wood_tile replacement more carefully.
- An LBM is added to handle replacements of wood_tiles on the map while preserving there rotation about the +y (vertical) axis.  This will preserve existing floor patterns.  Unfortunately, due to the preexisting side tile orientations, preserving wall patterns is not possible while also reducing the wood_tiles down to just one node.

 - Deprecate the no longer used wood_tiles (wood_tile_right, wood_tile_left, wood_tile_down, and wood_tile_flipped), and add recipes to convert them.

 - Rename wood_tile_up to wood_tile_offset.

Closes #101
2017-12-29 22:08:38 -08:00
Foz e6b5336bad Readd tar block. Fixes #103
The proper way to resolve the redundancy between `building_blocks:Tar` and `moreblocks:tar` is with an alias in building_blocks as noted in issue #68.

The recipe conflict with streetsmod has been resolved by using `default:pine_tree` in place of `default:gravel`.  This may also be more realistic than gravel as a source of tar because pine derived tar was once of major economic importance.
2017-12-29 16:22:09 -08:00
Foz 3f7edb39a1 Adjust shelf recipies.
- The math of returning glass framents will never work when cleaning a shelf because we would need to return 1.5 fragments so just return glass bottles instead.

 - Removed the recipe for a vessels:shelf from group:vessels because it doesn't make sense to return glass bottles if, for example, the shelf was crafted from steel bottles.
2017-12-28 22:17:42 -08:00
Richard Qian b7217dd1f7 Resync with upstream again 2017-12-28 19:56:57 -08:00
Richard Qian a8a06d8deb Add compressed dirt, remove redundant tar
Tar already exists in building_blocks, and the recipe to cook it comes into conflict with what's in streetsmod, where gravel can be cooked into asphalt. However, the texture for it is retained in case it needs to be derived from again in the future.
Dirt can be collected in as much quanitites as cobblestone can be, so in place of tar is a way to pack dirt when so much of it is collected.
The compressed dirt shares most properities with the compressed cobble, except that can be dug by hand, but digging it takes as long as with gravel. Its texture is a recolor of this mod's tar block.
In addition, a function for dirt sound has been added, and compressed dirt makes use of it.
The new node is inspired in part by a counterpart on the Xanadu server, where there is also a counterpart to compressed cobble.
2017-12-28 19:56:57 -08:00
Richard Qian 4f9b05be4e Rename empty bookshelf to empty shelf
This to account for the fact that vessel shelves can now be used here. Additionally, really loop back to cobblestone in relationship to the stone tile and its variants.
2017-12-28 19:56:57 -08:00
Richard Qian da652c16cd Even more node and craft changes
- Enable many nodes to be rotated by the screwdriver

- Reduce redundancy of the the wood tiles; use the screwdriver to achieve them

- Add extra crafts dealing with empty shelves

- Get rid of snappiness in all blocks; it's only useful for plants

- Loop between stone tile, its variants, and cobblestone
2017-12-28 19:56:57 -08:00
Richard Qian 1b78097ab7 Tweak more nodes, add a few new ones
- All blocks: is_ground_content = false

- New nodes: All-faces pine, acacia, and aspen trees

- Add most stones to the stone group
2017-12-28 19:56:57 -08:00
Richard Qian dbba372137 Make many crafts more open with groups, remove redundant recipes 2017-12-28 19:56:57 -08:00
AntumDeluge 7347b05e3e Replace deprecated methods:
- 'setting_get' with 'settings:get'
- 'setting_getbool' with 'settings:get_bool'
2017-08-12 14:08:24 -07:00
Hugo Locurcio 831bbb2b27 Prepare for v1.0.0 release 2017-02-19 13:35:16 +01:00
Thomas--S 4ad4dc958f Remove crafting recipes regarding removed jungle sticks
Forgotten in 34c01e66c7
2017-01-27 11:21:45 -08:00
Auke Kok 5500c9906c Run cleanfile on all files, fixing whitespace issues. 2016-12-31 12:33:09 -08:00
Richard Qian de620e4ff8 Some fixes for keeping in line with the default game (#59)
* Tweak some nodes

- Add function for recently-added metal sounds, and make copper patina use this sound
- Add all the wood tiles to the wood group
- Make empty bookshelf usable as fuel for half the time of book and vessel shelves (for 15 seconds)

* Return the books when crafting enpty bookshelves
2016-12-03 18:53:07 +01:00
pithydon eb3f9363d5 add node copper patina (#37)
Good for building things like the statue of liberty.
2016-05-18 15:02:28 -07:00
Calinou d3c775ba3a Add moreblocks.circular_saw_crafting to enable or disable circular saw crafting. 2015-02-22 20:01:39 +01:00
Calinou 10d28eec32 More informative and shorter headers. 2015-01-12 17:46:22 +01:00
Calinou b5d62de9d8 Add licensing headers to all files, fix intllib global variable warnings. 2015-01-11 22:21:33 +01:00
Calinou 4b682f4730 Add compressed cobblestone, crafted with 9 cobblestone. 2014-12-27 19:32:45 +01:00
Calinou 6e1ed99084 Give 2 grey bricks per craft. 2014-06-28 20:44:04 +02:00
Calinou e2f4cc369b Code cleanup. Add tar and more stone types. 2014-06-27 20:14:08 +02:00
Calinou 306956920b More Blocks code cleanup. The name is More Blocks and not MoreBlocks. 2014-05-11 09:26:57 +02:00
Calinou 62dd5c9eed Remove obsolete setting, update crafting recipes. 2014-05-05 21:33:24 +02:00
Calinou af378ac739 Change circular saw recipe to use wood instead of tree. 2014-05-04 17:54:26 +02:00
Calinou 6bb6861ba7 Added the ability to craft sticks back into wood, new jungle stick texture. 2014-04-30 20:16:42 +02:00
Calinou b0ab5cd815 Obey log_mods setting (plural "mods"), added stick crafting using a sapling or a jungle sapling. 2014-04-30 20:04:26 +02:00
Calinou cd91942e21 Lots of crafting tweaks, slight code cleanup. 2014-04-30 19:50:59 +02:00
Calinou 8337a6c192 Merge ShadowNinja's rewrite. 2014-03-09 10:38:18 +01:00
Calinou 72edf9b41d Merge pull request #12 from Jat15/patch-horizontaltree
Use 6d facedir for horizontal trees.
2014-01-20 09:59:23 -08:00
Jat 280bb943f9 Tree horizontal in 0.4.8
Use abm for fix facedir and convert tree and jungletree.
2013-12-27 17:00:45 +01:00
Calinou 360338f38f Merge pull request #4 from Jat15/Patch-1
Add Coal Stone Bricks and modify the recipe of Iron Stone Bricks
2013-11-24 10:33:38 -08:00
Calinou d75c46b468 Fix wood tile recipes 2013-11-20 20:09:50 +01:00
Jat 06ece220b7 Add Coal Stone Bricks ( old Stone Bricks) and modify craft Iron Stone Bricks 2013-11-03 00:41:08 +01:00
andersje a978ea62e6 added trap_glow and trap_super_glow_glass 2013-08-29 17:39:15 -05:00
Calinou 290593619a Fix Iron Stone bricks crafting 2013-08-01 10:57:08 +02:00
Calinou 85aea72376 More Blocks 2013-07-11 20:33:02 +02:00